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: 65px;
    /*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 : #EDCD32;*/
    color: #000000;
}

a,
.ui-dialog-content.ui-widget-content a,
.ui-accordion-content.ui-widget-content a
{
    cursor          : pointer;
    /*color           : #4382B0;*/
    color:#1d5987;
    text-decoration : none;
    font-weight     : bold;
    text-transform: uppercase;
}

a:hover
{
    /*color : #EDCD32;*/
    color:#000000;
}

#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;
}

.pointer
{
    cursor : pointer;
}

.informacao
{
    color      : gray;
    font-style : italic;
}

img
{
    border : none;
}

.label
{
    color          : #304670;
    font-weight    : bold;
    vertical-align : top;
}

.oculto
{
    display : none;
}

#barra
{
    /*background-color : #E8E8E8;
    padding          : 7px;
    border-bottom    : 1px solid #CCCCCC;*/

    background-color: #6699cc;
    width: 65%;
    height: 28px;
    margin: 0 auto;
    color:#ffffff;
    text-indent: 70px;
    font-weight: bold;
    padding-top: 3px;
    text-transform: lowercase;
    /*padding-left: 5%;*/


    

}

#barra a{
    color:#ffffff;
    /*margin-left: 70px;*/
    /*margin-left: 5px;*/
    margin-top: 10px;
    text-transform: lowercase;
    color:#FFFFFF;
    

}

#corpo
{
    padding: 20px;
    background-color: #FFFFFF;
    margin: 0 auto;
    /*width: 1215px;*/
   width: 62.8%;
    /*height: auto;*/
    min-height: 300px;
    border: 1px solid #EEEEEE;
}

.pointer
{
    cursor : pointer
}

.hide
{
    display : none;
}

.label
{
    color       : #304670;
    font-weight : bold;
}

#bar-curso
{
    /*background-color : #E8E8E8;*/
    padding          : 7px;
    /*border-bottom    : 1px solid #CCCCCC;*/
}

.bigger
{
    font-size : 14px;
    font-weight: bold;
    /*color:#119643;*/
    color:#78909c;
    text-transform: uppercase;
    

}

/*.bigger td{
    text-transform: capitalize;

}*/

.right
{
    /*float : right;*/
    padding: 10px !important;
}


.header
{
    background-color : #D9EDFF;
    border           : 1px solid #84C5FF;
    padding          : 5px;
}

table
{
    text-align : left;
}

table th
{
    text-align : left;
}

table.border-bottom td
{
    /*border-bottom : 1px dashed #CCCCCC;*/
    border-bottom : 1px solid #CCCCCC;
}

.tooltip
{
    display               : none;
    position              : absolute;
    -webkit-border-radius : 5px;
    -moz-border-radius    : 5px;
    -ms-border-radius     : 5px;
    -o-border-radius      : 5px;
    border-radius         : 5px;
    padding               : 5px;
    opacity               : 1.3;
    color                 : #222222;
    -webkit-box-shadow    : black 3px 3px 4px;
    -moz-box-shadow       : black 3px 3px 4px;
    box-shadow            : black 3px 3px 4px;
    background-color      : #D9EDFF;
    border                : 1px solid #84C5FF;
}

/*table.tablesorter thead tr .header{
    border-bottom: 1px solid #c5dbec !important;
    font-size: 12px !important;
    color:#2e6e9e !important;
    background-color: #dfeffc !important;
    background-image: url(../img/ui-bg_glass_85_dfeffc_1x400.png)!important;
    background-repeat: repeat-x !important;
    
}*/

/*table.tablesorter thead tr .headerSortUp{
    z-index: 1 !important;
}*/

.header{
    border-bottom: 1px solid #c5dbec !important;
    font-size: 12px !important;
    color:#2e6e9e !important;
    background-color: #dfeffc !important;
    /*background-image: url(../img/ui-bg_glass_85_dfeffc_1x400.png)!important;*/
    /*background-repeat: repeat-x !important;*/

}

