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.png);
    width: 100%;
    height: 90px;
    position: relative;
}

#logo-portal
{
    padding: 15px 0 0 15px;
}

#instituicao
{
    position: absolute;
    margin-left: 65px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

#instituicao a
{
    font-size: 14px;
    color: white;
    text-decoration: none;
}

#instituicao a:hover
{
    color: #EDCD32;
}

a
{
    cursor: pointer;
    color: #4382B0;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #EDCD32;
}

a.ui-button:hover
{
    color: #29294F;
}

#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;
}

.cursor-pointer
{
    cursor: pointer;
}

.corner
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ui-widget
{
    font-size: 97% !important;
}