/* ********************* AFFILIATE DISPLAY ********************* */

.textContent #listTable
{
	width:  			100%;
}
.textContent #listTable th
{
	margin: 			0;
	padding:			0 3px;
	height: 			22px;
	line-height:		20px;
	font-size:  		12px;
	font-weight:		bold;
	color:  			#fff;
	background-color:   #fe913c;
}
.textContent #listTable td
{
	margin: 			0;
	padding:			0 3px;
	font-size:  		11px;
	font-weight:		normal;
	color:  			#000;
	background-color:   #fff;
}
.highlightLinkText
{
	font-size:  		0.8em;
	color:  			#006dc6;
	background-color:   #ffef00;			
}
