/*

*/




#tested_browser_table {
	margin:0;
	padding: 4px;
	width: 578px;
	font: 11px Arial, Helvetica, sans-serif;
	color:#747474;
	background-color:#0c2a62;
}


#tbt-header {
	margin:0;
	padding: 14px 0 0 15px;
	width: 562px; 
	height: 55px;
	color:#FFF;
	font-size:13px;
	background: #0c2c65 url(./images/tables/tableshead-bcg_2.jpg) no-repeat right top;	
}

.tbt-bold {
	font: bold 22px Arial, Helvetica, sans-serif;
	
}

#tbt-top {
	margin:0;
	padding: 0;
	width: 578px;
	height: 46px;
	border-top: 2px solid #FFF;
	background: #eff4ff url(./images/tables/top-light-blue.png) repeat-x left top;	
}

.tbt-top-cell {
	float:left;
	padding: 13px 0 3px 0;
	text-align:center;
	width:160px;
	height: 31px;
	border-right: 1px solid #ced9ec;
	border-bottom: 1px solid #ced9ec;
	color:#1f3d71;
	font: 13px Arial, Helvetica, sans-serif;
}

#tbt-middle {
	margin:0;
	padding: 0;
	width: 578px;
	background: #f6f6f6 url(./images/tables/center-bcg.png) repeat-y right top;	
}

.tbt-left {
	float:left;
	margin:0;
	padding: 10px 0 0 15px;
	width: 75px;
	text-align: left;
	height: 24px;
	border-right: 1px solid #ced9ec;
	border-bottom: 1px solid #b3c1db;
	color:#1f3d71;
	font: 13px Arial, Helvetica, sans-serif;
	background: #e4ebf8 url(./images/tables/center-blue.png) repeat-y left top;
}



.tbt-right {
	float:left;
	margin:0;
	padding: 11px 0 0 0;
	width: 160px;
	text-align:center;
	height: 23px;
	border-right: 1px solid #ced9ec;
	border-bottom: 1px solid #b3c1db;
}

#tbt-bottom {
	clear:both;
	margin:0;
	padding: 0;
	width: 578px;
	height: 48px;
	border-top: 2px solid #FFF;
	background: #e4e3e3 url(./images/tables/bottom-line.png) repeat-x left top;	
}


.tbt-bottom-cell {
	float:left;
	padding: 15px 0 0 0;
	text-align:center;
	width:160px;
	height: 33px;
	border-right: 1px solid #ced9ec;
	color:#070707;
	font: 13px Arial, Helvetica, sans-serif;
}



#tbt-footer {
	font-size: 12px;
	
	color:#000000;
	margin:0;
	padding: 8px 0 8px 12px;
	width: 566px;
	background: #f6f6f6 url(./images/tables/center-bcg.png) repeat-y right top;	
}

