.Generic_Btn {
    border-style: double;
    border-color: #1e4272;
    border-width: medium;
    /*width: 80px; */
    color: #444444;
    /*font-family: Lucida Console;*/
    font-size: xx-small;
    font-weight: bold;
    height: 24px;
    background-color: #bbd2e9;
}

.DG_header {
    background-color: #81B2E4; /*129,178,228 RGB*/
    color: darkblue;
    height: 18px;
    font-family: Arial, verdana;
    font-size: 11px;
    font-weight: bold;
}

.DG_Subheader {
    background-color: #D0DFEF; /*208,223,239 RGB*/
    color: darkblue;
    height: 18px;
    font-family: Arial, verdana;
    font-size: 11px;
    font-weight: bold;
}

.DG_Item {
    background-color: #EEEEEE;
    font-family: Arial, verdana;
    font-size: 11px;
    color: black;
}

.DG_AltItem {
    background-color: Gainsboro;
    font-family: Arial, verdana;
    font-size: 11px;
    color: black;
}

.DG_Body {
    font-family: Arial, verdana;
    font-size: 11px;
    color: black;
}

.DG_Selected {
    background-color: #00B200; /*#c4F49f;*/
    font-family: Arial, verdana;
    font-size: 11px;
    font-weight: bold;
}

.DG_Footer {
    font-family: Arial, verdana;
    font-size: 11px;
    color: black;
}

.btnEdit {
    border: none;
    cursor: pointer;
    margin: 0;
    background-image: url(img/icoEditar.gif);
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.btnCancel {
    border: none;
    cursor: pointer;
    margin: 0;
    background-image: url(img/icoCancelar.gif);
    WIDTH: 30px;
    HEIGHT: 30px;
    BACKGROUND-COLOR: transparent;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-REPEAT: no-repeat;
    background-position: center;
}

.btnUpdate {
    border: none;
    cursor: pointer;
    margin: 0;
    background-image: url(img/icoAceptar.gif);
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.btnSelect {
    border: none;
    cursor: pointer;
    margin: 0;
    background-image: url(img/icoSeleccionar.gif);
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.btnDelete {
    border: none;
    cursor: pointer;
    margin: 0;
    background-image: url(img/icoBorrar.gif);
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.btnRelease {
    border: none;
    cursor: pointer;
    margin: 0;
    background-image: url(img/icoLiberar.gif);
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.btnCloseDay {
    border: none;
    cursor: pointer;
    margin: 0;
    background-image: url(img/btnCerrarJOR.gif);
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.btnRefresh {
    border: none;
    cursor: pointer;
    margin: 0;
    background-image: url(img/btnRefresh.gif);
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.lblTitulos {
    font: small-caps 12px/100% serif;
    color: black;
}
