/* Poll Styles */
.pollWrpr {padding:0px 0px;margin: 0px auto;color:#000;font-size:12px;border: 1px solid #406daa;width:250px;}
.pollWrpr .hdng {color:#fff;font-size:12px;background:#588cc8;padding:3px 5px 3px 5px;display:block;border-top:0px;}
.pollWrpr .pollDesc {padding:5px;font-weight:bold;}
.pollWrpr ul {padding:10px 0px 10px 5px;list-style-type:none;}
.pollWrpr li {margin-bottom:5px;color:#666;}
.pollWrpr li input {margin:4px 3px 3px 0px;color:#000;padding:0px;float:left;}
.pollWrpr li div {padding-left:18px;}
.pollSubmitWrpr {margin:0px auto 0px auto;width:98px;display:block;text-align:center;}
.pollSubmitWrpr input{margin-bottom:5px;}
.pollSubmitWrpr h4{font-size:11px;}
.viewPollArchivesWrpr {padding:5px;}

/* Poll Styles Percentage */
.pollResultsWrpr {margin: 5px 5px 5px 5px;border-bottom:1px solid #d9d9d9;padding:0px 0px 4px 0px;}
.pollPercentageWrpr {}
.pollPreviousQuestionsWrpr {padding:3px;margin-bottom:10px;}
.pollPreviousQuestionsWrprHdng {font-weight:bold;margin-bottom:3px;}
.pollPreviousQuestionWrpr {font-size:1em;margin-bottom:3px;}
.pollPreviousQuestionDate{font-style: italic;float:left;}
.pollPreviousQuestionName {margin-left:85px;}
.pollPreviousQuestionName a, .pollPreviousQuestionName a:link, .pollPreviousQuestionName a:visited {}
.pollPreviousQuestionName a:hover {}
.pollPreviousQuestionName a:active {}
.pollPercentageQuestion {border-bottom:1px solid #000000;margin-bottom:5px;font-weight:bold;font-size:13px;}
.pollPercentageResultsHdng {font-weight:bold;margin-bottom:5px;display:block;}
.pollPercentageResultWrpr {margin-bottom:5px;}
.pollPercentageResultsBarHeight {height:12px;}
.pollPercentageResultsBar {margin:0;padding:0;background-color:#660000;margin-right:5px;float:left;}
.pollPercentageResultTotalWrpr {margin-top:5px;}
.pollResults {height:10px;background: #274881;}

.pollContainerResultsWrpr .pollResultsWrpr:nth-child(1) .pollResults {background:#0000FF;} /* blue */
.pollContainerResultsWrpr .pollResultsWrpr:nth-child(2) .pollResults {background:#FF0000;} /* red */
.pollContainerResultsWrpr .pollResultsWrpr:nth-child(3) .pollResults {background:#00FFFF;} /* cyan */
.pollContainerResultsWrpr .pollResultsWrpr:nth-child(4) .pollResults {background:#FFA500;} /* orange */
.pollContainerResultsWrpr .pollResultsWrpr:nth-child(5) .pollResults {background:#00FF00;} /* green */
.pollContainerResultsWrpr .pollResultsWrpr:nth-child(6) .pollResults {background:#FFFF00;} /* yellow */
.pollContainerResultsWrpr .pollResultsWrpr:nth-child(7) .pollResults {background:#FF00FF;} /* magenta */

.pollResultsText {margin-bottom:5px;}


.poll ul {
    list-style: outside none none;
    padding: 0;
	margin-bottom: 0;
}
.poll input[type="radio"] {
    margin: 10px 10px;
}
.poll li div {
    display: inline;
}
.poll .modContent {font-weight:bold;}
.poll .itemHd {font-weight:bold; color:#2761c2;}