/*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;
}

.headerWebpoll {
	margin: 21px 32px 10px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #00337f;

}

.pollQuestion {
	color: #FFffff;
	width: 324px;
	height: 30px;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 1px;	
}

.pollQuestion p {
	display: inline;
}

.pollQuestion img {
	float: left;
	margin-right: 5px;
}

.answersTable {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}


.answerLabel {
	margin-left: 5px;
	color: #ffffff;
	font-size: 11px;
}

.answerItem {
	height: 17px;
	background-color: #00337f;
	border-bottom: solid 1px #6281b0;
}

.pollSubmitTd a {
	color: #ffffff;
	text-decoration: underline;

}


.pollSubmitTd {
	color: #ffffff;
	height: 27px;
	font-size: 11px;
}

.pollSubmit {
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;	
	background-color: #00337f;
	height: 21px;
	border: solid 1px #6281b0;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-size:11px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*Poll result styles*/
.PollResult {
	text-align: left;
	vertical-align: top;
}

.PollResQuestion {
	margin-top: 10px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}

.PollResultLine {
	margin-top: 8px;
	margin-bottom: 5px;
	height: 20px;
}


.PollOther {
	background-color: #EEEEEE;
	line-height: 20px;
	text-indent: 3px;
}

.PollTotal {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	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*/
