/*  styles for show_poll */
.div_poll_content{
}

.div_poll_question{
	font-size:14px;
	margin-bottom:20px;
}
.div_poll_answers{
	margin-bottom:20px;
}

/*  styles for show_results */
.poll_message {
	margin-bottom:20px;
}
.poll_message a{
	margin-bottom:20px;
	font-size:16px;
}
.div_results_content{
}
.td_answer{
	padding-right:10px;
}
.td_bar{}
.td_bar span{} 
.div_bar{ 
	background-color:#999;
}
.total_votes{
	margin:10px 0px 10px 0px;
	font-size:14px
}
.total_votes span{ 
	margin-right:20px;
	font-size:16px;
	color:#e62;
}

/*  styles for polls_list */

.contain_polls_list{
	
}
.pl_title{}
.table_polls_list{margin-top:20px;border-collapse:collapse;}
.table_polls_list td{border-bottom:1px #ccc solid;padding:5px 3px;}
.table_polls_list .td_head{
	text-align:center;
	color:#666;
}
.td_enunciado{}
.td_n_votes{
	width:60px;
	text-align:center;
}
.td_n_comments{
	width:60px;
	text-align:center;
}
.td_start_date{
	width:80px;
	text-align:center;
}
.td_last_vote{
	width:80px;
	text-align:center;
}