img {
    border: none;
}

h1{
    font-family: verdana, arial;    
    text-align: center;
    text-transform: uppercase;    
    margin-top: 13px;
    color: #0068a5;
}

h2{
    font-family: verdana, arial;
    color: #A80000;
}

h3 {
    font-family: verdana, arial;
    font-size: 12px;
    text-align: center;
    color: #7f0000;
    padding: 0;
    margin: 0;
}

h4 {
    font-family: verdana, arial;
    font-size: 11px;
    text-align: left;
    color: #000000;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    clear: both;
}

.noAlpha{
    filter:alpha(opacity=100);
    -moz-opacity: .100;
    opacity: .100;
}

#alert{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 30px;
    padding: 0;
    margin: 0;
    margin: auto;
    z-index: 999;
    background-color: #006600;
    color: #FFFFFF;
    display: none;
    /*filter:alpha(opacity=65);
    -moz-opacity: .65;
    opacity: .65;*/
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
    padding: 5px 5px 0 5px;
}

#overlay {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 15;
    filter:alpha(opacity=65);
    -moz-opacity: .65;
    opacity: .65;
}

.bordaFina {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #666666 !important;
    box-shadow: 1px 1px 1px #0068a5;
    -webkit-box-shadow: 1px 1px 1px #0068a5;
    -moz-box-shadow: 1px 1px 1px #0068a5;
}

.tableList{
    text-align: center;
    background-color:#ffe7e6;
    margin: auto;
    border: none;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.tableList td{    
    color:#000000;
    padding: 3px 0px 3px 0px;
}

.tableList th{
    background-color:#0068a5;
    color:#FFFFFF;
    font-variant: small-caps;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.tableList tr:HOVER{
    background-color: #faee35;
}

.bordas{
    border-top: 2px solid #777777;
    border-left: 2px solid #777777;
    border-bottom: 4px solid #999999;
    border-right: 4px solid #999999;
    padding: 15px;
}

/*************************************
paginação
***************************************/

#paginacao {
    width:100%;
    height:60px;
    margin-top:20px;
    padding-top:5px;
    text-align:center;
    vertical-align:middle;
}

#paginacao strong {
    border:1px solid #1c2530;
    border-bottom:1px solid #384656;
    border-right:1px solid #384656;
    line-height:30px;
    margin-left:3px;
    padding:2px 8px;
    text-decoration:none;
    background-color: #e8e8ff;
}

#paginacao a {
    border:1px solid #1c2530;
    border-bottom:1px solid #384656;
    border-right:1px solid #384656;
    line-height:30px;
    margin-left:3px;
    padding:2px 8px;
    text-decoration:none;
    background-color: #0068a5;
    color: #FFFFFF;
}

#paginacao a:HOVER{
    border:1px solid #1c2530;
    border-bottom:1px solid #384656;
    border-right:1px solid #384656;
    line-height:30px;
    margin-left:3px;
    padding:2px 8px;
    text-decoration: none;
    color: #000000;
    background-color: #FFFFFF;
}

/* celulas dos registros */
.celulaZebra1{
    color: #000000;
    background-color:#FFFFFF;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 10px;
}

.celulaZebra2{
    color: #000000;
    background-color:#e8e8ff;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 10px;
}

.celulaZebra3{
    color: #000000;
    background-color:#AEAEAE;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 10px;
    font-variant: small-caps;
    font-weight: bold;
}

/* topo icones + legenda */
#icones{
    width: 200px;
    height: 80px;
    padding-right: 32px;
    text-align: right;
    float: right;
}

#icones div{
    float: right;
    padding-left: 10px;
    width: 80px;
}

#legenda {
    width: 500px;
    height: auto;
    font-family: "Comic Sans MS", verdana;
    font-size: 12px;
}

#legenda table {
    width: 500px;
}

#legenda th {
    font-weight: bold;
    background-color: #AEAEAE;
    color: #000000;
}

#legenda td{
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
}

.right{
    text-align: right !important;
}

.left{
    text-align: left !important;
}

.center{
    text-align: center !important;
}

.justify{
    text-align: justify !important;
}

.imprimir {
    background-image:url(../imagens/impressora.png);
    width: 55px;
    height: 55px;
    display: block;
    cursor: pointer;
}

#optFlutuante select {
    width: 190px;
    padding: 3px;
    font-size: 12px;
    font-family: verdana, arial;
}

#optFlutuante option {
    font-size: 11px;
    font-family: verdana, arial;
}

.tableList select {
    width: 190px;
    padding: 3px;
    font-size: 12px;
    font-family: verdana, arial;
}

.tableList option {
    font-size: 11px;
    font-family: verdana, arial;
}

.vermelho {
    color: #dc143c;
}

.negrito {
    font-weight: bold;
}
