@import url(../../css/results.css);

#OSOSResults table tr td
{
	border: 1px solid #999;
	padding: 5px;
	background-color: #e5e5e5;
	vertical-align: top;
}

#OSOSResults table tr th
{
	background-color: #898989;
	color: #fff;
	border: 1px solid #999;
	font-size: .9em;
	border-top: none;
	border-bottom: none;
	
}


#OSOSResults table tr td.Seperator
{
	background-color: #023668;
	padding: 0px;
	margin: 0px;
	height: 3px;
	border: none;
}

#OSOSResults table tr.RaceName td
{
	background-color: #660033;
	color: #fff;
	padding: 15px;
	font-size: 1.3em;
	background-image: -moz-linear-gradient(100% 100% 90deg, #79063f, #660033);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#660033), to(#79063f));
}

