html, body {
    text-align:center;
    color: #24282E;
}

body > #wrap {
    height:100%;
    min-height: 100%;
    position:relative;
}
#main{
    /* Firefox */
    min-height: -moz-calc(100% - 20px);
    /* WebKit */
    min-height: -webkit-calc(100% - 20px);
    /* Opera */
    min-height: -o-calc(100% - 20px);
    /* Standard */
    min-height: calc(100% - 20px);
}
input[readonly="readonly"]
{
    padding: 3px;
    background-color:#FDFDFD;
}
input 
{
    padding: 3px;
}
select 
{
    padding: 3px;
}
#bottom {
    height:18px;
    margin: 0; 
    clear: both;
    width:100%;
    position: relative;
    font-size: 11px;
    width:100%;
    left:0px;
    padding-top: 2px;
    background: #ECECEC;
    color: #676767;
    font-weight: bold;}

.abas{
    padding: 0px;
}

.abas .ui-widget-header{
    border: none;
}

.ui-tabs .ui-tabs-panel{
    padding: 5px;
    border: 1px solid #E3E3E3;
}

#main form{
}

#top {
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    text-align: right;
    height:108px;
}
.backHeader{
    background-image: linear-gradient(to bottom, #B9D8A9, #5F9462 100%);
    text-align:left;
    left:10px;
    padding: 5px;
}
.headerRight{
    font-weight: bold;
    float: right;
    text-align: right;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 10px;
    color: #ffffff;

}
.headerRight a{
    color: #ffffff;
    text-decoration: none;

}
.dsMenu{
    text-align: left;font-size: 18px;
    color: #696969;
    height: 30px; 
    padding-top: 5px;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 3px;
    background-image: linear-gradient(to bottom, #D5D5D5, #FFFFFF 100%);
}

html,body,form,table,a {
    font-size: 11px;
    font-family:sans-serif,arial,Helvetica;
    color:#000000;
}
html,body,table,form{
    margin:0px;padding:0px;
}
html,body,table,form{
    /*font-size: 13px;*/
    margin:0px;padding:0px;
}
#top div.logo  {
    margin:0px;
    float:left;
    position:relative;
    top:2px; left:10px;
}
div.menu {
    position:absolute;
    width: 100%;
    top:75px;
    left:0px;
    text-align: left;
}
div.subMenu{
    margin: 0px 0px 5px 0px;
    padding:5px 5px;
    font-weight:bold;
    text-align:left;
    border-bottom:1px solid silver;
}

.pnlForm{
    background-color:#F4F2F2;
    border: 1px solid #c0c0c0; 
    padding: 5px 5px 5px 5px; 
    margin-bottom: 10px;
    color:#000000;   
}
.form.column{
    color: #1C1C1C;
    display: block;
    padding:0px 0px;
    margin: 0px 5px 5px;
    float: left;
    text-align: left;
}
.form.br{clear:left;}
.clear{
    clear:both;
    padding:0px; margin:0px;
}
button,.button {
    margin:0; padding:2px 7px; color:#FFFFFF; background:#696969; border:1px solid #FFFFFF; font-size:12px; font-weight:bold;
}
.pnlCommand.list{
    vertical-align: top;
    text-align: right;
    margin-bottom: 5px;
    border-bottom:1px solid #2B68AF;
}
.pnlBotoes{
    text-align: right;
    margin: 10px 0px;
}
a.button{
    padding:2px 7px;
}

a.dsLink {
    font-style: normal;
    text-decoration: none;
    font-size: 11px;
    color:#1E5593;
    padding:8px 5px 6px 5px;
    margin: 20px;
    border:1px solid transparent;
    background-color: transparent;
    margin: 3px;
}
a.commandLink {
    font-style: normal;
    text-decoration: none;
    font-size: 11px;
    color:#1E5593;
    padding:8px 5px 6px 5px;
    margin: 20px;
    border:1px solid transparent;
    background-color: transparent;
    margin: 3px;
    cursor: pointer;
}
a.commandLink:hover {
    font-weight : bold;
    background-image: linear-gradient(to bottom, #ffffff, #c0c0c0  300%);
    border: 1px solid #c0c0c0;
    cursor: pointer;
}
a.commandLink img{
    vertical-align:middle;
    width:20px;
}
.divLogin {
    position:absolute;
    margin-left:-300px;
    width:600px;
    padding-top: 10px;
    height: 180px;
    top:30%; left:50%;
    margin-top:10px;
    border: 2px solid black;
    background-image: linear-gradient(to bottom, #B9D8A9, #5F9462 100%);
}

.divErro {
    position:absolute;
    margin-left:-300px;
    width:600px;
    padding-top: 10px;
    height: 160px;
    top:30%; left:50%;
    margin-top:10px;
    border: 2px solid black;
}

.divLogin .column{
    text-align: left;
    padding:10px 0px 0px 0px
}




h1{font-size:32px;}
h2{font-size:24px;}
h3{font-size:18.5px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:11px;}
h1,h2,h3,h4,h5,h6{margin:0px;color:#FFFFFF;background-color: #308615;text-align: left;}
h1,h2,h3,h4,h5,h6{padding:5px;}
h1,h2,h3{font-weight: normal;}
fieldset{margin:2px;padding:10px 10px 5px 10px;}
legend{font-size:  12px;
       font-weight: bold;
}
table{width:100%;border-collapse:collapse;}


.tblDefault{
    border: 1px solid #c0c0c0;
    margin-bottom: 6px;
}

.tblDefault tr{
    height: 20px;
}
.tblDefault td{
    padding-left: 2px;
    text-align: left;
    font-size: 11px;
    border: 1px solid #c0c0c0;
    height: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
.tblDefault th{
    height: 22px;
    background-color: #E0E0E0;
    text-align: center;
    font-size: 11px;
    border: 1px solid #c0c0c0;
    padding-left: 5px;
    padding-right: 5px;
}
.footer th{
    background-color: #c0c0c0;
    font-weight: bold;
    height: 25px;
}
.footer td {
    background-color: #c0c0c0;
    font-weight: bold;
    height: 25px;
}

.row1{
    height: 25px;
    background-color:#C2E1FF;
}
.row2{
    height: 25px;
    background-color:#ffffff;
}

.ladoALado4 tr td{ 
    float:left;     
    display:block;  
    width:24.5%; 
} 
.tblNenhumRegistro{
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    padding: 10px;
    border: 1px solid #c0c0c0;
    margin-bottom: 10px;
}
.salvar{
    background-image: url('') !important;
}
.adicionar{
    background-image: url('/PayTravel/javax.faces.resource/adicionar.png.faces?ln=images') !important;
}
editar{
    background-image: url('/PayTravel/javax.faces.resource/editar.png.faces?ln=images') !important;
}
.cancelar{
    background-image: url('/PayTravel/javax.faces.resource/cancelar.png.faces?ln=images') !important;
}
.remover{
    background-image: url('/PayTravel/javax.faces.resource/remover.png.faces?ln=images') !important;
}
.mais{
    background-image: url('/PayTravel/javax.faces.resource/mais.png.faces?ln=images') !important;
}

