.subNavSelected {
	color:#666666;
	font-size:11px;
	font-weight:bold;
}
.listing{
	background-color: #9F9F9F;
}
.listing td, .listing td.normal{
	font-size:11px;
	background-color:#D6D6D6;
}

.listing td.bglightergray, .listing tr.bglightergray
{
	background-color:#E7E7E7;
	color: #000000;
}
.listing th{
	font-size:12px;
	background-color: #B8B8B8;
	color:#FFFFFF;
	padding:10px;
}
.listing th.bgdarkgray{
	background-color: #999999;
}
.listing tbody th, .listing tbody th.normal{
	font-size:12px;
	background-color: #D6D6D6;
	text-align: left;
}
.listing tbody th.bglightergray, .listing tbody tr.bglightergray
{
	background-color:#E7E7E7;
	color:#000000;
}

.listing tbody a{
	font-size:11px;
	/*background-color: #D6D6D6;*/
	text-align: left;
}

.btnStyle, .btnStyle:hover
{
	color:#FFFFFF;
	text-decoration:none;	
}

