/* 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: #f37736; }

.polls_color_2{ background-color: #009fc3; }

.polls_color_3{ background-color: #00a260; }

.polls_color_4{ background-color: #820053; }

.polls_color_5{ background-color: #b06f0d; }


/* 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: #ee3a42;
	/*border: 1px solid Red;*/
	display: none;
	color: White;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:12px;
	margin-bottom:12px;
	width:530px;
}
/* button with individual styling */
#pollxtButton {
	/*background: url(images/button.png) no-repeat;
	height:40px;
	width: 100px;*/
	background-color:#f37736;
	padding: 4px 8px;
	text-align: center;
	float:left;
	font-weight:bold;
	cursor:pointer;
	margin-top:12px;
	margin-right:4px;
}

#pollxtButton.pollxtVote {
	color: white;
}

#pollxtButton.pollxtResult {
	color: white;
}
#pollxtButton.pollxtDetail {
	color: white;
}
#pollxtButton.pollxtBack {
	color: white;
}

.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;
	padding-right:10px;	
}
#pollxtFreeCol {
	float: left;
}
#pollxtLine {
color:red;
}

/* fix for several templates (e.g. made your web)*/

div.sectiontableheader { 
height: 100%;     
margin-bottom:12px;
font-weight:bold;
}

div.sectiontableentry1 { 
	width:542px;
	background-color:#ffffff;
	padding:4px;
} 
div.sectiontableentry2 { 
	width:542px;
	background-color:#e7e7e7;
	padding:4px;
} 
