/*
body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
}

h1 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 4px #000000;
}


legend {
	color: #ffffff;
	background: #336633;
	border: 1px outset #cccccc;
	padding: 2px 2px 0 2px;
	font-weight: bold;
}

.currentResults {
	font-size: 8pt;
}


.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;
}
*/

.errorMessage {
 font-family: Georgia, "Palatino Linotype";
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.caption-poll{
	font-weight: bold;
	font-size: 14px;
 color: black;
 font-family: Georgia, "Palatino Linotype";
 text-align: left;
 padding: 3px 0px 0px 25px;
 margin: 0;
}

.pollDescriptionCell, .totalVotes {
	font-weight: normal;
	font-size: 12px;
 color: black;
 font-family: Georgia, "Palatino Linotype";
 text-align: left;
 padding: 3px 0px 3px 5px;
 width: 300px;
}
.pollCountCell{
	font-weight: normal;
	font-size: 12px;
 color: black;
 font-family: Georgia, "Palatino Linotype";
 text-align: left;
 padding: 0px 0px 0px 5px;
 width: 100px;
}

a.poll-link:link, a.poll-link:visited, a.poll-link:active {
 text-decoration: none;
	font-weight: bold;
	font-size: 12px;
 color: white;
 font-family: Georgia, "Palatino Linotype";
}
a.poll-link:hover {
 text-decoration: none;
 color: #FFCC00;
}
a.poll-link-black:link, a.poll-link-black:visited, a.poll-link-black:active {
 text-decoration: none;
	font-weight: bold;
	font-size: 12px;
 color: black;
 font-family: Georgia, "Palatino Linotype";
}
a.poll-link-black:hover {
 text-decoration: none;
 color: #990000;
}
fieldset {
 background-image: url(../../images/velvet_bg_small.jpg);
	border: solid 2px #000000;
	width: 206px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.vote {
	margin-top: 10px;
	padding: 0 0 0 0;
}

.vote p {
	margin-top: 6px;
	margin-bottom: 6px;
}
.res-question {
 padding: 5px;
	font-weight: bold;
	font-size: 16px;
 color: red;
 font-family: Georgia, "Palatino Linotype";
}
.question {
 padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
 color: white;
 font-family: Georgia, "Palatino Linotype";
}

/* Default for the poll bars */

.pollBar {
	height: 15px;
	background: #ff0000;
	border: 1px solid #000000;
 padding: 1px 1px 1px 5px;
}

/* 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;
}
