/* CSS Document */
body {
    background-color: #F3F3F3;
    padding: 0px;
    margin: 0px;
}

br {
    clear: left;
}

.img {
    float: left;
    position: relative;
}

.aimg {
    border: 0px;
    border-thickness: 0px;
    border-color: #000 00;
    border-style: solid;
}

a:link {
    text-decoration: none;
    color: blue;    
}

a:visited {
    text-decoration: none;
    color: blue;
}

a:hover {
    color: orange;
    text-decoration: underline;
}
/* Menu */
#menubv {
    width: 10em;
    padding: 0;
    margin: 0;
    font: 14px Verdana, sans-serif;
}

#menubv ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #F3F3F3;
}

#menubv li {
    border-bottom: 1px solid #666666;
    margin: 0;
    color: #F3F3F3;
    list-style: none;
}

#menubv li a {
    display: block;
    padding: 5px 5px 5px 0.5em;
    font-weight: bold;
    border-left: 10px solid #999999;
    background-color: #F3F3F3;
    color: #000000;
    text-decoration: none;
    width: 108px;
}

#menubv li a:hover {
    border-left: 10px solid #666666;
    background-color: #F2F2F2;
    color: #666666;
}
/* end Menu */
/* Forms */
input, select, textarea {
    background-color: #EBF1FA;
    color: #222222;
}

input
[ type = submit ], input [ type = reset ], input [ type = button ], button {
    background-color: #B2B9C6;
    color: #000000;
    width: auto;
}

input
[ type = hidden ] {
        display: none;
        border: none;
        background-color: #fff;
}

input:focus, select:focus, textarea:focus {
    background-color: #ffffff;
}

label, input, select {    
    float: left;
    margin-bottom: 5px;
    vertical-align: middle;  
}

input, select {
    border: solid 1px;
}

label {
    text-align: right;
    width: 100px;
    padding-right: 20px;
}

.labelconfig {
    text-align: right;
    width: 130px;
    padding-right: 5px;
    vertical-align: middle;
}

.labelcad {
    text-align: right;
    width: 200px;
    padding-right: 5px;
    vertical-align: middle;
}

.label2 {
    text-align: left;
    width: auto;
    font-size: 100%;
    font-weight: bold;
    color: #000000;
    background-color: transparent;
}
/* end Forms */
/* DIVs */
#container {
    width: 100%;
    padding: 5px;
    position: absolute;
}

#content {
    font-family: Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
    padding: 5px;
    font-size: 14px;
    width: 620;
    float: left;
}

#content h1 {
    font-size: 120%;
    font-weight: bold;
    color: #000000;
    background-color: transparent;
}

#content h2 {
    font-size: 100%;
    font-weight: bold;
    color: #000000;
    background-color: transparent;
}

#content p {
    font-size: 100%;
    font-weight: normal;
    color: #000000;
    background-color: transparent;
    line-height: 140%;
}

#content p.error {
    font-weight: bold;
    color: #CC0000;
}

#header {
    font-family: Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
    padding: 5px;
    width: 820px;
    margin-bottom: 5px;
    height: 100px;
    border: 1px solid #CCCCCC;
}

#menu {
    font-family: Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
    width: 140px;
    float: left;
    height: auto;
}
/* end DIVs */
/* Tabelas */
table {
    word-wrap: break-word;	
}

.tab_contr {
    font-size: 12px;
    font-style: normal;
}

.normal {
    background-color: #F3F3F3;
}

.dif {
    background-color: #FFFFFF;
}
/* end Tabelas*/
