html
{
    font-family: Arial, Helvetica, sans-serif;
}

body
{
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

#topo
{
    background-image: url(../img/background_topo.jpg);
    width: 100%;
    height: 90px;
    position: relative;
}

#logo-portal
{
    padding: 15px 0 0 15px;
}

#instituicao
{
    position: absolute;
    margin-left: 70px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

#instituicao a
{
    font-size: 14px;
    color: white;
    text-decoration: none;
}

#instituicao a:hover
{
    color: #EDCD32;
}

a,
.ui-dialog-content.ui-widget-content a,
.ui-accordion-content.ui-widget-content a
{
    cursor: pointer;
    color: #4382B0;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #EDCD32;
}

#rodape
{
    background-image: url(../img/background_footer.jpg);
    width: 100%;
    height: 15px;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

#rodape a
{
    text-decoration: underline;
    color: white;
}

#rodape a:hover
{
    color: #EDCD32;
}

.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;
    font-weight: bold;
    vertical-align: top;
}

.oculto
{
    display: none;
}