@charset "utf-8";
/* CSS Document */
body{
    font-family: Verdana, Arial, Helvetica, sans-serif;;
    font-size: 10px;
}

div#barrasuperior{ display:none;}
div.pagination{ display:none;}
div.debug{ display:none;}

table.ListaAdmin{
    border: 1px solid #808080;
	width: 100%;
	border-collapse:collapse;
}
table.ListaAdmin th {
	border: solid 1px #808080;
	text-align: left;
    white-space: nowrap;
    background-color: #D2D2D2;
}
table.ListaAdmin tr {
    border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
}
table.ListaAdmin td {
    border-left: solid 1px #808080;
    border-right: solid 1px #808080;
}
.no-print   { display:none; }