/* Ballot */

body {
	color:#4E463F;
}

.ballot #hd {
	background: transparent url(/images/ballot-logo.gif) no-repeat scroll 0%;
	height:150px;
	background-position: top left;
	margin-top:15px;
}

.admin #hd {
	background: transparent url(/images/admin-logo.gif) no-repeat scroll 0%;
	height:150px;
	background-position: top left;
	margin-top:15px;
}

.admin #hd a {
	font-size:123.1%;
	font-weight:bold;
	border:1px dotted gray;
	padding: 5px;
	background-color:#DDDDDD;
	margin-top:100px;
}

.ballot #hd {
	text-align:right;
}

.ballot #hd h1, .ballot #hd h2 {
	width:100%;
	padding:0px;
	margin:0px;
	text-align:right;
}

.ballot #hd h1 {
	font-size:197%;
	color:#000066;
}

.ballot #hd h2 {
	font-size:138.5%;
	color:#4E463F;
}

.selected {
	background-color:#FFFF66;
	color:#000000;
}

.divider {
	background-color:#000066;
	width:100%;
	padding-top:3px;
	margin-top:10px;
	margin-bottom:10px;
	height:22px;
	text-align:center;
	color:#ffffff;
	font-size:123.1%;
/*	font-weight:bold;*/
}

.candidate {
	float:left;
	border:1px dotted silver;
	width:120px;
	text-align:center;
	padding:5px;
	margin-left:5px;
	margin-right:5px;
}

.candidate h3, .candidate h4, .candidate h5 {
	margin:0px;
}

.candidate img {
	margin-top:3px;
	margin-bottom:3px;
}

.presidential {
	margin-left:20px;
}

.gubernatorial {
	margin-left:25px;
}

.gubernatorial .candidate {
	width:156px;
}

.candidates li {
	display:inline;
	list-style-type:none;
}

.presidential .candidate li {
	display:block;
}

input[type="radio"] {
	margin-top:10px;
}

.submit-vote {
	width:218px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	height:61px;
	border:none;
	background: url(/images/button.gif) no-repeat center center;
	padding: 2px 8px;
	color:#ffffff;
	font-size:123.1%;
	font-weight:bold;
}

.add-school {
	width:159px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	padding-top:10px;
	height:45px;
	border:none;
	background: url(/images/button.gif) no-repeat top left;
	color:#ffffff;
	font-size:123.1%;
}

.school {
	color:#4E463F;
	border-bottom: 1px dotted silver;
	padding-top:10px;
}

.school h3 {
	float:left;
	margin:0;
	padding:0;
	font-size:153.9%;
	margin-right:10px;
}

.school p {
	clear: both;
	font-size:123.1%;
}

.school em {
	font-weight:bold;
	font-style:normal;
}

.welcome {
	text-align:center;
}

.welcome h3 {
	font-size:138.5%;
	color:#4E463F;
}


td {
	border:none;
}

.error h2{
	color: #AA0000;
	font-size:15px;
}

.error li{
	color: #AA0000;;
	font-size: 14px;
}

#submissionForm input[type="text"],select{
	display:block;
	margin-bottom:10px;
}

#submissionForm input[type="text"]{
	width:200px;
}

#submissionForm label{
	font-size:16px;
}

.schoolLink{
	font-size:25px;
}

#districtCodeInfo h2{
	font-size:25px;
	text-align:center;
}

#demoLinkContainer{
	text-align:center;
	font-size:20px;
}