﻿body 
{
    margin: 0px; 
	text-align:left;
	font-family:Arial;
	font-size:12px;
    line-height:15px;
	color:#333333;
	padding:0;
}

h1, h2, h3, h4, h5, h6, ul, form input, form, p, span{ margin:0px; padding:0px; }

#geral
{
padding: 20px;
}

#geral h1
{
font-size:14px;
color: #006699;
height: 15px;
border-left: 3px solid #6CA7C6;
padding-left: 9px;
padding-top: 3px;
}

h2
{
font-size:12px;
color: #666666;
border-bottom: 1px solid #CCCCCC;
padding-left: 5px;
padding-bottom: 3px;
padding-top: 3px;
}

h4
{
font-size:13px;
color: #333333;
border-bottom: 1px solid #CCCCCC;
padding-left: 5px;
padding-bottom: 3px;
padding-top: 3px;
text-align:center;
}
td
{
    font-family:Arial;
	font-size:12px;
 }
 
a:active {text-decoration: none; color:#333333; }
a:link {text-decoration: none; color:#333333;}
a:hover {text-decoration: none; color:#333333;}
a:visited {text-decoration: none; color:#333333;}

.branco:active {color: #FFFFFF; text-decoration: none}
.branco:link {color: #FFFFFF; text-decoration: none}
.branco:hover {color: #FFFFFF; text-decoration: underline}
.branco:visited {color: #FFFFFF; text-decoration: none}

.padding5
{
padding: 5px;
}

table thead tr th, table tfoot tr th {
	font-size: 11px;
}
table thead tr .headerSortDown, table thead tr .headerSortUp {
background-color: #475F78;
}

table thead tr .header {
	background-image: url(/sis/gis/imagens/icons/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table tbody tr.odd td {
	background-color:#EEECE3;
}

table thead tr .headerSortUp {
	background-image: url(/sis/gis/imagens/icons/asc.gif);
}
table thead tr .headerSortDown {
	background-image: url(/sis/gis/imagens/icons/desc.gif);
}