body {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 1px #000000;  
	padding: 0 0 0 0;
}

fieldset {
	border: solid 1px #666666;
	width: 400px;
	padding: 0 10px 10px 10px;
	margin-bottom: 15px;
}

legend {
	color: #ffffff;
	background: #002649;
	border: 1px outset #cccccc;
	padding: 2px 2px 0 2px;
	font-weight: bold;
}

.vote {
	margin-top: 4px;
	padding: 0 0 0 0; 		 
	text-align: middle;
	font-size: 10px;
}

.vote p {
	margin-top: 6px;
	margin-bottom: 6px;
}

.vote td, .pollDescriptionCell  {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 9px;
	font-family:Verdana;
}

.vote a {

	font-size: 8pt;
	font-family:Verdana;
}

.errorMessage {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #696969;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #990099;
}

a:active {
	color: #ff0000;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #ff0000;
}

input.submit {
	color: #ffffff;
	background: #002649;
	border: 2px outset #cccccc;	 
	font-size: 8pt;
}

/* Default for the poll bars */

.pollBar {
	height: 15px;
	background: #ff0000;
	border: 1px solid #000000;
}

/* Poll bar ids are sequential and one-indexed */

#pollBar1 {
	background: #ff0000;
}

#pollBar2 {
	background: #00ff00;
}

#pollBar3 {
	background: #0000ff;
}

#pollBar4 {
	background: #ffff00;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}

#pollBar7 {
	background: #FF8C00 ;
}

#pollBar8 {
	background: #FF1493 ;
}

#pollBar9 {
	background: #808080 ;
}

#pollBar10 {
	background: #800000 ;
}		  

#pollBar11 {
	background: #808000 ;
}
	
.voteContainer{
 	xtext-align:center;
	font-size:10px;
	height: 80px;
	width: 420px;
	
}	

.ballotItem{
 	color:#0066AA;	 	 
 	background-color:#FFFFFF;  
	margin:5px;
	border:2px solid #002649; 
	font-family:arial;
	-moz-border-radius: .5em;
	border-radius: .5em; 
}	

.ballotBlock{
 	background-color:#0066AA;	
	color:#ffffff;	
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;		 
	margin-top:2px;

} 
.ballotSubmit {
	 text-align:center;
}
.ballotVote{
	text-align:center; 
	color:#ffffff;	
	font-family:arial;
}
.ballotTitle{
	text-align:center;	
	color:#ffffff;	 
	font-weight:bold; 
	font-family:arial;
	font-size:13px;	 
}
.ballotHeader{
	text-align:center;
	background-color:#002649;
	color:#ffffff;	 
	font-size:14px;	  
	font-weight:bold;
	font-family:arial;	   
	-moz-border-radius: .5em;
	border-radius: .5em; 	
}
 
