root {
    display: block;
}

html {
    margin:0px;
    padding:0px;
    height: 100%;
}

body {
    margin:0px;
    padding:0px;
    font-size:11px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
    background:#fff;
    height: 100%;
    color:#333;
}

a {
    text-decoration:none;
}

img {
    margin:0px;
    padding:0px;
    border:0px;
}

table {
    margin:0px;
    padding:0px;
    border:0px;
}

table tr, td {
    margin:0px;
    padding:0px;
}

div.clear {
    clear:both;
    display:block;
    font-size:1px;
    height:0pt;
    line-height:1px;
    margin:0pt;
    padding:0pt;
}

div#cabecalho {
    width: 780px;
    height: 200px;
    text-align: center;
    margin: 0px auto;
    background: #fff url("../images/logo.png") center center no-repeat;
}

div#principal {
    margin:0px auto;
    width:780px;
    text-align:left;
    padding-top: 12px;
}

div#principal h1 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    border-bottom: #000 1px solid;
}

/* titulo */
div.titulo {
    font-size:12px;
    font-weight: bold;
    margin-top:10px;
    margin-bottom:10px;
    border-bottom: #000 1px solid;
}

/* menu */
div.menu {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.menu ul {
    margin: 0px;
    padding: 5px;
    list-style-type: none;
}
div.menu ul li {
    display: inline;
}
div.menu ul li a {
    color: #000;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    border-right: #000 1px solid;
    border-bottom: #000 1px solid;
    background-color: #ccc;
}
div.menu ul li a:hover {
    background-color: #eee;
}

/* tabela 1 */
.tabela1 {
    border: 2px solid #000;
    padding: 0px;
    margin: 0px auto;
    margin-bottom: 10px;
    border-collapse: collapse;
    text-align: left;
    color: #000;
}

.tabela1 caption {
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.tabela1 td, th {
    border: 1px solid #000;
    margin: 0px;
    padding: 5px;
    text-align: left;
}

.tabela1 th {
    font-weight: bold;
}

.tabela1 thead td {
    background-color: #ccc;
    font-weight: bold;
}

.tabela1 tbody td {
    background-color: transparent;
}

.tabela1 tbody td:hover {
    background-color: #ffc;
}

.tabela1 a {
    color: #000099;
}

input[type=text], input[type=password] {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    border: #ccc 1px solid;
    background: #fff url("../images/fundo_campo.gif") top left repeat-x;
}

img.botaocalendario {
    cursor: pointer;
    display: inline;
    vertical-align: top;
    height: 18px;
    width: 21px;
    border: 0px;
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    padding-top: 3px;
}

div.erro {
    background: yellow;
    border: #cc5555 1px solid;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    font-weight: normal;
}
