html
{
    
     font-family: Roboto, Arial, Helvetica, sans-serif;
}

body
{
     margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    background-image: url(../img/fundo.png);
    background-repeat: repeat-x;
    padding-top: 30px;

}

#topo
{
    /*background-image: url(../img/background_topo.jpg);*/
    /*width: 100%;*/
    background-color: #FFFFFF;
    width: 65%;
    height: 90px;
    position: relative;

}

/*centraliza o topo, sem alterar o da página login*/
noscript + #topo {
    margin: 0 auto;
    border: solid 1px #eeeeee;
}

td > span.label{
    color: #000000;
}
#logo-portal
{
    padding: 15px 0 0 15px;
}

#instituicao
{
    position: absolute;
    /*margin-left: 65px;*/
    margin-left: 65px;
    /*font-size: 14px;*/
    font-size: 18px;
    font-weight: bold;
    color: #0277BD;
}

#instituicao a
{
   /*font-size: 14px;*/
    font-size: 18px;
    font-weight: bold;
    /*color: #1E88E5;*/
    color: #0277BD;
    text-decoration: none;
}

#instituicao a:hover
{
    color: #000000;
}

a
{
    cursor: pointer;
    /*color: #4382B0;*/
    color:#000000;
    text-decoration: none;
    font-weight: bold;
}


a:hover
{
    /*color: #EDCD32;*/
    color:#1d5987;
}

a.ui-button:hover
{
    color: #29294F;
}

#rodape
{
    /*background-image: url(../img/background_footer.jpg);*/
    /*background-color: #0277BD;*/
    background-color: #0277BD;
    /*width: 100%;*/
    width: 65%;
    /*height: 15px;*/
    height: 25px;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    background-image: url(../img/logo_branca_rodape.png);
    background-repeat: no-repeat;
    background-position: center left;


    /*border: 1px solid #CCCCCC;*/
}

#rodape a:hover
{
    color: #FFFFFF;
}


#rodape a
{
    /*text-decoration: underline;*/
    color: #FFFFFF;
   
}


.cursor-pointer
{
    cursor: pointer;
}

.corner
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ui-widget
{
    font-size: 97% !important;
}