﻿ul.menu_topo {
	list-style-type : none;
	margin : 0 0;
	padding : 0 0;
	display : inline-block;
	height : 25px;
}
ul.menu_topo li {
	list-style-type : none;
	margin : 0 0;
	padding : 0px 25px 5px 0px;
	border : 0px solid red;
	height : 25px;
	display : inline-block;
}
ul.menu_topo a {
	color : #000;
	text-decoration : none;
}
ul.menu_topo a:hover {
	color : #c00;
	text-decoration : underline;
}

#btn_entradas ul {
	list-style-type : none;
	list-style-image : url('../imgs/li_entradas.png');
	margin : 0 0;
	padding : 0px 0px 0px 25px;
}
#btn_saidas ul {
	list-style-type : none;
	list-style-image : url('../imgs/li_saidas.png');
	margin : 0 0;
	padding : 0px 0px 0px 25px;
}
#btn_saidas li, #btn_entradas li {
	line-height : 1.8em;
}
ul.lista_seta {
	list-style-image : url('../imgs/seta.gif');
}
ul.lista_seta li {
	padding : 5px;
}
ul.lista_itens_candidatura li {
	font-size : 0.9em;
}

/* PAGINACAO */
.box_paging {
	display : block;
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 0.9em;
	height : 20px;
	clear : both;
	border-bottom : 0px dotted #999;
	border-top : 0px dotted #999;
	margin : 0px 0px 10px 0px;
	padding : 5px 5px 5px 0px;;
	line-height : 1.4em;
}
.box_total {
	display : block;
	width : 40%;
	float : left;
	overflow : hidden;
	text-align : right;
	padding-right : 10px;
}
.box_pages {
	display : block;
	width : 40%;
	float : left;
	border-left : 0px dotted #333;
	padding-left : 10px;
}
.box_pages a {
	border : 1px solid #999;
	background : #fff;
	color : #f00;
	width : 20px;
	display : block;
	float : left;
	height : 20px;
	margin : 0px 5px 0px 0px;
	text-align : center;
	text-decoration : none;
}
.paging_current {
	font-weight : bold;
	border : 1px solid #333;
	background : #f00;
	color : #fff;
	text-align : center;
	width : 20px;
	display : block;
	float : left;
	height : 20px;
	margin : 0px 5px 0px 0px;
}
