﻿/*For tableless version*/
#ExchangeRateCalc
{
	width:210px;
	margin-bottom: 15px;
}

#ExchangeRateMain
{
	width:208px !important;
	width:210px;
	text-align:left;
}

#ExchangeRateHeader
{
	width:206px;
	height:20px !important;
	height:15px;
	text-align:left;
	padding-bottom:6px !important;
	margin-bottom:0px !important;
	margin-bottom:-6px;
	background-image:url(/images/right_box_tile.jpg);

}

.ER_row, .ER_row_dark
{
	width:208px !important;
	width:210px;
	height:20px !important;
	height:20px;
	text-align:right;
	padding-left:2px;
	border-top:solid 1px white; /*#f3f3f3*/
	background-color:#E0E0D6;

}


.ER_row_dark
{
	background-color:#EDEDE5;	
}





.ER_Flag
{
	padding-top:1px;
	float:left;
	width:25px;
}

.ER_Font, .ER_Font_CurrName
{
	font-weight:bold;
	float:left;
	width:35px;		
	padding-top:3px;
	text-align:right;
}

.ER_Font_CurrName
{
	text-align:left;	
}

.ER_Font_strong
{
	float:left;
	width:35px;		
	padding-top:3px;
	text-align:right;
}


.ER_Input
{
	float:right;
	width:45px;	
	padding-top:1px;
}

.ER_box {
	height: 16px !important;
	height: 16px;
	width: 45px;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	float:right;
	text-align:right;
	
}


.ER_tableheader
{
		
}

.EMtbl
{
	border:solid 1px #e0e0d6; 
	
}

/*For table version*/

.ExchangeRateTbl
{
	width:210px;
}