/* 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: #8D8D8D;}
.polls_color_2	{ background-color: #8D1B1B;}
.polls_color_3	{ background-color: #5427e1;}
.polls_color_4	{ background-color: #CC8500;}
.polls_color_5	{ background-color: #004f01;}
.polls_color_6	{ background-color: #b22222;}
.polls_color_7	{ background-color: #ffee00;}
.polls_color_8	{ background-color: #6495ed;}
.polls_color_9	{ background-color: #9acd32;}
.polls_color_10{ background-color: #9400d3;}
*/
.polls_color_1, .polls_color_2, .polls_color_3,
.polls_color_4,	.polls_color_5, .polls_color_6,	
.polls_color_7,	.polls_color_8, .polls_color_9,	
.polls_color_10 { background-color: #900;}



.sectiontableentry1, 
.sectiontableentry2 {margin-bottom: 20px;}

div.pollres-graph{border-top: 1px solid #eee; border-bottom: 2px solid #eee; padding: 10px 0 10px 0; margin: 0 0 10px 0; }
h4.pollres-quest{font-size: 100%; font-weight: normal; color: #777; margin-top: 10px;}
span.pollres-perc{margin-left: 5px; font-size: 85%; font-weight: normal; color: #000; }	
span.pollres-abs {font-size: 75%; color: #999;}	
	
/* 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 none;	padding: 0px;}

/* The separator */
.pollseparator {    text-align:center; border-bottom: solid 1px; border-top: solid 1px;	 }

/* the message window */
div.xtmessage {
	background: #eee;
	border: 1px solid #ccc;
	display: none;
	color: #b22222;
	padding: 2px 2px 2px 2px;
}

