/*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: bold 12px Arial, sans-serif;
	color: #FF0000;
	padding-bottom: 8px;
	border-bottom: solid 2px #df1500;
	width: 290px;
	overflow: hidden;
}

.pollQuestion p {
	display: inline;
}

.pollQuestion img {
	float: left;
	margin-right: 5px;
}

.answersTable {
	margin-top: 10px;
}

.answersTable td {
	width: 145px;
}

.answerLabel {
	margin-left: 5px;
}

.answerItem {
	height: 22px;
	background-color: #ebebeb;
}

.pollSubmitTd {
	padding-top: 10px;
}

.pollSubmit {
	background-color: #dfdfdf;
	background-image: url(../images/btn_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #bebebe;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}
/*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*/