/***
 ***		Voting
 ***		* Default skin
 ***/
table.voting, table.voting_green{
	background-color:#FFFFFF;
} 
.voting td, .voting th, .voting_green td, .voting_green th{
	text-align:center;
	vertical-align:middle;
}
.voting th {
	height:17px;
	background-image:url(../images/vote/th_bg.brown.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:"BauhausC Light",  "Bauhaus", serif, Georgia;/*"BauhausC Medium", */
	font-weight:bold;
/*	word-spacing:5px;*/
	font-size:10pt;
	background-color:#995f0f;	
}
.voting td, .voting_green td{
	height:21px;
	background-color:#F5F5F0;
	font-size:10px;
	color:#8c8c8c;
	font-weight:bold;
}
.voting input, .voting_green input{
	margin:0px;
	padding:0px;
	margin-bottom:-2px;
	margin-right:2px;
}
.voting button {
	font-size:9px;
	background-color:#dccace;/*#d7c7be #d7c0d4*/
	border:solid 1px #ae9e9e;/*#9e8e8e*/
	color:#ba7110;
}

/***
 ***		Vote Skin -- Green
 ***/

.voting_green th {
	height:17px;
	background-image:url(../images/vote/th_bg.green.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:"BauhausC Light",  "Bauhaus", serif, Georgia;/*"BauhausC Medium", */
	font-weight:bold;
/*	word-spacing:5px;*/
	font-size:10pt;
	background-color:#30A730;	
}
.voting_green button {
	font-size:9px;
	background-color:#d4d0c8;
	border:solid 1px #ae9e9e;/*#9e8e8e*/
	color:#3a9a3b;
}


/***
 ***		Voting Common Styles
 ***/


table.voting{
	background-color:#FFFFFF;
} 
.voting td, .voting th{
	text-align:center;
	vertical-align:middle;
}
.voting th {
	height:17px;
	background-image:url(../images/vote/th_bg.brown.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:"BauhausC Light",  "Bauhaus", serif, Georgia;/*"BauhausC Medium", */
	font-weight:bold;
/*	word-spacing:5px;*/
	font-size:10pt;
	background-color:#995f0f;	
}
.voting td{
	height:21px;
	background-color:#e0e0e0;
	font-size:10px;
	color:#8c8c8c;
	font-weight:bold;
}
.voting input{
	margin:0px;
	padding:0px;
	margin-bottom:-2px;
	margin-right:2px;
}
.voting button {
	font-size:9px;
	background-color:#dccace;/*#d7c7be #d7c0d4*/
	border:solid 1px #ae9e9e;/*#9e8e8e*/
	color:#ba7110;
}


td.vote_white{
	background-color:#f4f4f4;
	font-size:11px;
}
td.vote_highlight{
	background-color:#f4d4d4;
}

td.vote_results{
	height:21px;
}
.vote_rates{
	color:#000000;	
}

