* {
    font: normal normal normal 13px/15px "Arial Narrow","Myriad Pro";
}
body  {
    background: #f4f4f4 url(../images/bg.png);
    margin: 0;
}

h1 {
    color: #3b7687; 
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
h2 {
    clear: both;
    color: #3b7687;
    font-size: 15px; 
    font-weight: bold;
    margin: 20px 0 5px 0;
}
h3 {
    color: #3b7687;
    font-size: 13px; 
    margin: 20px 0 5px 0;
}

hr {
    border: 0px;
    border-top: 1px solid #bbb;
    margin: 12px 0px;
    padding: 0px;
}

strong {
    font-weight: bold;
}

form {
}
form fieldset {
    border: 0px;
}
form span {
    border: 0px solid #000;
    display: block;
    float: left;
    padding: 0px 4px 0px 0px;
    text-align: right;
    width: 139px;
}
form div {
    margin: 0px 0px 4px 0px;
    font-weight: bold;
}
form input[type="text"], form input[type="password"], form select, form textarea {
    background: #efefbb;
    border: 1px solid #000;
    color: #000;
}
form input[type="text"]:hover, form input[type="password"]:hover, form select:hover, form textarea:hover {
    border: 1px dashed #000;
}
form input[type="text"]:focus, form input[type="password"]:focus, form select:focus, form textarea:focus {
    background: #ffffff;
    border: 1px solid #000;
}
form input[type="submit"] {
    /*
    border: 1px solid #000;
    padding: 0px;
    */
}

p {
    text-align: justify;
}

/*
 *
 */
#b0 {
    border: 1px solid #bbb;
    border-top: 0px;
    margin: 0px auto 8px auto;
    width: 880px;
}

/*
 *
 */
#b1 {
    background: #efefbb;
    position: fixed;
    width: 880px;
    z-index: 1;
}

/*
 * Logo
 */
#logo {
    padding: 4px 0px 2px 208px;
    text-decoration: underline;
} 

#logo a {
    color: #000;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
}
#logo img {
    border: 0px;
    vertical-align: middle;
}

/*
 * Banner
 */
#banner {
    border: 0px solid #000;
    margin: 0px;
    overflow: hidden;
    text-align: center;
}
#banner img {
    border: 1px solid #bbb;
}

/*
 * Menu
 */
#menu {
    background: #3b7687;
    color: #ecf2f3;
    padding: 6px 0 6px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#menu span {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0px 30px 0px 30px;
}
#menu a {
    color: #c5d6db;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none; 
}
#menu a:hover {
    color: #ecf2f3;
}

/*
 *
 */
#b2 {
    background: #fff;
    float: left;
    margin: 123px 0px 0px 0px;
    width: 100%;
}

/*
 * Bar
 */
#bar {
    float: right;
    margin: 0px;
    padding: 0px;
}
#bar form {
    color: #000;
    margin: 8px 17px 0px 0px;
    width: 175px;
}
/*
#bar fieldset:first-child {
    display: none;
}
*/
#bar fieldset {
    border: 1px dashed #bbb;
    margin: 0px;
    padding: 10px 0px 0px 5px;
}
#bar legend {
    background: #fff;
    border: 1px solid #bbb;
    color: #3b7687;
    font-weight: bold;
}
#bar input {
    font-size: 11px;
    margin: 4px 0px;
    width: 158px;
}
#bar input[type="submit"] {
    /*
    margin: 0px 0px 4px 0px;
    */
    width: auto;
}
#bar div {
    text-align: right;
    margin: 4px 6px 4px 0px;
}
#bar div a {
    color: #3b7687; 
    display: block;
    font-size: 0.8em;
    text-decoration: none;
}
#bar div a:hover {
    color: #444444;
}
#bar ul {
    list-style-type: none;
    text-align: center;
    padding: 0px;
}
#bar ul a {
    color: #3b7687;
    padding: 0px 4px;
    text-decoration: none;
}
#bar ul a:hover {
    background: #3b7687;
    color: #fff;
    font-weight: bold;
}

/*
 * Main
 */
#main {
    background: #fff;
    border-right: 1px solid #bbb;
    color: #444;
    float: left;
    min-height: 434px;
    font-size: 13px;
    line-height: 18px;
    padding: 0px 6px 0px 6px;
    width: 75%;
} 

#main a {
    color: #3b7687; 
    text-decoration: none;
}

#main a:hover {
    color: #444444;
}

/*
** Foot
*/
#foot {
    background: #d6d6d6;
    clear: both;
    color: #444;
    font-size: 11px;
    height: 14px;
    padding: 4px 6px 6px 6px;
    text-align: right;
}
#foot a {
    color: #262626;
    text-decoration: none; 
}
#foot a:hover {
    color: #666666;
}
#foot span {
    color: #ffffff;
    margin: 0px 4px 0px 4px;
}
#w3c {
    font-size: 0.8em;
    float: left;
}
#copy {
    float: right;
}

/*
 * Google maps
 */
#map_canvas {
    border: 1px solid #000;
    height: 350px;
    width: 600px;
    z-index: 0;
}
#directions {
    border: 1px solid #000;
    width: 590px;
}

/*
 * Listagens
 */
.lst {
    border-collapse: collapse;
    margin: 2px 0px 5px 0px;
}
.lst thead th {
    background: #3b7687;
    border: 1px solid #000;
    color: #c5d6db;
    font-weight: bold;
    padding: 4px;
}
.lst tbody th {
    border: 1px solid #000;
    text-align: left;
    font-weight: normal;
    padding: 4px;
}
.lst tbody th.cj {
    text-align: center;
}
.lst tbody th.lj {
    text-align: left;
}
.lst tbody th.rj {
    text-align: right;
}
.lst tbody td {
    background: #dedecc;
    border: 1px solid #000;
    padding: 4px;
}
.lst tbody td.cj {
    text-align: center;
}
.lst tbody td.lj {
    text-align: left;
}
.lst tbody td.rj {
    text-align: right;
}
.lst tfoot th {
    background: #3b7687;
    border: 1px solid #000;
    color: #c5d6db;
    font-weight: bold;
    padding: 4px;
}

/*
 *
 */
.lj {
    text-align: left;
}
.cj {
    text-align: center;
}
.rj {
    text-align: right;
}

/*
 * Cor para destaque
 */
.d_ver {
    color: #d00;
}
.d_ama {
    color: #dd0;
}

/*
 * Indicadores Econômicos
 */
#indices {
    border: 0px solid #000;
    width: 222px;
    margin: 12px 0px;
    background: #3b7687;
}
#indices a {
    color: #c5d6db;
    font: normal normal bold 11px/19px "Arial Narrow","Myriad Pro";
    padding: 5px 8px;
}
#indices a:hover {
    color: #ecf2f3;
}
#indices a.sel {
    background: #d6d6d6;
    color: #000;
}
#indices table {
    background: #d6d6d6;
    border-collapse: collapse;
    width: 100%;
}
#indices table th {
    font: normal normal normal 11px/11px "Arial Narrow","Myriad Pro";
    padding: 2px 2px;
    text-align: right;
}
#indices table td {
    color: #fff;
    font: normal normal normal 11px/11px "Arial Narrow","Myriad Pro";
    padding: 2px 2px;
    text-align: right;
}

