#OSOSResults table
{
	
	padding: 0px;
	width: 500px;
	border-spacing: 0px;
	margin: 0px 0px 30px 0px;
	font-family: Arial;
	font-size: 12px;
	border-collapse: collapse;
}

#OSOSResults table a
{
	font-family: Arial;
}

#OSOSResults table tr
{
	padding: 0px;
	margin: 0px;
}

#OSOSResults table tr td
{
	border: 1px solid #bfb4ae;
	padding: 5px;
	background-color: #e5e1df;
	vertical-align: top;
}

#OSOSResults table tr td.CandidateVotes, #OSOSResults table tr td.CandidatePercentage
{
	text-align:right;
	vertical-align: middle;
	width: 18%;
}

#OSOSResults table tr td.CountyName
{
	padding: 10px;
	width: 120px;
}

#OSOSResults table tr th
{
	background-color: #674a38;
	color: #fff;
	border: 1px solid #d9dee4;
	border-bottom: none;
	border-top: 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: #466f82;
	color: #fff;
	padding: 15px;
	font-size: 1.3em;
	background-image: -moz-linear-gradient(100% 100% 90deg, #466f82, #4c849e);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c849e), to(#466f82));
}

#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;
	width: 100%;
}

div.CandidateParty
{
	font-size: .8em;
	margin-bottom:5px;
}

div.RaceType
{
	font-size: 1.2em;
	margin-bottom: 20px;
}

#bc
{
	margin: 10px 0px 20px 0px;
	font-size: 12px;
}

tr.MoresResultsLinks ul
{
	margin: 0px;
	padding: 0px;
}

tr.MoresResultsLinks ul li
{
	display: inline;
	margin-right: 20px;

}

h1
{
	font-size: 1.3em;
	line-height: 1.3em;
}

