﻿html, body
{
    border: 0 none;
    height: 100%;
    margin: 0;
    padding: 0;
}
body
{
    line-height: normal;
    padding: 0;
}
p
{
    text-align: justify;
}
a
{
    text-decoration: none;
    color: #000;
}
a:hover
{
    text-decoration: none;
}

#container
{
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 820px;
}
.header
{
    height: 100px;
    padding: 0 0;
    width: 100%;
    padding: 20px 0 20px 0;
}
.menu
{
    height: 29px;
    margin-left: 10px;
    width: 800px;
}
.main
{
    width: 100%;
    height: auto;
    padding-bottom: 110px; 
    *padding-bottom:100px;
    position:relative;
}
.footer
{
    bottom: 0;
    clear: both;
    padding: 30px 0 10px 0;
    position: absolute;
    width: 100%;
    height: 65px;
    text-align: center;
}
.logoTop
{
    width: 230px;
    height: 88px;
    margin-left: 25px;
    float: left;
}
.linksTop
{
    width: 300px;
    padding-top: 15px;
    margin-right: 25px;
    float: right;
    text-align: right;
}
.subMenu
{
    height: 22px;
    position: relative;
}
.pageArea
{
    width: 740px;
    margin: 30px 40px 0 40px;
}
.limpar
{
    clear: both;
    width: 100%;
}
.title
{
    width: 100%;
    margin: 0 0 20px 0;
}
.titleItem
{
    width: 100%;
    margin: 30px 0 15px 0;
    text-align: left;
}
.justify
{
    text-align: justify;
}
.itemList
{
    margin: 0 0 0 20px;
}
.warningMessage, .confirmMessage, .errorMessage
{
    width: 50px;
    height: 50px;
    float: left; 
    *margin-bottom:20px;
}
.textMessageModal
{
    width: 280px;
    float: left;
    margin: 16px 0 0 12px; 
    *margin:16px030px12px;
}
.ajaxLoader
{
    width: 100%;
    height: 28px;
    margin: 20px 0;
}
.ajaxError
{
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.poweredBy
{
    padding: 10px 0 15px 0;
    *padding: 10px 0 5px 0;
}
#PoweredByiDATA
{
    border: 0;
    height: 20px;
    width: 63px;
    margin-bottom: -6px;
}
