/******************************************* G E R A L ************************************************/
body{
    font-family: verdana, arial;
    font-size: 12px;
    margin: 2px auto;
    text-align: justify;
    width: 990px; /*950px;*/
}

h1, h2{
    font-size: 18px;
    text-align: center;
    clear: both;
    padding: 0 5px;
    /*background-color: yellow;*/
}

h2 {
    font-size: 14px;
    text-align: left;
}

a, a img{
    border: none;
    color: #002aff;
}

p{
    *margin-top:5px;
}

hr{
    width: 100%;
    clear: both;
}

input:focus, textarea:focus{
    border: 1px solid #000;
}

/***************************************** G E N É R I C O S ****************************************/

.adSense{
    padding-top: 5px;
    text-align: left;
    font-weight: bold;
    font-size: 10px;
    color: #9c9c9c;
    padding-left: 5px;
    margin-top: 10px;
}

.flutuar{
    position: relative;
    float: left;
    overflow: hidden;
}

.error, .success, .errorlist li, .info{
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.errorlist{
    list-style-type: none;
    padding-left: 0;
}

.error, .errorlist li{
    border: 1px solid #FF0000;
    background-color: #FFFFE0;
}

.success{
    border: 1px solid #006400;
    background-color: #E3FCE3;
}

.info{
    border: 1px solid #FFA500;
    background-color: #FCFCC9;
}

.menu_visivel{
    visibility: visible;
    width: auto;
    height: auto;
}

.menu_invisivel{
    visibility: hidden;
    width: 0px;
    height: 0px;
    display: none;
}

.menu_visivel li{
    margin-left: 30px;
}

.link{
    cursor: pointer;
    color: #002aff;
    text-decoration: underline;
    cursor: pointer;
}

.navegador{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navegador a{
    text-decoration: none;
}

/*.contador{
    width: 62px;
    height: 47px;
    padding: 5px;
    padding-top: 30px;
    text-align: center;
    border: 1px solid #990000;
    font-weight: bold;
    color: #aa0000;

    float: right;
    margin-right: 80px;
}*/

.contador{
    text-align: center;
    font-weight: bold;
    color: #aa0000;
    float: right;
    margin-right: 10px;
}

.colunas{
    margin: 0;
    margin-top: 5px;
    /*border-left: 2px solid #d3d3d3;*/
    padding-left: 5px;
    text-align: left;
    /*display: table;*/
    position: relative;
    float: left;
    /*background-color:yellow;*/
    
}

.invisivel{
    display: none;
}

.help{
    display: none;
    padding: 2px;
    margin: 2px;
    background-color: #FBF8F0;
    width: 460px;
    text-align: justify;
    font-size: 11px;
}

.form label{
    display: block
}

.form input[type="button"], .form input[type="checkbox"],
.form input[type="radio"], .form input[type="submit"]{
    width: auto;
}

.link_normal{
    color: #002AFF;
    font-weight: normal;
}

.link_fechar{
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
}

.displayTable{
    margin: 0;
    padding: 0;
    height: 0;
    clear: both;
}

.clear{
    clear: both;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.direita{
    float: right;
}

.sublinhado a{
    text-decoration: underline;
}

.obrigatorios{
    color: #FF0000;
    text-align: right;
}

.highlight{
    background-color: #FFFF00;
}

.arredondar{
    border-radius: 5px;
    -moz-border-radius: 5px;
}

