/* 
Document   : webcatze
Created on : 30/07/2009, 19:07:52
Author     : 174141730248
Description:
Purpose of the stylesheet follows.
*/

a {
    font-family:Verdana;
    font-size:8pt;
}
a:link {
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}
a:active {
    color:black;
    font-weight:bold;
    text-decoration:none;
}
a:visited {
    color:#666666;
    font-weight:bold;
    text-decoration:none;
}
a:hover {
    color:red;
    font-weight:bold;
    text-decoration:none;
}

body {
    background-color: #FFFFFF;
    color: #333333;
    margin: 0;
}

select, option, input {
    font-family: Verdana;
    font-size: 7pt;
}

.botpeq {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

.caixapeq {
    width: 164px;
}

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

.dadosZE{
    margin-left: 90px;
    margin-top: 10px;
}

.label {
    font-weight: bold;
}

.linha {
    font-size: 0;
    background-color: #778;
    /*background-color: #064458;
    background-color: #00309C;
    */
    height: 1px;
    width: 600px;
}

.listra {
    /*background-color: #EFEFEF;*/
    background-color: #e4e9ed;
}

.nomeMunicipio {
    font-size:12pt; 
    font-weight: bold;
}

.opcoes {
    font-family: Verdana, Arial;
    font-size: 7pt;
    color : #4A616B;
    font-weight : bold;
}

.subTitulo {
    font-size: 8pt;
    font-weight: bold;
    font-variant: small-caps;
    text-align: right;
}

.titulo{
    font-size:12pt;
    font-weight:normal;
    font-variant: small-caps;
    text-align:left;
}

.tbDadosZE {
    font-family: Verdana, Arial;
    font-size:10pt;
    width:600px;
    border:0;
    padding:0;
    border-spacing:0;
}

.tbMensagem {
    border: 1px solid #778;
    text-align: center;
}

.tbTitulo {
    width: 750px;
    border: 0;
    border-spacing: 0;
    padding: 5px;
}

#abas{
    padding-top: 5px;
}

#bairros{
    /*position:relative;
    display:inline;
    margin-top: 5px;
    margin-left: 3px;
    float:right;*/
    text-align: right;
}

#bairros a{
    font-size:10pt;
    color: #4A616B;
    text-decoration:underline;
}

#carregando{
    display:inline;
    position:relative;
    margin-top: 5px;
    margin-left: 250px;
    font-weight: bold;
}

#filtro{
    position:relative;
    width:100%;
    height:20pt;
}

#mensagem {
   margin-top: 10px;
}

#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;*/
    color: #1a4a5a;
}

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

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