/* 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: #FF0000; border: 2px ridge #B22222; height:20px;}



.polls_color_2{ background-color: #FFCC33; border: 2px ridge #4169E1;  height:20px; }



.polls_color_3{ background-color: #33FF33; border: 2px ridge #D2D2D2;  height:20px; }



.polls_color_4{ background-color: #3366FF; border: 2px ridge #FFA500; height:20px; }



.polls_color_5{ background-color: #9933FF; border: 2px ridge #6B8E23;  height:20px;}





/* 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 */

div.xtmessage {

	margin-top:30px;
	background: #cccccc;

	border: 1px solid Black;

	display: none;

	color: cccccc;

	padding: 8px 8px 8px 8px;

	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: 14px;

	text-align: center;

	float:left;

	font-weight:bold;

	cursor:pointer;

}



.pollxtVote {

	color: blue;

}



.pollxtResult {

	color: green;

}



#pollxtTitle {

	

}

#pollxtIntro {

	

}

#pollxtImg {

	

}

#pollxtImgCol {

	float: left;

	padding-right:10px;

}

#pollxtOptCol {

	float: left;

	padding-right:10px;	
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;

}

#pollxtFreeCol {

	float: left;

}

#pollxtLine {

}


