
.listpanel{
	border: 1px solid #DDD;
	background-color: #EEE; 
	margin-bottom: 20px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}


.listpanel th{
	font-size: 16px;
	padding: 3px;
	text-transform: uppercase;
}

.listpanel td > a{
	color: #00F;
	text-decoration: none;
}

.listpanel td > a:hover{
	text-decoration: underline;
}


.listpanel td{
	font-size: 15px;
	padding-left: 10px;
	
}


.listpanel  tfoot tr  td{
	text-align: right;
}


.listpanel tr{
	cursor: pointer;
}



.listpanel tr:nth-child(odd){
	background-color: #E5E5D4;
}

.listpanel tr:hover{
	background-color: #FFF1A9;
}


.listpanel tr:nth-child(odd).selecionado{
	background-color: #004a9c;
	color: #FFF;
}

.listpanel tr:nth-child(even).selecionado{
	background-color: #004a9c;
	color: #FFF;
}



.listpanel th{
	font-size: 12px;
	text-align: left;
	background-color: #D1D1B7;
	padding-right: 5px;
	padding-left: 10px;
}
