/*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;
}

.titlePoll {
	font: normal 17px Verdana, sans-serif;
	color: #06686A;
	padding-bottom: 8px;
	border-bottom: solid 2px #00B4B8;
	width: 150px;
	height: auto;
	overflow: hidden;
}

.pollQuestion {
	font: italic 11px Verdana, sans-serif;
	color: #06686A;
	padding-top: 5px;
	padding-bottom: 6px;
	width: 150px;
	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;
	color: #06686A;
}

.answerItem {
	height: 22px;
}

.pollSubmitTd {
	padding-top: 10px;
}

.webPollSubmit {
	background-color: transparent;
	background-image: url(../images/webpoll_bg_button.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 19px;
	width: 156px;
	border: none;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	color: #06686A;
	font-size: 10px;
	text-align: left;
	padding-left: 10px;
}
/*Poll result styles*/
.PollResult {
	text-align: left;
	vertical-align: top;
}

.PollResQuestion_title {
	font: normal 13px Verdana, sans-serif;
	color: #06686A;
	border-bottom: solid 2px #00B4B8;
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	text-align: left;
	vertical-align: middle;
}

.PollResQuestion {
	margin-top: 10px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	color: #666666;
}



.PollResultLine {
	margin-top: 8px;
	margin-bottom: 5px;
	height: 20px;
}


.PollOther {
	background-color: #DBF1F1;
	/*background-image: url(../images/line_1.gif);*/
	background-repeat:repeat-x;
	line-height: 20px;
	text-indent: 3px;
	color: #06686A;
	font-weight: bold;
}

.PollTotal {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

.PollText {
	margin-top: 14px;
	text-align: justify;
}

.PollNo {
	background-color: #00B4B8;
	line-height: 20px;
}

.PollYes {
	background-color: #53CA2E;
	line-height: 20px;
}

.PollNeutral {
	background-color: #666;
	line-height: 20px;
}

.PollYesNumbers {
	font-weight: bold;
	font-size: 12px;
	color: #53CA2E;
}

.PollNoNumbers {
	font-weight: bold;
	font-size: 12px;
	color: #00B4B8;
}

.PollNeutralNumbers {
	font-weight: bold;
	font-size: 12px;
	color: #666;
}

/*Poll styles End*/