
a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    outline: none;
}

a:link {
    color: #006699;
    text-decoration: none;
}
a:visited {
    color: #777777;
    text-decoration: none;
}
a:active, a:hover {
    color: #0099CC;
    text-decoration: underline;
}

body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    list-style-position: outside;
    margin: 0;
}

img {
    border: 0;
}

#conteudo {
    float: left;
    margin-left: 10px;
    margin-top: 4px;
    width: 600px;
}

#informacao {
    text-align:right;
}

#menu {
    display: block;
    float: left;
    margin-top: 4px;
    width: 180px;
}

#menu ul{
    margin: 0px;
    padding-left: 10px;
    padding-top: 6px;
}

#menu ul li {
    list-style-type: none;
}

/*Eric Meyer's based CSS tab*/

#tablist{
    padding: 3px 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0.1em;
    font: bold 12px Verdana;
}

#tablist li{
    list-style: none;
    display: inline;
    margin: 0;
}

#tablist li a{
    text-decoration: none;
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #778;
    border-bottom: none;
    background: white;
}

#tablist li a:link, #tablist li a:visited{
    color: navy;
}

#tablist li a:hover{
    color: #000000;
    background: #B5CFDE;
    border-color: #227;
}

#tablist li a.current{
    background:#DEE3ED;
}

.current_panel {
    background: #DEE3ED;
    border: 1px solid #778;
    left:-1px;
    margin-left: 3px;
    padding: 3px 0.5em;
    position:absolute;
    text-decoration: none;
    top:0px;
    width:97%;
}

.dadosCenter {
    background-color: #FFFFFF;
    text-align: center;
}

.dadosRight {
    background-color: #FFFFFF;
    text-align: right;
}

.dadosLeft {
    background-color: #FFFFFF;
    text-align: left;
}

.erro {
    color: #4A616B;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 100px;
    text-align: center;
}

.filtro {
    height: 50.25pt;
    position: relative;
    width: 100%;
}

.listaSecao {
    background-color: #94AEBD;
    border: 0; 
    border-spacing: 1px;
    float:left;
}

.quantidade {
    font-size: 8pt;
    text-align:left;
}

.tabela {
    background-color: #94AEBD;
    border: 0; 
    border-spacing: 1px;
    width: 100%;
}

.tabela td, .listaSecao td{
    padding: 3px;
}

.titulo {
    background-color:#B5CFDE;
    color: #4A616B;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}

.titulo2 {
    background-color: #FAFAFA;
    color: #4A616B;
    font-size: 12pt;
    font-weight: bold;
    height: 30px;
    text-align: center; 
}

.totais {
    background-color: #DEE3ED;
    color: #4A616B;
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
}
