*{
    margin:0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
    border: 0px;
}

body{
    background-color: #cccccc;
}

h2{
    color:#FF0000;
    font-size: x-large;
    margin-left: 10px;
}

h3{
    color:#6699ff;
    font-size: x-large;
    margin-left: 10px;
    margin-top: 10px;
}

#menu ul li{
    display: inline;
    float: left;
    width: 90px;
    padding: 1px;
    text-align: center;
    background-color: #999;
}


#menu ul li a{
    width: 90px;
    height: 85px;
    display: block;
}

#menu ul li a:hover{
    background-color: #666;
}

.select{
    background-color: #888;
}

#principal ul li{
    display: inline;
    float: left;
    text-align: center;
    min-width: 20px;
}

#principal ul li a {
    display: block;
}

#principal ul li a:hover{
    background-color: #666666;
}


#relatorio ul li{
    display: block;
    float: left;
    text-align: center;
    min-width: 20px;
    margin: 5px;
    padding: 2px;
}

#relatorio ul li a {
    display: block;
}

#relatorio ul li a:hover{
    background-color: #666666;
}


form{
    padding: 5px;
    margin: 5px;
    font-size:9pt;
    min-width: 750px;
    width: 75%;
    color: #ffcc00;
}

fieldset{
/*    width: 100%; */
    background-color:#999999;
    color:#000000;
    font-size:12pt;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    padding: 10px;
}

legend{
    background-color:#ffcc00;
    color:#000000;
    padding: 2px;
}

.upload{
    background-image: url(../view/geral/cd.png);
    background-position: top right;
    background-repeat: no-repeat;
}

label{
    display:block;
    float:left;
    color:#FFFFFF;
    text-align:right;
    width:150px;
    font-size:9pt;
    font-weight:bold;
    margin-top: 5px;
}

input, textarea, select{
    background-color: #DDDDFF;
    color:#000000;
    margin:3px;
    padding: 2px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.button{
    background-color: #ccccff;
}

input:hover, textarea:hover, select:hover{
    background-color: #b3b3b3;
}

input:focus, textarea:focus, select:focus{
    background-color: #ccccff;
}

a{
    font-weight: bold;
    text-decoration:none;
    color:#FFFFFF;
    font-size: 90%;
}

a:hover{
/*    text-decoration: underline;*/
    color:#ffcc00;
}

cite {
    margin: 5px;
    font-size: 75%;
}

#cabecalho {
    width: 100%;
    float: left;
    background-color: #06f;
    padding: 3px;
}

#menu {
    width: 100%;
    float: left;
    background-color: #777;
    border-bottom: 2px solid #0066ff;
}


#principal table{
    margin: 10px;
}

#principal th {
    padding: 2px;
    background-color: #003366;
    color: #ffffff;
}

#principal td {
    padding: 2px;
}

#imagens img{
    width: 100px;
    height: 100px;
    background-color: #009999;
}

.imagem{
    text-align: center;
    width: 120px;
/*    height: 120px; */
    padding: 5px;
    margin: 5px;
    background-color: #ffcc00;
    float: left;
    color: #000000;
}

form img{
    float:right;
}

.dark {
    background-color: #b2b2cc
}

.asc{
    background-image:url(icons/up.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-color:#33ccff;
}

.desc{
    background-image:url(icons/down.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-color:#33ccff;
}


.linha1{
    background-color: #ccccff;
    border: 1px solid #ff0000;
}

.linha2{
    background-color: #b2b2cc;
}


address{
    text-align: right;
    margin-right: 10px;
}
