/* polls Bar Colors/Formats - Follow the format to add your own.
	Then update the maxcolors setting for polls in
	components/com_poll/poll.php -> $polls_maxcolors
*/

.polls_color_1{ background-color: #363181; border: none; min-width:5px; }

.polls_color_2{ background-color: #fff95b; border: none; min-width:5px; }

.polls_color_3{ background-color: #ec217c; border: none; min-width:5px; }

.polls_color_4{ background-color: #ff9600; border: none; min-width:5px; }

.polls_color_5{ background-color: #CDD9F1; border: none; min-width:5px; }

.vote_submit {

	width: 97px;
	height: 31px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(./vote.png) no-repeat top left;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */

}

.vote_result {

	width: 97px;
	height: 31px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(./vote.png) no-repeat -125px 0px;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */


}



table#survey_select tr td a.left {
	display: inline-block;
	background: transparent url(./survey_select.png) top left no-repeat;
	height: 32px;	
	padding-left: 15px;
	float: left;
	cursor: pointer;

}

table#survey_select tr td a span.select {
	display: inline-block;
	font-size: 1.2em;
	color: rgb(30, 5, 118);
	background: transparent url(./survey_select.png) top right no-repeat;
	padding: 8px 15px 0px 0px;
	height: 32px;
}


#survey_select:hover #survey_menu {
	display: block;
}

#survey_menu {
	display: none;
 	position: absolute;

	z-index:100;
}


#survey_menu td.topleft{
	width: 15px;
	background: transparent url(../../../templates/whit1/images/submenubox.gif) top left no-repeat;
	
}

#survey_menu td.topcenter{
	padding-top: 10px;
	background: transparent url(../../../templates/whit1/images/submenubox.gif) top center no-repeat;
	min-width: 140px;
	
}


#survey_menu td.topright{
	width: 15px;
	background: transparent url(../../../templates/whit1/images/submenubox.gif) top right no-repeat;
	
}

#survey_menu td.centerleft{
	width: 15px;
	background: transparent url(../../../templates/whit1/images/submenubox.gif) center left no-repeat;
	
}

#survey_menu td.centercenter{
	background: #FFFFFF;
	
	
}

#survey_menu td.centerright{
	width: 15px;
	background: transparent url(../../../templates/whit1/images/submenubox.gif) center right no-repeat;
	
}

#survey_menu td.bottomleft{
	width: 15px;
	background: transparent url(../../../templates/whit1/images/submenubox.gif) bottom left no-repeat;
	
}

#survey_menu td.bottomcenter{
	padding-bottom: 10px;
	background: transparent url(../../../templates/whit1/images/submenubox.gif) bottom center no-repeat;
	
}


#survey_menu td.bottomright{
	width: 15px;
	background: transparent url(../../../templates/whit1/images/submenubox.gif) bottom right no-repeat;
	
}


#survey_menu td a{
	display: block;
	height: 22px;
	background: none;
	
}

#survey_menu td a span {
}

#survey_menu td a:hover {
	background: url(../../../templates/whit1/images/menu_border_h.jpg) bottom center no-repeat;
}

