/* CSS Document */


/* General */

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    font-size: 62.5%;
}

.inline {
    display:inline;
}

td {
    text-align:center;
}

.title {
    text-align:center;
}

body {
    height: 100%;
    text-align: center;
    font: 1.2em Verdana, Arial, Helvetica, sans-serif;
    background-color: #ACCEF3;
    width:auto;
    padding-bottom: 80px; /* Simulates margin-bottom for wrapper in IE */
}

a:link, a:visited {
    color: #00598D;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

.noscreen {
    display: none;
}


/* Paragraphs, headings, ... */

p {
    line-height: 1.9;
    margin-bottom: 7px;
}

p.text-content:first-letter {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 0.9;
    color: #202020;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
    font: 2.6em  Georgia, "Times New Roman", Times, serif;
    margin: 0 40px 10px 40px;
    border-bottom: 1px solid #4C8CA6;
    width: auto;
    padding: 15px 0 5px 0;
}

h1 a:link, h1 a:visited {
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}

h2 {
    font: 1.2em Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #FFFFFF;
    border-left: 3px solid #FFAE20;
    padding-left: 14px;
    margin: 12px 0 0 40px;
}

h3 {
    color: #00598D;
    font: 1.7em Georgia, "Times New Roman", Times, serif;
    letter-spacing: 1px;
    background: url('../img/h3-bg.gif') no-repeat 0 50%;
    padding-left: 35px;
    margin: 18px 0 10px 0;
}

h4 {
    font-size: 1em;
    background-color: #005E85;
    color: #FFFFFF;
    letter-spacing: 1px;
    border: 2px solid #FFFFFF;
    margin-top: 7px;
    padding: 6px 10px;
}

ul {
    list-style-type: none; 
}


/* Site wrapper */

#wrapper {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    background-color: #FFFFFF;
    display: table; /* margin-bottom for FF   (?) */
    text-align: left;
}


/* Header */

#border {
    background-color: #ACCEF3;
}

#header {
    margin: 0 auto;
    height: 157px;
    width:100%;
    position: relative;
    background: #004E6C url('../img/header-bg.gif') repeat-x 0 0;
    border-top: 4px solid #003042;
    border-bottom: 1px solid #46A0CA;
}

#header_titles_div {
    width:100%;
    height:35%;
}

#header_language_div {
    width:100%;
    height:30%;
    text-align:right;
    font-weight:bold;
}

#header_language_div p {
    padding-right:20px;
    height:auto;
}

.vertical_align {
    vertical-align:middle;
}

.border_image {
    border:3px solid #021a40;
    vertical-align:middle;
}

.border_image_no {
    border:none;
    vertical-align:middle;
}


/* Menu */

#menu {
    width: 100%;
    margin: 0 auto;
    background: #4A4A4A url('../img/menu-bg.gif') repeat-x 0 0;
}

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

#menu li.first a {
    margin-left: 1.6em;
    display: inline;
}

#menu li a {
    float: left;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    background-color:#666;
    font-size: 1.1em;
    line-height: 33px;
    margin: 0 0.5em;
    padding: 0 1em;
}

#menu li a:hover {
    text-decoration: underline;
    background: #4A4A4A url('../img/menu-bg-mouse.gif') repeat-x 0 0;
    color:#000066;
}

#menu li a.active {
    font-weight: bold;
    color: #B1EEFF;
}

#submenu {
    width: 100%;
    margin: 0 auto;
    background: #4A4A4A url('../img/submenu-bg.gif') repeat-x 0 0;
}

#submenu li {
    display: inline;
    list-style-type: none;
}

#submenu li a {
    float: left;
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
    background-color:#00C;
    font-size: 1.1em;
    line-height: 33px;
    margin: 0 0.5em;
    padding: 0 1em;
}

#submenu li a:hover {
    text-decoration: underline;
    background: #4A4A4A url('../img/submenu-bg-mouse.gif') repeat-x 0 0;
    color:#000000;
}

.cleaning-box { 
    min-height: 1px;
}

.cleaning-box:after {
    display: block; 
    clear: both; 
    visibility: hidden; 
    height: 0; 
    font-size: 0; 
    content: ' ';
}

#menu li a.class_amarelo, #submenu li a.class_amarelo {
    background: #4A4A4A url('../img/menu-alert-yellow.gif') repeat-x 0 0;
    color:#000000;
}

#menu li a.class_laranja, #submenu li a.class_laranja {
    background: #4A4A4A url('../img/menu-alert-laranja.gif') repeat-x 0 0;
    color:#000000;
}

#menu li a.class_vermelho, #submenu li a.class_vermelho {
    background: #4A4A4A url('../img/menu-alert-red.gif') repeat-x 0 0;
    color:#FFFFFF;
}

#menu li a.class_vermelho_escuro, #submenu li a.class_vermelho_escuro {
    background: #4A4A4A url('../img/menu-alert-red-escuro.gif') repeat-x 0 0;
    color:#FFFFFF;
}

/* Content boxes */

#content-box {
    width: 100%;
    margin: 0 auto;
    color: #151515;
    position: relative;
}

/* Footer */

#footer {
    background-color: #00587D;
    color: white;
    width: 100%;
    height: 37px;
    font-size: 0.9em;
    position:relative;
    border-bottom: 2px solid #003042;
}

#footer a, #footer a:visited {
    font-weight: normal;
    color: white;
}

#footer p.left, #footer p.right {
    width: auto;
    display: inline;
    margin-bottom: 0;
    line-height: 30px;
}

#footer a.b, #footer a.b a:visited {
    font-weight: bold !important;
}

#footer p.left {
    float: left;
    text-align: left;
    margin-left: 15px;
}

#footer p.right {
    float: right;
    text-align: right;
    margin-right: 15px;
}

#path {
    width: 100%;
    margin: 0 auto;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em;
    line-height: 25px;
    background: #4A4A4A url('../img/path-bg.gif') repeat-x 0 0;
}

#path .content {
    padding-left:5px;
}

/******* FORMULÁRIO  *******/
#form_alt{
    margin: 20px auto 20px auto; /* top, right, botton, left */
    border: 2px solid #4C8CA6;
    width:50%;
}
#customForm{
    padding: 5px 5px 5px 5px;
}
#customForm label{
    display: block;
    color: #797979;
    font-weight: 700;
    line-height: 1.4em;
}
#customForm input{
    padding: 7px 0 7px 0;
    color: #333;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #000;
    max-width: 100%;
}
#customForm input.error{
    background: #f8dbdb;
    border: 1px solid #e77776;
}
#customForm textarea{
    padding: 7px 0 7px 0;
    color: #333;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    resize:none;
    border: 1px solid #000;
    max-width: 100%;
}
#customForm textarea.error{
    background: #f8dbdb;
    border: 1px solid #e77776;
}
#customForm div{
    margin-bottom: 5px;
}
#customForm div span{
    margin-left: 11px;
    color: #09F;
    font-size: 13px;
    font-style: italic;
}
#customForm div span.error{
    color: #e46c6e;
}
#customForm #reset{
    background: #6f9ff1;
    color: #fff;
    padding: 7px 7px 7px 7px;
    text-align:center;
    font-weight: 700;
    font-style: normal;
    border: 0;
    cursor: pointer;
    width:100%;
}
#customForm #reset:hover{
    background: #79a7f1;
}
#customForm #botaoOk{
    background: #6f9ff1;
    color: #fff;
    padding: 7px 7px 7px 7px;
    font-weight: 700;
    font-style: normal;
    border: 0;
    cursor: pointer;
    width:100%;
}
#customForm #botaoOk:hover{
    background: #79a7f1;
}
#customForm #botaoListas{
    background: #6f9ff1;
    color: #fff;
    padding: 7px 7px 7px 7px;
    font-weight: 700;
    font-style: normal;
    border: 0;
    cursor: pointer;
}
#customForm #botaoListas:hover{
    background: #79a7f1;
}
/******* FORMULÁRIO *******/

#div_success {
    background-color:#9C6;
    border-color:#030;
    border-style:double;
    padding: 10px 10px 10px 10px;
    border-width: thick;
    width:auto;
    height:auto;
    color:#003300;
}

#div_error {
    background-color:#FF6666;
    border-color:#FF0000;
    border-style:double;
    padding: 10px 10px 10px 10px;
    border-width: thick;
    width:auto;
    height:auto;
    color:#FF0000;
}

#tab_peso {
    width:75%;
    text-align:center;
    border-style:hidden;
}

#tab_peso .tab_peso_row {
    background-image:url(../img/linho_azul_claro.jpg);
    color: #000;
    text-align:center;
    vertical-align:middle;
}

#tab_peso .tab_peso_header {
    background-image:url(../img/grunge-azul-floral-thumb4978328.jpg);
    color: #FFF;
    text-align:center;
    vertical-align:middle;
}

#tab_privilegios {
    width:60%;
    text-align:center;
    border-style:hidden;
}

#tab_privilegios .tab_privilegios_row {
    background-image:url(../img/linho_azul_claro.jpg);
    color: #000;
    text-align:center;
    vertical-align:middle;
}

#tab_privilegios .tab_privilegios_header {
    background-image:url(../img/grunge-azul-floral-thumb4978328.jpg);
    color: #FFF;
    text-align:center;
    vertical-align:middle;
}

#tab_privilegios #botaoOk{
    background: #6f9ff1;
    color: #fff;
    padding: 7px 7px 7px 7px;
    font-weight: 700;
    font-style: normal;
    border: 0;
    cursor: pointer;
}
#tab_privilegios #botaoOk:hover{
    background: #79a7f1;
} 

.pChartPicture {
    border: 0px;
}