/* Block Styles -----> */
.tableheader {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.TableData {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom:1px #EEEEEE solid;
	padding-left:1em;
	height:15px;
}
.TableData2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom:1px #EEEEEE solid;
	padding-left:0.2em;
	height:15px;
}
#CurrencyBlock{
	width:236px;
}
#IndicesBlock{
	width:236px;
}

.more {
	padding-right:0.5em;
	color:#999999;
}

.lastUpdate{
	color:#333333;
	font-size:80%;
	padding-top:1em;
}
.tableheaderNote {
	font-size: 10px; color:#FFFFFF;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight:normal;
}

/* <----- End Block Styles */


/* New Page Styles -----> */
	.arrowCell {
		text-align:right;
		padding-right: 2px;
		border-bottom:thin solid #D3D4D6;
	}
	.dataCell {
		padding-left:0.7em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		border-bottom:#EEEEEE;
		border-bottom:thin solid #D3D4D6;
	}
	.arrowCell.even{
		background-color:#EEEEEE;
	}
	.dataCell.even{
		background-color:#EEEEEE;
	}
	.number {
		text-align:right;
		padding-right:1em
	}
	.headerCell {
		padding-left:0.25em;
		padding-right:0.25em;
		font-weight:bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		background-color:#D3D4D6;
	}
	
	.headerCell.number{
		text-align:right;
		padding-right: 2em;
	}
	
	.tableTitle {
		font-family:Tahoma, Helvetica, sans-serif;
		font-size:16pt;
		color:#013082;
		background-color:#D3D4D6;
	}
	
	#CurrenciesTabSet ul, #IndicesTabSet ul{padding:0px; margin:0px;}
	#CurrenciesTabSet li, #IndicesTabSet li{list-style-type:none;float:left;padding:3px;background-color:#eee;margin:2px 5px 0px 0px;font-size:0.8em;}
	#CurrenciesTabSet li.active, #IndicesTabSet li.active{background-color:#ccc;}
	#CurrenciesTabSet li.hover, #IndicesTabSet li.hover{background-color:#ddd;}
	/* <----- End Page Styles */
	
