

/*body, td, div, a, input {
    font-family: sans-serif;
    font-size: 13px;
    color: #7F7F7F;
}*/


#footer_content {
    background-color: #7F7F7F;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    width: 100%;
}



alignCenter {
    text-align: center;
}

.vAlignTop {
    vertical-align: top;
}

.vAlignBottom {
    vertical-align: bottom;
}


.tableFilter {
    background-color: #FFFFFF;
    color: #C0C0C0;
    font: 12px Arial,Helvetica,sans-serif;
    text-decoration: none;
    padding-left: 5px;
    
}

.tableHeader1 {
    background-color: #BEBEBE;
    color: #365F91;
    text-decoration: none;
    text-align: center;
    font: 10px bold Arial,Helvetica,sans-serif;
}

.tableHeader2 {
    background-color: #365F91;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font: 10px bold Arial,Helvetica,sans-serif;
}

.tableHeaderLeft {
    background-color: #365F91;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 5px;
    text-align: left;
    font: 10px bold Arial,Helvetica,sans-serif;
}

.tableContent {
    background-color: #FFFFFF;
    color: #7F7F7F;
    font-size: 11px;
    font-family: sans-serif;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px dashed #7F7F7F;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tableFooter {
    background-color: #FFFFFF;
    color: #7F7F7F;
    font-size: 11px;
    font-family: sans-serif;
    text-decoration: none;
    text-align: left;
    padding-top: 10px;
    
}

input {
    border: 1px solid #7F7F7F;
    color: #7F7F7F;
}

.indent1 {
    padding-left: 15px;
}

.indent2 {
    padding-left: 30px;
}

.indent3 {
    padding-left: 45px;
}

.indent4 {
    padding-left: 60px;
}

.rowStandardHeight {
    height: 10px;
}

.content_div {
    border: 1px solid #365F91;
    width: 100%
}

.content_labelGrid {
    color: #7F7F7F;
    font: 9px Arial,Helvetica,sans-serif;
}
.content_labelGroupGrid {
    color: #7F7F7F;
    font: 9px bold Arial,Helvetica,sans-serif;
}


.borde_table {
    border: 1px solid #7F7F7F;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px 5px 5px 5px;
}

.paddingContent_divGrid {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}




.buttonSearch {
    cursor: pointer;
    background-image:url('../img/search.jpg');
    background-repeat: no-repeat;
    width: 31px;
    height: 30px;
    vertical-align: middle;
}
.buttonEdit {
    cursor: pointer;
    background-image:url('../img/edit.gif');
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
    vertical-align: middle;
}
.buttonDelete {
    cursor: pointer;
    background-image:url('../img/delete.gif');
    background-repeat: no-repeat;
    width: 13px;
    height: 16px;
    vertical-align: middle;
}
.buttonSortAsc {
    cursor: pointer;
    background-image:url('../img/sort_asc.gif');
    background-repeat: no-repeat;
    width: 13px;
    height: 5px;
    vertical-align: middle;
    display: inline-block; 
    margin-left:5px;
}
.buttonSortDesc {
    cursor: pointer;
    background-image:url('../img/sort_desc.gif');
    background-repeat: no-repeat;
    width: 13px;
    height: 5px;
    vertical-align: middle;
    display: inline-block; 
    margin-left:5px;
}
.buttonPageFirst {
    cursor: pointer;
    background-image:url('../img/page-first.gif');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.buttonPagePrev {
    cursor: pointer;
    background-image:url('../img/page-prev.gif');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.buttonPageNext {
    cursor: pointer;
    background-image:url('../img/page-next.gif');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.buttonPageLast {
    cursor: pointer;
    background-image:url('../img/page-last.gif');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.separadorFilasLista {
    height: 5px;
    background-image: url('../img/separadorFilasLista.PNG'); 
    background-repeat: repeat-x;
}
.buttonLlista {
    cursor: pointer;
    background-image:url('../img/llista.gif');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.buttonCollapsedChildren {
    cursor: pointer;
    background-image:url('../img/collapsed.gif');
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    display: inline-block;
}
.buttonExpandedChildren {
    cursor: pointer;
    background-image:url('../img/expanded.gif');
    background-repeat: no-repeat;
    width: 10px;
    height: 5px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.buttonChildren {
    /*cursor: pointer;*/
    background-image:url('../img/children.gif');
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

label {
    font-size: 12px;
}