.candidateRow0{
	background: #ddd;
}
.candidateRow1{
	background: #fff;
}

.candidateRow1:hover, #912CandidateAdmin.candidateRow0:hover{
	background: #000;
	color: #fff;
}

.requiredItem{
	color: #ff0000;
	font-size: larger;
}

.errorMessage{
	color: #ff0000;
	font-size: x-large;
	border: 1px solid #5c5656;
	margin: 1em 0;
	padding: 10px;
	background: #FFEFEF;
}

.message{
	color: #000099;
	font-size: larger;
	border: 1px solid #5c5656;
	margin: 1em 0;
	padding: 10px;
	background: #f8f7f6;
}

.candidateform label { position: absolute; text-align:right; width:140px; }
.candidateform input, select, radio, textarea { margin-left: 145px; }
.candidateform label.check, label.radio { position:relative; text-align:left; }

#candidatelist th { color: #fff; text-decoration: none; background: url(/wp-content/plugins/912candidate/resources/th-bg.png) no-repeat; height: 20px; text-transform: uppercase; font-size: .8em; }
#candidatelist.shortheader, shortheader:th { color: #fff; text-decoration: none; background: url(/wp-content/plugins/912candidate/resources/th-bg-short.png) no-repeat; height: 20px; text-transform: uppercase; font-size: .8em; }
