#OSOSResults table
{
	
	padding: 0px;
	width: 500px;
	border-spacing: 0px;
	margin: 0px 0px 30px 0px;
	font-family: Arial;
	font-size: 12px;
}

#OSOSResults table tr
{
	padding: 0px;
	margin: 0px;
}

#OSOSResults table tr td
{
	border: 1px solid #dcdbdd;
	padding: 5px;
	background-color: #ececec;
	vertical-align: top;
}

#OSOSResults table tr td.CandidateVotes, #OSOSResults table tr td.CandidatePercentage
{
	text-align:right;
	vertical-align: middle;
	width: 90px;
}

#OSOSResults table tr td.CountyName
{
	padding: 10px;
	width: 120px;
}

#OSOSResults table tr th
{
	background-color: #669966;
	color: #fff;
	border: 1px solid #999;
	border-top: none;
	border-bottom: none;
	font-size: .9em;
}

#OSOSResults table tr.RaceSummary
{
	font-weight: bold;
	height: 60px;
	text-align: right;
	
}

#OSOSResults table tr.RaceSummary td
{
	padding-top: 20px;
}

#OSOSResults table tr.RaceSummary td.TotalVotes
{
	text-align: left;
}

#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, #3b733b, #336633);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#336633), to(#3b733b));
}

#OSOSResults table tr.Total td
{
	background-color: #fff;
}

#OSOSResults table tr td.right
{
	text-align: right;
}

div.CandidateGraph
{
	clear:both;
	height: 15px;
	background-color: #f4ad1f;
	margin-bottom: 10px;
	background-image: -moz-linear-gradient(100% 100% 90deg, #f4ad1f, #fcc75d);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcc75d), to(#f4ad1f));
	
}
div.CandidateName
{
	font-size: 1.1em;
	float:left;
	margin-bottom:5px;
}

div.CandidateParty
{
	font-size: .8em;
	float:right;
	
}

div.RaceType
{
	font-size: 1.2em;
	margin-bottom: 20px;
}

#bc
{
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 12px;
}