body{
	/* Apply to all text in the page excepted headline text */
	/*
    font-size: 12px;
	color: #4f4f4f;
	font-family:  Arial,Helvetica,sans-serif;
	background-color: #ffffff;
    */
	margin: 0;
	padding: 8px;
}
table{
    /*font-size: inherit;*/
}
.headline{
	/*
    font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
    padding-right: 15px;
    text-decoration: none;
    line-height: 20px;
    color: #4f4f4f;
    */
}
.textbox{
	/*border-right: #9c9c9c 1px solid;
	border-top: #9c9c9c 1px solid;
	border-left: #9c9c9c 1px solid;
	border-bottom: #9c9c9c 1px solid;*/
	/*padding-left: 2px;*/
	/*color: #4f4f4f !important;*/
	/*height: 19px;
	width: 85px;*/
	
}
.button input{
    /*font-size: 12px;*/
    /*color: inherit;*/
    /*font-weight: normal;
    padding-bottom: 3px;
	height: 25px;
    width: 115px;
    cursor: hand;*/
}
.button input:hover{
    /*cursor: pointer;*/
}
.line{
    /*height: 7px;*/
}
.horizontal_line{
    /*display: none;*/
}
.top_note{
    margin-bottom: 5px;
    padding-bottom: 2px;
}
.lblTopNote{
    padding-left: 15px;
    color: #454545;
    font-size: 9pt;
    font-weight: bold;
    line-height: 18px;
}
.dividend-history-box td{
    height: 29px;
}
.table-value{
    height: 29px;
}
.table-share-header{
    font-weight: normal;
    height: 29px;
}
.table-total-value{
    height: 29px;
    background-color: #E4E4E4;
}
/**DOWNLOAD BUTTON**/
.download-data-button{
	/*text-decoration: none;*/
	/*text-align: center;*/
	height: 28px;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #ECECEC;
	border: 1px solid #B6B6B6;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
}
.data-button {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	/*text-align: center;*/
	background-color: #093958;
	border: 1px solid transparent;
	background-image: -moz-linear-gradient(center top, #093958, #093958);
	margin-right: 15px;
	font-family: Verdana, Geneva, sans-serif;
	/*padding: 2px 30px !important;*/
}
 /***************************TAB START********************************/
.tabs {
	line-height: 29px;
	/*height: 30px;*/
	border-bottom: 1px solid #E1E1E1;
}
.tabItem { 
    color: #333333;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	height: 29px;
	line-height: 29px;
	border: 1px solid #E1E1E1;
}
.tab-active{
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
}  /***************************TAB END********************************/ 
.wrapper{
    padding: 0px;
    width: 700px;/*650px;*/
}
.row-control-template{
    width: 270px;
}
.table-share-header-name{
    padding-left: 37px;
}
.checkbox-wrapper{
    padding-right: 10px;
}
.table-share-row-date{
    padding-right: 15px;
}
.table-share-header-market, .table-share-market-name{
    padding-left: 30px;
}
.footer .hyperlink, .disclaimer-box a, .cookies-box a
{
   text-decoration: none !important;
  color:#103b56;
}
body .footer .hyperlink:hover, 
body div.disclaimer-box a:hover,
body div.cookies-box a:hover
{
  color:#103b56;
  text-decoration: underline !important;
}
.hyperlink:visited{
  color:#103b56;
}

.parameter-item-label
{
    width: 270px;
    margin-right: 0;
    margin-left: 0;    
}

.data-button
{
	width: 124px;
    padding: 0;
    float: right !important;
    margin-right: 20px !important;
	margin-left: 0px !important;
}

.data-button:active
{
    padding: 0;
    float: right !important;
}

@media (max-width: 480px)
{
	body{
		margin: 0;
		padding: 0;
	}
	
	body.fi-fi .parameter-item-label
    {
        width: 200px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
	body.fi-fi .data-button, .data-button-separated
	{
		float: right !important;
        margin-left: 0px !important;
        margin-right: 20px !important;   
	}
}

@media (max-width: 320px)
{
    .parameter-item-label
    {
        width: 170px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

