/* CSS file
 * Component: DisplayRacers
 * 
 * @author Jan Byška <www.svofrcomputers.cz>
 * @copyright All right reserved
 * @version 1.0 
 */ 
#racers table{
	width:600px;
	border:1px solid #000;
	border-collapse:collapse;
}
#racers table th{
	background:#BE0000; color:#fff;
	font-size:12px; 
	text-align:left; 
	padding:5px;
	font-weight: bold;
}
#racers table td{
	font-size:12px; color:#000000; 
	height:30px;
	margin:0px;
	padding:2px 5px 2px 5px;
	text-align:left;
}
#racers table tr.odd{background:#cbcbcb;}
#racers table tr.even{background:#e7e7e7;}
#racers table td a{
	color:#BE0000;
	font-weight: bold;
	font-size: 20px;
}
