@font-face {
	font-family: 'Franklin Gothic Book';
	src: url("//tools.eurolandir.com/tools/InvestmentCal2/Styles/Fonts/Franklin Gothic Book.ttf") format('truetype'), url("//tools.eurolandir.com/tools/InvestmentCal2/Styles/Fonts/Franklin Gothic Medium.ttf") format('truetype');
}

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: 0px;
}
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;
    background: url("//tools.eurolandir.com/tools/InvestmentCal2/Styles/Images/cn-snp/space.gif") repeat-x bottom;*/
}
.horizontal_line{
    /*display: none;*/
}
.top_note{
	background: url("//tools.eurolandir.com/tools/InvestmentCal2/Styles/Images/CN-SNP/space.gif") repeat-x scroll 0 100% transparent;
    margin-bottom: 5px;
    padding-bottom: 2px;
}
.lblTopNote{
	background: url("//tools.eurolandir.com/tools/InvestmentCal2/Styles/Images/CN-SNP/red-stork-point.gif") no-repeat scroll 5px 50% transparent;
    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: 11px;
	text-transform: uppercase;
	background-color: #ECECEC;
	border: 1px solid #B6B6B6;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
}
.data-button{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	/*text-align: center;*/
	background-color: #003378;
	border: 1px solid transparent;
	background-image: -moz-linear-gradient(center top, #003378, #003378);
	margin-right: 15px!important;
	font-family: Franklin Gothic Book;
	padding: 2px 0px !important;
	width:125px;
	float:right!important;
	margin-left:0px !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: 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;
}

.parameter-item-label {
    margin: 0;
	width: 270px;
    white-space: nowrap;
}

@media (max-width: 320px)
{
	.fi-fi .calculation-parameters
	{
		padding-left: 0;
	}
	.fi-fi .date-text
	{
		padding-right: 0;
	}

	body.fi-fi .parameter-item-label
    {		
        width: 175px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
	body.fi-fi .data-button, body.fi-fi .data-button-separated
	{
		float: right !important;
        margin-left: 0px !important;
        margin-right: 20px !important;   
	}
}
