/*Poll styles Start*/
.pollContainer {
	height: 170px;
	width: 306px;
	border:  solid 1px #ADADAD;
	margin-top: 5px;
	overflow: hidden;
	background-color: #ffffff;
}

.pollMargin {
	margin: 8px;
}

.inlineForm {
	display: inline;
}

.pollQuestion {
	font: normal 12px Verdana;
	color: #2D4D9D;
	padding-bottom: 8px;
	width: auto;
	overflow: hidden;
}

.pollQuestion p {
	display: inline;
}

.pollQuestion img {
	float: left;
	margin-right: 5px;
}

.answersTable {
	margin-top: 10px;
	background-color:#DDE9F8;
}

.right
{
    text-align:right;
}

.answerLabel {
	margin-left: 5px;
}

.answerItem {
	height: 22px;
}

.pollSubmitTd {
	padding-top: 10px;
	background-color:#fff;
}

.link-to-inquiry
{
    padding-top: 10px;
}

.link-to-inquiry A
{
    font:bold 11px Verdana;
    color:#AE3031;
}

.Web-pollSubmit 
{
	cursor: hand;
	color:#AE3031;
	font:bold 11px Verdana;
	background-color:White;
	border:none;
	background-image:url(/site/images/web-poll-btn-bg.gif);
	height:30px;
	width:99px;
}

.poll-list
{
    padding:5px 10px;
    font-weight:bold;
}

.poll-list INPUT
{
    border:none;
}

.web-poll-result A
{
    font:bold 11px Verdana;
    color:#AE3031;
}
/*Poll result styles*/
.PollResult {
	text-align: left;
	vertical-align: top;
}

.PollResQuestion {
	margin-top: 10px;
	text-align: left;
	vertical-align: middle;
	font:normal 12px Verdana;
}

.PollResultLine {
	margin-top: 8px;
	margin-bottom: 5px;
	height: 20px;
}


.PollOther {
	background-color: #fff;
	line-height: 20px;
	text-indent: 3px;
}

.PollTotal {
	font-weight: bold;
	font-size: 12px;
	color:#2D4D9D;
	line-height: 20px;
}

.PollText {
	margin-top: 14px;
	text-align: justify;
}

.PollNo {
	background-color: #17677D;
	line-height: 20px;
}

.PollYes {
	background-color: #A51FA0;
	line-height: 20px;
}

.PollNeutral {
	background-color: #969696;
	line-height: 20px;
}

.PollYesNumbers {
	font-weight: bold;
	font-size: 12px;
	color: #8E0189;
}

.PollNoNumbers {
	font-weight: bold;
	font-size: 12px;
	color: #005268;
}

.PollNeutralNumbers {
	font-weight: bold;
	font-size: 12px;
	color: #787878;
}

/*Poll styles End*/
