html, body {
    margin: 0;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
    margin-bottom:20px;
}

img {
    border: 0;
}

p {
    line-height: 140%;
    margin: 5px 0;
}

a {
    color: #00a5e6;
}

h1 {
    line-height: 20px;
    padding: 10px 0 5px 0px;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    color: #2a3890;
}

h2 {
    font-weight: bold;
    color: #2a3890;
    line-height: 24px;
    font-size: 14px;
    margin: 15px 0 5px 0;
    padding: 0;
    background: url("img/dot_white.png") bottom repeat-x;
}

h2 a {
    text-decoration: none;
}

h3 {
    color: #00a5e6;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 10px 0 0 0;
}

hr {
    border: 0;
    height: 1px;
    background-color: #00a5e6;
}

#container {
    width: 950px;
    margin: 0;
}

#htop {
    background: url("img/tr_white.png") right no-repeat;
    margin-bottom: 18px;
}


/* ---centro*/
#centro {

}

#left {
    position: absolute;
    left: 76px;
    width: 254px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#left li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid white;
}

#left li a {
    padding: 0 0 20px 28px;
    font-size: 18px;
    line-height: 18px;
    display: block;
    text-decoration: none;
    color: #00a5e6;
}

#left li a.on, #left li a:hover {
    color: #2a3890;
    background: url("img/seta_white.png") no-repeat;
}

#left li.banner {
    color:#00a5e6;
    margin: 0;
    padding: 15px 0 15px 28px;
    font-size: 16px;
    line-height: 18px;
    list-style: none;
}

#pageBody {
    margin-left: 324px;
    min-height: 500px;
    padding-left: 26px;
    padding-right: 18px;
    margin-bottom: 20px;

    font-size: 12px;
    color: #2a3890;
}

.bodyNav {
    list-style: none;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 5px 0;
    background: url("img/dot_white.png") bottom repeat-x;
}

.bodyNav li {
    display: inline;
    margin: 0;
    padding: 0;
    color: #00a5e6;
}

.bodyNav li .gr {
    color: #bcdb8d;
}

.bodyNav li .bl {
    color: #2a3890;
}

.bodyNav a {
    color: #00a5e6;
    text-decoration: none;
    padding-right: 2px;
}

.bodyNav a.onn, .bodyNav a:hover {
    color: #2a3890;
    text-decoration: none;
}

/* ---foot*/
#foot {
    position: relative;
}

#access {
    position: absolute;
    left: 22px;
    top: 28px;
}

#access a {
    color: #00a5e6;
    text-decoration: none;
    font-size: 9px;
}

#flinks {
    position: absolute;
    left: 99px;
    top: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#flinks li {
    display: inline;
    margin: 0;
    padding: 0;
}

#flinks a {
    text-decoration: none;
    font-size: 11px;
    padding-left: 15px;
    padding-right: 13px;
    background: url("/img/dotgreen_white.png") no-repeat 0 3px;
    color: #2b3991;
}

#flogos {
    position: absolute;
    left: 340px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#flogos li {
    display: inline;
    margin: 0;
    padding: 0;
}

#selectConcelho {
    display: none;
    margin-left: 20px;
    margin-top: -10px;
    margin-bottom: 15px;
}

#selectConcelho select {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
    font-size: 11px;
    margin: 5px;
    width: 200px;
    background-color: white;
}

table.dataTable {
    width: 100%;
}

table.dataTable td {
    font-size: 10px;
    padding: 3px 2px 3px 0;
    border-bottom: 1px solid #00a5e6;
}

table.dataTable td.data {
    text-align: right;
}

table.dataTable td.dataC {
    text-align: center;
}

table.dataTable tr.l0 td {
    font-size: 12px;

}

.fonte {
    font-size: 9px;
}

#mapa {
    margin-left: 5px;
}

#mapaTip {
    font-size: 9px;
    color: #2b3991;
    text-align: left;
    width: 200px;
    margin-left: 10px;
}

.nInL {
    padding: 5px 0;
}

.nInL .title a{
    text-decoration: none;
}

.nInL .titleOn{
    cursor:pointer;
}
.nInL .titleOn a{
    color: #2b3991;
}

.summary{
    padding:5px 0;
    background: url("img/dot_white.png") bottom repeat-x;
}