	
/*  ----------------------------------------------------------------------------
	(4a) Data Tables
	--------------------------------------------------------------------------*/
	
	.DataTable {
	border-collapse:collapse;
	padding:0;
	font:10px verdana,arial,sans-serif;
	color:#FFF;
	text-align:left;
}
		
		.DataTable tr {
	background:#666;
	vertical-align:top;
	font:10px verdana,arial,sans-serif;
	margin: 2px;
	padding: 2px;
}
		
		.DataTable th {
	background:#000;
	font-size:9px;
	font-weight:bold;
	color:#eee;
	padding:2px 3px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #646464;
}
		*html .DataTable th {
	background:#000 url('bg_th_dot.gif') top right repeat-y;
	border-right-width: 0;
}
		

		
		.DataTable .TopTR,
		.DataTable .TopTR td { background:#000 url('bg_tr.gif') 0 0 repeat-x; height:9px; padding:0; border:0; }
		
		.DataTable .Active,
		.DataTable .TopTR .Active { background:#000; }
		*html .DataTable th.Active,
		*html .DataTable .TopTR th.Active { background:#000 url('bg_th_dot.gif') top right repeat-y; border-right:0; }
		
	
		
		/* removes the border from the last column */
		.DataTable .sLast { border-right:0; }
		*html .DataTable .sLast,
		*html .DataTable tr.Generic .sLast { background-position:-1px -1px; }
		
		.DataTable a,
		.DataTable a:link { color:#999; background:none; padding:0; }
		.DataTable a:hover,
		.DataTable a:active,
		.DataTable a:visited { color:#999; background:none; padding:0; }
		.DataTable th a,
		.DataTable th a:link,
		.DataTable th a:hover,
		.DataTable th a:active,
		.DataTable th a:visited { color:#fc0; }
		.DataTable th.Active a,
		.DataTable th.Active a:link,
		.DataTable th.Active a:hover,
		.DataTable th.Active a:active,
		.DataTable th.Active a:visited { color:#bebebe; }
		
         table tbody tr.contender_even
        {
            
	background-color: #009;
	color: #FFF;
	a:link #0F3
        }
		         table tbody tr.contender_odd
        {
            
	background-color: #00c;
	color: #FFF;
	a:link #0F3
        }
		         table tbody tr.noncontender_even
        {
            
	background-color: #666;
	color: #FFF;
	a:link #0F3
        }
		         table tbody tr.noncontender_odd
        {
            
	background-color: #003300;
	color: #FFF;
	a:link #0F3
        }
tr.d0 td {
	background-color: #666666;
	color: #FFF;
	a:link #0F3
}
tr.d1 td {
	background-color: #003300;
	color: #FFF;
}
tr.dh td {
	color: #FFF;
	background-color: #000;
	background-image: url(bg_tr.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}