@import url(../../css/results.css);


#OSOSResults table tr td
{
	border: 1px solid #aeb9c4;
	padding: 5px;
	background-color: #e8eef5;
	vertical-align: top;
}

#OSOSResults table tr th
{
	background-color: #29547f;
	color: #fff;
	border: 1px solid #aeb9c4;
	border-bottom: none;
	border-top: 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: #204c7b;
	color: #fff;
	padding: 15px;
	font-size: 1.3em;
	background-image: -moz-linear-gradient(100% 100% 90deg, #204c7b, #14375d);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#14375d), to(#204c7b));
}

#OSOSResults table tr td.right {
    text-align: right;
    float: none;
}