/*----- Voting Application Styles -----*/
.video{
	border: 1px solid #737373;
	background-color: #fffcde;
	padding: 10px;
	display:block;
	margin-bottom: 20px;
	padding-left: 75px;
	background-image:url(images/video.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.video span{
	font-size: 10pt;
	font-weight: bold;	
}
.voter{
	border: 1px solid #737373;
	background-color: #fffcde;
	padding: 10px;
	display:block;
	margin-bottom: 20px;
	padding-left: 75px;
	background-image:url(images/vote.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.voted{
	border: 1px solid #737373;
	background-color: #fffcde;
	padding: 10px;
	display:block;
	margin-bottom: 20px;
	padding-left: 80px;
	background-image:url(images/voted.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.voted span{
	font-size: 10pt;
	font-weight: bold;
	color: #3f871f;
}
.voter span{
	font-size: 10pt;
	font-weight: bold;	
}
.doubleVote{
	background-image: url(images/stop.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	font-size: 10pt;
	height: 32px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding-top: 12px;
	font-weight: bold;
	font-style: italic;
	background-position: 2px;
}
.voteSuccess{
	background-image: url(images/success.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	font-size: 10pt;
	height: 32px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding-top: 12px;
	font-weight: bold;
	font-style: italic;
	background-position: 4px 6px;
}
.alert{
	font-weight: bold;
	font-size: 9pt;
	color: #900;	
}
div.questVote{
	padding: 20px;	
}
div.questVote div.questCon{
	margin-bottom: 30px;
	border: 1px solid #d3ebfb;
	padding: 30px;
	background-color: #ffffff;
	background-image: url(images/question.png);
	background-repeat: no-repeat;
}
div.questVote div.questCon h3{
	color: #2d3740;
}
div.questVote div.question{
	padding-left: 25px;
	}
div.questVote div.info{
	background-color: #ffffff;
	margin-bottom: 20px;
	
}
div.questVote div.submit{
	background-color: #ffffff;
	padding: 8px;
	text-align: right;
	border-top: 1px solid #d3ebfb;
}

/*----- Site Styles -----*/

.searchbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	border: 1px solid #EEEEEE;
}
.menuBG {
	background-image: url(images/menuBG.png);
	background-repeat: repeat;
}
.menuBGbig {
	background-image: url(images/menuBG_40.png);
	background-repeat: repeat;
}
.nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFF;
}
body {
	background-color: #dadada;
	margin:0;
	padding:0;
	background:#dadada;
	color:#000;
}
.headertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-variant: normal;
	color: #333;
	font-weight: normal;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.whitetable {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 20px;
	padding: 0px;
}
hr {
	line-height: 1px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.bodysubtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #A7171F;
}
.mainsubheadgray {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	font-variant: small-caps;
	height: 20px;
	font-weight: bold;
}
.mainsubheadteal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #069;
	font-variant: small-caps;
	height: 20px;
	font-weight: bold;
}
.mainwhitetable {
	background-color: #FFF;
	background-image:url(images/tier4_grey_ray2.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333;
	padding: 0px;
}
.whiteonred {
	font-family: "Lucida Bright", Georgia, "Palatino Linotype", "Times New Roman", serif;
	font-size: 14px;
	font-weight: bolder;
	color: #333;
	font-variant: small-caps;
	line-height: 20px;
}
.bodyredtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A7171F;
}
.topheaderlink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-variant: normal;
	color: #666;
	font-weight: normal;
}
.style3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	height: 20px;
}
#LeftBox {
float:left;
width:49%;
}
#RightBox {
float:right;
width:49%; 
margin:-5px 0 0 0; 
}
#SecondRightBox {
float:right;
width:49%; 
margin:-5px 0 0 0; 
}
#SecondLeftBox {
float:left;
width:49%;
}
.grayonred {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
	font-size: 17px;
	font-weight: bold;
	color: #9B1D23;
	font-variant: small-caps;
	line-height: 24px;
}
.largebodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.border {
	border: 1px solid #BA1118;
	background-color: #EBEBEB;
}
.validator_border {
	border: 1px solid #BA1118;
}
.tableunderlined {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #333;
	text-decoration: underline;
}
