#pr_header_title{
	
	padding:15px 10px 10px 31px;
	color:white;
	font-size:18px;
	font-weight:bold;
	text-shadow:0 1px 0 #4e691f;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#8fc33a),color-stop(100%,#739b2e));
	background-image:-webkit-linear-gradient(top,#8fc33a,#739b2e);
	background-image:-moz-linear-gradient(top,#8fc33a,#739b2e);
	background-image:-o-linear-gradient(top,#8fc33a,#739b2e);
	background-image:linear-gradient(top,#8fc33a,#739b2e);
}

#pr_header{
background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#8fc33a),color-stop(100%,#739b2e));
background-image:-webkit-linear-gradient(top,#8fc33a,#739b2e);
background-image:-moz-linear-gradient(top,#8fc33a,#739b2e);
background-image:-o-linear-gradient(top,#8fc33a,#739b2e);
background-image:linear-gradient(top,#8fc33a,#739b2e);
}

/*.votos_status{
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}*/
table.votos_status{
	width:95%;
	margin:10px;padding:0px;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}




/*table.tftable {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;}*/
table.votos_status th {font-size:14px;background-color:#acc8cc;border-width: 1px;border-style: solid;border-color: #729ea5;}
table.votos_status tr {background-color:#d4e3e5;}
table.votos_status td {font-size:12px;border-width: 1px;border-style: solid;border-color: #729ea5;}


.status_aberto{ background-color:#FFFF00; }
.status_fechado{ background-color:#00FF00; }
.status_indesponivel{ background-color:#FFFFFF; }

