@charset "utf-8";

/* City of Santa Barbara - SBCityVote CSS Document */

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

th {
	color: #FFFFFF;
	background-color: #000066;
}

caption {
	font-size: 17px;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}

a:link {
	color: #999999;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #999999;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

h1 {
	font-size: 19px;
	color: #660000;
}

h2 {
	font-size: 17px;
	color: #660000;
	border-bottom: 1px dotted #660000;
}

h3 {
	font-size: 15px;
	color: #660000;
}

h4 {
	font-size: 13px;
	color: #660000;
}

h5 {
	font-size: 11px;
	color: #660000;
}

h6 {
	font-size: 9px;
	color: #660000;
}

.AlignRight {
	text-align: right;
}

.AlignLeft {
	text-align: left;
}

.WhiteText {
	color: #FFFFFF;
}

.GrayText {
	color: #666666;
}

.SmallWhiteText {
	color: #FFFFFF;
	font-size: 10px;
}

.SmallGrayText {
	color: #666666;
	font-size: 10px;
}

.TableSubCaption {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}

.GreenText {
	color: #00CC00;
}

.RedText {
	color: #FF0000;
}

.EvenRow {
	background-color: #E6E6F7;
	text-align: right;
}

.OddRow {
	background-color: #FFFFFF;
	text-align: right;
}

.HeaderEvenRow {
	background-color: #003399;
}

.HeaderOddRow {
	background-color: #4E7DD1;
}

.SubTotal {
	font-weight: bold;
	background-color: #ECE9D8;
	border-top-style: double;
	border-top-color: #D0D0BF;
	color: #000000;
	text-align: right;
}

.LeftThickLine {
	border-left-style: solid;
	border-left-color: #D0D0BF;
	border-left-width: 2px;
}

.NormalText {
	font-weight: normal;
}

.NoResultsText {
	font-size: 10px;
	font-style: italic;
	color: #666666;
	background: #FFFFFF;
}

#PollsResultsTable1 {
	background-color: #666666;
}

#PollsResultsTable2 {
	background-color: #666666;
}

#PollsResultsTable3 {
	background-color: #666666;
}

#PollsResultsTotalsTable {
	background-color: #666666;
}

#PollsResultsTotalsTable1 {
	background-color: #666666;
}

#PollsResultsTotalsTable2 {
	background-color: #666666;
}

#PollsResultsTotalsTableMeasureOnly {
	background-color: #666666;
}

#PrecintsReporting {
	background-color: #666666;
}

#BodyTable {
	padding-left: 10px;
}

#ContentTable {
	padding-left: 10px;
}

.NoDisplay {
	display: none;
}

#ContentTable .RowDiv {
	width: 100%;
	height: auto;
	display: block;
}

#ContentTable .RowDiv .CellDiv25 {
	float: left;
	width: 24%;
	margin: 0px;
	padding: 0px 1% 0px 0px;
}

#ContentTable .RowDiv .CellDiv33 {
	float: left;
	width: 32%;
	margin: 0px;
	padding: 0px 1% 0px 0px;
}

#ContentTable .RowDiv .CellDiv50 {
	float: left;
	width: 48%;
	margin: 0px;
	padding: 0px 1% 0px 0px;
}

