﻿body 
{
	background-color:#FFFFFF
}
.VoterTable
{
	border: thin ridge #0000FF;
	background-color: #D0E4FE;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.voterRow
{
	vertical-align:text-top;
	clear: both;
}
.evenRow
{
	border: thin ridge #0000FF;
	background-color: #C6D9F1;
	vertical-align:text-top;
	overflow: auto;
}
.oddRow
{
	border: thin ridge #0000FF;
	background-color: #B0C1D7;
	vertical-align:text-top;
	overflow: auto;
}

@media screen and (max-width: 700px){
#IntroText {
	display: none;
}
}
@media screen and (min-width: 700px){
#VoterDetails
{
	width: 635px; 
	margin: 0 auto;
}
.elecDetail
{
	padding-right: 5px;
}
.elecName
{
	text-align:center;
}
.allElecs
{
	width:100%;
	border-collapse:collapse;
}
#ElectionDetails
{
	width: 635px;
	margin: 0 auto; 
}
#FindVoterForm
{
	width: 635px;
	margin: 0 auto;
}
#FoundVoterText
{
	width: 635px;
	margin: 0 auto;
}
.BallotButton
{
	left: 100px;
	position: relative;
	width: auto;
	font-size: large;
}
.electionStats {
	width: 65%;
	float: left;
}
.pollStats {
	width: 35%;
	float: right;
}

}
#NameID
{
	width: 106px;
}
#BirthDate
{
	width: 106px;
}
#StNumber
{
	width: 106px;
}
tr
{
	vertical-align: top;
}
.ABExpDetail
{
	/*border: thin ridge #0000FF;*/
	background-color:#FFFFFF
}
.inactiveVoter
{
	background-color:Red
}
.voterForm
{
	
}
.divth {
	font-weight: bold;
	width: 150px;
	margin: 0 auto;
}
.voterRowLabel {
float: left;
width: 45%;
}
.voterRowDetail {
float: left;
}
