body{
    height: 100%;
    width: 100%;
    color: #333333;
    font-size: 13px;
    font-family: Verdana;
}

.msgErro{
    background-color: #ffaaaa;
    text-align: center;
    font-weight: bold;
    padding: 4px;
    margin: 15px;
    border: 1px solid #ff0000;
}
.msgInfo{
    background-color: #ffffa5;
    text-align: center;
    font-weight: bold;
    padding: 4px;
    margin: 15px;
    border: 1px solid #808000;
}

.subInformacao{
    margin: 5px;
    padding: 5px;
    line-height: 150%;
    border: 3px solid #aaaaaa;
    background-color: #ffffff;
    list-style-type: none;
    list-style-position: outside;
}
ul.subInformacao{
    border-style: dashed;
}
.subInformacao li{
    margin-bottom: 10px;
    margin-left: 15px;
    list-style: circle;
}

.escondido{visibility: hidden;display: none;}

.destacado{
    margin: 3px;
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #45A700;
    color: white;
    text-align: center;
    font-size: 105%;
    font-weight: bold;
}

/*.botaoExpandir{
    background-image: url(../imagens/icones/mais.png);
    background-repeat: no-repeat;
    padding-left: 23px;
    margin: 10px;
    cursor: pointer;
    line-height: 20px;
}*/

.linhaAmarela{
    margin-top: 0px;
    padding: 5px;
    border-top: 1px #a8a8a8 solid;
    background-color: #FFFFe4;
    color: #404040;
}
/*.linhaPadrao{
    margin-top: 5px;
    padding: 5px;
    border-top: 1px #a8a8a8 solid;
    *//*cursor: pointer;*/
/*    list-style-position: inside;*/
    /*list-style-type: none;*/
    /*list-style-type: square;*/
    /*list-style-type: circle;*/
    /*list-style-type: disc;*/
    /*list-style-image: url('');*/
  /*  background-color: #FFFFE1;
    color: #515151;*/
    /*line-height: 18px;*/
/*}*/






/* MINHA CONTA */
#menuOpcoes{
    height: 29px;
    line-height: 24px;
    border-bottom: 1px solid #555555;
}
#menuOpcoes li{
    background-color: #e0e0e0;
    float: left;
    margin-left: 15px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #555555;
    border-bottom: transparent;
}
#menuOpcoes li.atual{
    cursor: default;
    background-color: #ffffff;
    border-bottom: #ffffff;
}