body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:20px;
	padding:0px;
	margin:0px;
}

h1 {
	width: 600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 4px #000000;
	
}

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

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



.errorMessage {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.credit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

a:link {
color:#127ec4;
text-decoration:none
}

a:visited {
color:#127ec4;
text-decoration:none
}

a:hover {
color:#6cd0f5;
text-decoration:none
}

a.poll_link:link {
color:#127ec4;
text-decoration:none;
font-weight:bold
}

a.poll_link:visited {
color:#127ec4;
text-decoration:none;
font-weight:bold
}

a.poll_link:hover {
color:#6cd0f5;
text-decoration:none;
font-weight:bold
}



input.submit {
	color: #000000;
	background: #99cc99;
	border: 2px outset #cccccc;
}

/* Default for the poll bars */

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

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

#pollBar1 {
	background: #127ec4;
}

#pollBar2 {
	background: #59a4d6;
}

#pollBar3 {
	background: #8abfe2;
}

#pollBar4 {
	background: #add2eb;
}

#pollBar5 {
	background: #c5dff1;
}

#pollBar6 {
	background: #e2eff8;
}

.pollDescriptionCell {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000
}

.pollCountCell {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000
}

.poll_results_total {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000
}

.poll_question {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000
}

div.voteContainer {
	background-image:url(../../../images/poll-bkgrd.jpg);
	height : 270px;
}


