html{
	overflow: hidden;
}

body {
	margin:0px;
	margin-top:0px;
	color:#087B80;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	background-color: #E8F1EE;
	overflow: hidden;
}

img{
	margin: 0px;
	padding: 0px;
}

h1 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 4px #000000;
}

.question {
	font-weight: bold;
	font-size: 12pt;
}

fieldset {
	border: solid 1px #666666;
	width: 300px;
	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;
}

.currentResults {
	font-size: 8pt;
}

.vote {
	margin-top: 40px;
	padding: 0 0 0 0;
}

.vote p {
	margin-top: 6px;
	margin-bottom: 6px;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Arial, 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: #000000;
	background: #99cc99;
	border: 2px outset #cccccc;
}

/* Default for the poll bars */

.pollBar {
	height: 15px;
	background: #ff0000;
	border: 0px solid #000000;
}

/* Poll bar ids are sequential and one-indexed */

#pollBar1 {
	background: #DA222E;
}

#pollBar2 {
	background: #DA222E;
}

#pollBar3 {
	background: #DA222E;
}

#pollBar4 {
	background: #DA222E;
}

#pollBar5 {
	background: #DA222E;
}

#pollBar6 {
	background: #DA222E;
}


b {
	color:#087B80;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
}

div,table,tr,td {
	color:#087B80;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	border-collapse:collapse;
	border: 0px black solid;
}


.pollCountCell{
	white-space: nowrap;
}

.photoVote{
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 60px;
}

.relative{
	position: relative;
	height: 480px;
}

.thumbs{
	position: absolute;
	left: 0px;
	top: 0px;
	white-space: nowrap;
}

.thumbs img{
	width: 51px;
	height: 51px;
	cursor: pointer;
	margin: 0px;
	margin-right: 3px;
}
