/* 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: #ff0033; border: none; }

.polls_color_2{ background-color: #97ced5; border: none; }

.polls_color_3{ background-color: #e2e2e2; border: none; }

.polls_color_4{ background-color: #5c9a2c; border: none; }

.polls_color_5{ background-color: #6b8c97; border: none; }


/* 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:none;
	padding: 0;
}
/* The separator */
.pollseparator {
    text-align:center;
    border-bottom: solid 1px;
    border-top: solid 1px;
	 }
/* the message window */
.xtmessage {
	display: none;
	color: #ff0033;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}
/* 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 {
	
}
#pollxtIntro {
	
}
#pollxtImg {
	
}
#pollxtImgCol {
	float: left;
	padding-right:10px;
}
#pollxtOptCol {
	float: left;
}
#pollxtFreeCol {
	float: left;
}
#pollxtLine {
}

/* fix for several templates (e.g. made your web)*/

div.sectiontableheader {
height: 100%;	
}

div.sectiontableheader_polls {
height: 100%;
font-weight:bold;
padding-bottom:5px;
}

.inputbox_polls {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	border:1px solid #303435;
	padding:2px;
	margin:2px;
	background-color:#b9c9ce;
}

.formcontainer {
	padding-top: 2px;
	padding-right: 11px;
	padding-bottom: 2px;
	padding-left: 5px;
}