@charset "UTF-8";
/* CSS Document */

.wrapperTable
{
	font-family:Arial;
	font-size: 10px;
	border:1px #F5BF34 solid; 
}

td.tableTitle
{  
	background-repeat: repeat-x;
	background-image: url(/images/custom/usb/bg_top.gif);
}

td.tableTitle td  
{
	padding: 10px 0 10px 20px;
}

td.tableTitle span 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height:20px;
	vertical-align:top;
}
.wrapperTable td#leftTableImg
{
	background-repeat: no-repeat;
	background-image: url(/images/custom/usb/table_left.gif);
}	
.wrapperTable td#rightTableImg
{
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/images/custom/usb/table_right.gif);
}	

tr.mktHeaderRow
{
	background-color:#F5BF34;
	vertical-align:middle;
	line-height:20px;
}
tr.mktEvenRow
{
	background-color:#d1d1d1;
	vertical-align:middle;
	line-height:20px;
}
tr.mktOddRow
{
	background-color:#fff;
	line-height:20px;
}
tr.symbolHeader
{
	font-size:1.1em;
	font-weight:bold;
}
.detailHeader
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height:16px;
	vertical-align:top;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:2px;
}
.detailBody
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	line-height:16px;
	vertical-align:top;
	padding-top:5px;
	padding-bottom:2px;
}
.categoryHeader
{
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	line-height:16px;
	vertical-align:middle;
	padding-top:3px;
	padding-bottom:3px;
}

.marketsFooter
{
	padding:10px 20px 25px 20px;
}