html, body {
    height: 100%;   
}

body {
    margin: 0 0 0 0;
    padding: 5px 5px 5px 5px;
    background: #EEEEEE;
    /*text-align:center; /* hack para o IE */
    font-family: "Arial",Helvetica,sans-serif;
    _font-family:"Times New Roman",Georgia,Serif; /* IE 6*/
    z-index:1;
}
input {
    /*border-width:2px;
    border-color:#3399FF;*/
    z-index: 1000;
}
* html #frame {
    height:auto;
    z-index:1;
    /*height: 100%; /* hack para IE6 que trata height como min-height */
}
.lista_rodape li {
    display: inline;
    padding: 5px;
}
#conteudo {
    background-color: #FFFFFF;

    z-index:1;
    padding: 8px;
    padding-top:15px;
    /*padding-bottom: 20px;*/
    min-height: 450px;
    height: auto !important;
    height: 450px;
}
#frame {
    z-index:1;
    position: relative;
    width: 1024px;
    height:auto;
    margin:0 auto;
    padding: 0px;
    /*min-height: 100%;*/
    background-color: #FFFFFF;
    text-align:left; /* "remedio" para o hack do IE */
    display: table;
    border: 1px solid #BBDDBB;
}
#menuBar{
    z-index:1;
    float:left;
    width: 180px;
    padding-top:40px;
    padding-bottom:20px;
    /*position: absolute;*/
}
#menuBar ul {
    z-index:1;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 160px;
}
#menuBar ul li {
    z-index:1;
    position: relative;
    /*background-image:url(../images/menu.png);*/
    /*height: 25px;*/
}
/*#menuBar ul li:hover {
    position: relative;
}*/
#menuBar ul li ul {
    position: absolute;
    left: 159px;
    top: 0;
    display: none;
    z-index: 0;
}
/* The magic */
#menuBar ul li:hover ul, ul li.over ul {
    position: absolute;
    display: block;
    z-index: 1000;
}
#menuBar ul li a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #111;
    padding: 5px;
    border-bottom: 0;
}
.blue{
}
.blue li{
    background-color: #E8E8FF;
    border: 1px solid #BBBBFF;
}
.blue li:hover{
    background-color: #C8C8FF;
    border: 1px solid #BBBBFF;
}
.green{
}
.green li {
    background-color: #B7DDC8;
    border: 1px solid #608060;
}
.green li:hover {
    /*position: relative;*/
    background-color: #97DD08;
    border: 1px solid #608060;
}
.itemSubmenu{
    background-image: url(../images/submenu.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

/* Holly Hack. IE Requirement \*/
* html #menuBar ul li {
    float: left;
    height: 1%;
}
* html #menuBar ul li a {
    height: 1%;
}
/* End */


#ondeEstou{
    padding-bottom:10px;
}
#rodape {
    width:1022px;
    padding: 5px;
    height:auto;
    display:block;
    background-color: #FFFFFF;
}
#topo {
    /*background-color: #FAFAFA;*/
    background-color: #FFFFFF;
    background-image: url(../images/espaco.jpg);
    background-repeat: repeat-x;
}
#textoBox{
    z-index:1;
    float:right;
    width: 820px;
    padding-top: 5px;
    line-height:1.5em;
}
#titleBox{
    font-size: X-large;
    /*color: #0E53A7;*/
    color: #004000;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #002000;
    margin-bottom: 30px;
}
#usuario {
    padding: 0px 15px 0px 0;
    text-align:right;
    background-color: #B7DDC8;
    /*border: 1px solid #608060;*/
    /*background-color: #E8E8FF;
    border: 1px solid #BBBBFF;*/
    /*height: 25px;*/
}
#usuario input{
    margin-left:5px;
    /*height: 15px;*/
    font-size: small;
}

.errorMessage{
    color:red;
    font-size:small;
    direction:ltr;
    font-weight:bold;
}
.successMessage{
    color:green;
    font-size:small;
    direction:ltr;
    font-weight:bold;
}

.disabled{
    color:black;
    font-weight:bold;
}

.dica{
    font-size:11px;
    display:block;
}
.destaque{
    font-size:17px;
    text-align:left;
    color:black;
    font-weight: bold;
}
.formulario{
    position:relative;
    background: #FBFBFF;
    border-color: #BBBBFF;
    border-width:1px;
    border-style:solid;
    padding-bottom: 5px;
}
.formulario input, select{
    margin-left: 5px;
}
.formulario td, .output{
    margin-left: 5px;
    background: #CFEFEF;
    height: 30px;
}
.formulario .tituloLinha{
    width:25%;
    font-weight:bold;
    background: #A5D1D1;
    text-align:right;
}

.tabelaPanel{
    height:485px;
    width:810px;
    background: #FBFBFF;
    border-bottom: black solid 1px;
    border-left: black solid 1px;
    border-right: black solid 1px;
    border-color: #BBBBFF;
}

.tabelaPanelResumido{
    height:430px;
    width:810px;
    background: #FBFBFF;
    border-bottom: black solid 1px;
    border-left: black solid 1px;
    border-right: black solid 1px;
    border-color: #BBBBFF;
}

.tabelaWidth{
    width:810px;
}

.tabela{
    position:relative;
    width:810px;
    background: #FBFBFF;
    border-color: #BBBBFF;
    border-width:1px;
    border-style:solid;
}
.tabela tr{
    height: 30px;
    white-space:nowrap;
    padding: 0px;
}

.tabela td{
    padding-bottom: 0;
    padding-top:  0;
    padding-left: 4px;
    padding-right: 4px;
    line-height:1.0em;
}
.output{
    margin-left: 5px;
}

.tabela .tituloLinha{
    width:25%;
    font-weight:bold;
    background: #D8D8FF;
    text-align:right;
}
.tabela .tituloColuna{
    font-size:10px;
    font-weight: bold;
}
.tabela .titulo_tabela{
    font-size:15px;
    padding: 6px 0 6px 0;
    text-align:center;
    background: #4169E1;
    color: white;
}

.tabela_interna{
    margin:5px auto 5px auto;
    position:relative;
    border:solid 1px #aaa;
    font-size: 11px;
    background:#EEE;
    width:100%;
}
.tabela_interna td{
    position:relative;
    border:solid 1px #aaa;
    font-size: 11px;
    background:#fcfcfc;
}

.conteudo_linha_destaque{
    background: #E8E8F5;
}
.camposObrigatorios{
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    color: black;
}
.readOnly{
    background:#F0F0F0;
}
.button_green{
    float:left;
    width:250px;
    border:green solid 1px;
    background-image:url(../images/button_green.png);
    background-repeat:repeat-x;
    color: #001500;
    font-weight:bold;
    font-size:14px;
    text-align:center;
    line-height:100%;
}
.button_blue{
    float:left;
    width:250px;
    border:blue solid 1px;
    background-image:url(../images/button_blue.png);
    background-repeat:repeat-x;
    color: #001500;
    font-weight:bold;
    font-size:14px;
    text-align:center;
    line-height:100%;
}

.no_link{
    text-decoration: none;
    color: black;
}
/*.no_link :visited{
    text-decoration: none;
    color: black;
}*/