/* CSS Document */
.clear{
    clear: both;
}
.fLeft{
    float: left;
}
.fRight{
    float: right;
}
.imgHand{
    border: none !important;
    cursor: pointer;
}
a, a:active, a:focus, a:hover{
    color: #1E5677;
}
.aSimple, .aSimple:active, .aSimple:focus, .aSimple:hover{
    color: #1E5677;
    font-style: italic;
    text-decoration: none;
}
#copyRight{
    font-size: 11px;
    font-family: "Verdana";
}
#contentPrivate{
    float: left;
    margin : 0px 0px;
    padding: 15px 0px 10px 10px;
    text-align: center;
    width: 990px;
}

#bodyWorkPrivate{
    background: #FFFFFF;
    min-height: 150px;
}
#footerPrivate{
    background: #FFFFFF;
    line-height: 3;
    padding: 10px 0px;
    text-align: center;
}
#footerPrivate a{
    color: #1E5677;
    font-family: "Verdana";
    font-size: 11px;
    margin: 0px 30px;
}
.formTable{
    border: 1px solid #AAAAAA;
    margin: 0px;
    text-align: left;
}
.formTable tr{
    vertical-align: top;
}
.formTable td{
}
.formTable td.buttons{
    text-align: center;
}
.formTable input, .formTable textarea, .formTable select{
    color: navy !important;
    font-size: 12px !important;
}
.formTable input{
    color: navy;
    font-size: 12px;
}
.formTable button{
    color: #1C94C4;
    font-weight: bold;
    outline-style: none;
    outline-width: medium;
}
.formTable .requerido{
    font-weight: bold;
}
.formTable .requeridoMsg{
    color: #1C94C4;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
#panelAdd{
    margin: 0px !important;
    padding: 4px 0px 1px;
}

.tList{
    border: none;
    border-spacing: 0px;
    margin: 5px auto;
    text-align: left;
}
.tList tr{
    margin: 0px;
    vertical-align: top;
}
.tList tr:hover{
    background-color: #EEEEEE;
}
.tList th{
    text-align: center;
}
.tList td{
    padding: 2px 3px;
}
.tList a, .tList a:active, .tList a:focus, .tList a:hover{
    color: #1E5677;
    font-style: italic;
    text-decoration: none;
}
.cellA{
}
.cellB{
}
.cellA:hover{
    background-color: #D6DBEF !important;
    cursor: pointer;
}
.cellB:hover{
    background-color: #C6D3E7 !important;
    cursor: pointer;
}

.tInfo{
    font-size: 14px;
    margin: 0px auto;
    text-align: left;
}