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