/* 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: #8D1B1B; border: 0px ridge #f26739; }

.polls_color_2{ background-color: #6740E1; border: 0px ridge #c0d230; }

.polls_color_3{ background-color: #8D8D8D; border: 0px ridge #ffcd33; }

.polls_color_4{ background-color: #CC8500; border: 0px ridge #1d76da; }

.polls_color_5{ background-color: #5B781E; border: 0px ridge #880af2; }

.polls_color_6{ background-color: #5B781E; border: 0px ridge #f97dfa; }

.polls_color_7{ background-color: #5B781E; border: 0px ridge #e3262b; }

.polls_color_8{ background-color: #5B781E; border: 0px ridge #4758a1; }

.polls_color_9{ background-color: #5B781E; border: 0px ridge #684721; }

.polls_color_10{ background-color: #5B781E; border: 0px ridge #187c28; }


/* 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: 0px solid;
	padding: 2px;
}
/* The separator */
.pollseparator {
    text-align:center;
    border-bottom: solid 0px;
    border-top: solid 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	 }
/* the message window */
.xtmessage {
	background: #FFCCCC;
	border: 0px solid Red;
	display: none;
	color: Red;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
/* 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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

#pollxtButton.pollxtVote {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

#pollxtButton.pollxtResult {
	color: green;
}
#pollxtButton.pollxtDetail {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
#pollxtButton.pollxtBack {
	color: yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}


#pollxtTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	
}
#pollxtIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	
}
#pollxtImg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;	
	
}
#pollxtImgCol {
	float: left;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;	
}
#pollxtOptCol {
	float: left;
	padding-right:10px;
	font-family: Arial;
	font-size: 8.5pt;		
}
#pollxtFreeCol {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;	
}
#pollxtLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;	
}

/* fix for several templates (e.g. made your web)*/

div.sectiontableheader {
height: 100%;	
}
