/* polls Bar Colors/Formats - Follow the format to add your own.	Then update the maxcolors setting for polls in	PollXT settings - Results*/.polls_color_1{ background-color: #00ff00; border: 2px ridge #00ff00; }.polls_color_2{ background-color: #ff0000; border: 2px ridge #ff0000; }.polls_color_3{ background-color: #ffff00; border: 2px ridge #ffff00; }.polls_color_4{ background-color: #0000ff; border: 2px ridge #0000ff; }.polls_color_5{ background-color: #009900; border: 2px ridge #009900; }/* Uncomment the following line, delete the lines above and set maxcolor to 1 *//* .polls_color_1{ background-image: url(images/red_yellow_green.png); } *//* polls Outside Table Border */.pollstableborder {	border: 1px solid;	padding: 2px;}/* The separator */.pollseparator {    text-align:center;    border-bottom: solid 1px;    border-top: solid 1px;	 }/* the message window */.xtmessage {	background: #66FF00;	border: 1px solid Green;	display: none;	color: green;	padding: 2px 2px 2px 2px;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;}/* button with individual styling */#pollxtButton {	background: url(images/button.png) no-repeat;	height:40px;	width: 100px;	padding-top: 8px;	text-align: center;	float:left;	font-weight:bold;	cursor:pointer;}#pollxtButton.pollxtVote {	color: blue;}#pollxtButton.pollxtResult {	color: green;}#pollxtButton.pollxtDetail {	color: red;}#pollxtButton.pollxtBack {	color: yellow;}.module #pollxtButton.pollxtVote {	background: url(images/button.png) no-repeat;	height:40px;	width: 100px;	padding-top: 8px;	text-align: center;	float:left;	font-weight:bold;	cursor:pointer;}.module #pollxtButton.pollxtResult {	background: url(images/button.png) no-repeat;	height:40px;	width: 100px;	padding-top: 8px;	text-align: center;	float:left;	font-weight:bold;	cursor:pointer;}.module #pollxtButton.pollxtDetail {	background: url(images/button.png) no-repeat;	height:40px;	width: 100px;	padding-top: 8px;	text-align: center;	float:left;	font-weight:bold;	cursor:pointer;}.module #pollxtButton.pollxtBack {	background: url(images/button.png) no-repeat;	height:40px;	width: 100px;	padding-top: 8px;	text-align: center;	float:left;	font-weight:bold;	cursor:pointer;}#pollxtTitle {	font-size: 14px;}#pollxtIntro {	}#pollxtImg {	}#pollxtImgCol {	float: left;	padding-right:10px;}#pollxtOptCol {	float: left;	padding-right:10px;	}#pollxtFreeCol {	float: left;}#pollxtLine {}/* fix for several templates (e.g. made your web)*/div.sectiontableheader {height: 100%;	}
