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);*/
    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: 70px;*/
    margin-left: 60px;
    /*font-size: 14px;*/
    font-size: 18px;
    font-weight: bold;
    color: #0277BD;
}

#instituicao a
{
   font-size: 18px;
    font-weight: bold;
    color: #0277BD;
    text-decoration: none;

}

#instituicao a:hover
{
    color: #000000;
}



a,
.ui-dialog-content.ui-widget-content a,
.ui-accordion-content.ui-widget-content a
{
    cursor: pointer;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    /*color: #EDCD32;*/
    color: #1d5987;
}

#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;
   
}

.ui-widget
{
    font-size: 96% !important;
}

#no-script
{
    font-size: 10px;
    color: white;
    background-color: red;
    font-weight: bold;
    padding: 0.5em;
    margin-left: 0;
}

#browser-outdated-and-not-ie
{
    font-size: 10px;
    color: #000000;
    background-color: yellow;
    font-weight: bold;
    padding: 0.5em;
    margin-left: 0;
}

.cursor-pointer
{
    cursor: pointer;
}

.div-manuais
{
    float: right;
    padding: 20px 20px 0 0;
}

.corner
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.informacao
{
    color: #999999;
}

img
{
    border: none;
}

.label
{
    /*color: #304670;*/
    color: #78909C;
    font-weight: bold;
    vertical-align: top;
}

.oculto
{
    display: none;
}

.tipsy-inner{
    background-color: #FFFFFF !important;
    /*background: rgba(255,255,255,1) !important;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1))) !important;
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%) !important;
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%) !important;
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%) !important;
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 )!important; */
    box-shadow: none !important;
    border-radius: 1px !important;
    color: #000000 !important;
    font-weight: normal !important; 
    font-size: 10px !important; 
    padding: 5px !important;
    /*border-color: #CFD8DC !important;*/
    border-color: #666666 !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.topohorarios{
    border-bottom: 1px solid #000 !important;
}

.toposolicitacoes{
    border-bottom: 1px solid #000 !important;
}

.topopage{
    border-bottom: 1px solid #000 !important;
}

#accordion a:hover{
    color: #1d5987 !important;
}