tr.even
{
	background-color: #d1dce3;
}

tr.odd
{
	background-color: #f2f3f3;
}

tr.onmouseover td
{
	background-color: #ACCEEE;
	cursor: pointer;
}

tr.lsCabecalho
{
	background-color: #B1C5D0;
}

ul.itens
{
	display: inline;
	padding: 0;
	margin: 0;
}

ul.itens li
{
	display: inline;
	margin-right: 5px;
}

ul.itens li a
{
	color: #eea762;
	text-decoration: underline;
}

ul.itens li a.ativo
{
	color: #000;
}

thead.lsCabecalho
{
	border-bottom: 1px solid #a3abb0;
	background-color: #616b71;
	cursor: pointer;
	background-image: url(../imagens/main/fundo_header.gif);
	background-repeat: repeat-x;
	color: white;
	font-size: 11px;
	font-weight: Arial;
	font-weight: bold;
	height: 20px;
	padding: 4px 4px 4px 4px;
	margin: 0 0 2px 0;
	text-align: left;
}

td.listagem
{
	text-align: left;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #a8bbc8;
	border-bottom: 1px solid #a8bbc8;
}

td.listagemPrimeiro
{
	text-align: left;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #a8bbc8;
	border-top: 1px solid #a8bbc8;
  border-bottom: 1px solid #a8bbc8;
}

table.listagem
{
	width: 100%;
	padding: 5px 5px 5px 5px;
	border-collapse:collapse;
	border: 1px solid #a8bbc8;
	color: black;
	font-size: 11px;
	font-family: Arial;
}

td.lsBotao
{
	width: 3%;
	text-align: left;
	border-top: 1px solid #a8bbc8;
  border-bottom: 1px solid #a8bbc8;
}

td.listagemCheckbox
{
	background-color: #EBEBEB;
	width: 3%;
}

.lsMenu
{

}

p.listagemSemDados
{
	font-weight: bold;
	text-align: center;
}	

/** FILTROS */

table.lsFiltros
{
	width: 100%;
}

td.lsFiltros
{
	font-weight: bold;
}

.pagPaginaLink
{
	color: #000000;
	background-color: #B1C5D0;
}

.pagPaginaLinkDesabilitado
{
	color: #FFFFFF;
	background-color: #B1C5D0;
}