﻿#pollPanel { width: 100%;  }
#pollPanel .pollHeader {
	display:block;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url('images/grad.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pollPanel .pollFooter {
	display:block;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	}
.pollQuestion {
	font-size: 12px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.resPollForm {}
.resPollForm .pollButtomResults {
	color: #333;
}
.pollButton {
	background-color: #CCC;
	height: 20px;
	margin-left: 2px;
	margin-top: 10px;
	color: #000000;
	font-size: 11px;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.pollAnswers {
	color: #333;
	line-height: 12px;
}
.pollButton:hover {
	background-color: #790B0E;
	color: #FFFFFF;
}
.resPollResults .resAnswerLine .resPercent
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}

.resPollResults .resAnswerLine .resPercentBar { background-color:Red; height:12px; }
.resPollResults .resAnswerLine .resPercentBarSpacer { height:12px; }
.resPollResults .resAnswerLine .resPercentLabel { text-align:right; vertical-align:top; }

.resPercent{ background: gray; }
</style>
