/* CSS Document */

.indexesTbl
{
	margin:-0.5em auto 2em auto;
	border-collapse:collapse;
	border:none;
	font-size:0.9em;
	width:100%;
}
.indexesTbl tr.meblue td
{	
	background:url('../images/bg_stockTracker.gif') 0 0 repeat-x;
	line-height:28px;
	height:28px;
}
.indexesTbl th
{
	margin:0;
	/*border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;*/
	padding:0 0.25em;
	line-height:24px;
	text-align:left;
	height:24px;
}
.indexesTbl td
{
	margin:0;
	padding:0 0.25em;
	line-height:24px;
	height:24px;
}

body .indexesTbl th.tcenter
{
	text-align:center;
}
body .indexesTbl th.tright,
body .indexesTbl td.tright
{
	text-align:right;
	/*padding-right:0.5em;*/
}
.indexesTbl td.tlead,
.indexesTbl th.tlead
{
	color:#1e538f;
	font-weight:bold;
	text-align:left;
	width:auto;
}
.indexesTbl td.tleadTwo,
.indexesTbl th.tleadTwo
{
	color:#1e538f;
	text-align:left;
	line-height:24px;
	height:24px;
	width:auto;
}
