a.Open_r3Select {
    background-image: url(img/binocolo.gif);
    display: block;
    width: 20px;
    height: 18px;
    text-decoration: none;
    margin-left: 2px;
    margin-right: 0px;
    cursor: pointer;
}

    a.Open_r3Select:hover {
        background-image: url(img/binocoloOver.gif);
    }

    a.Open_r3Select:active {
        background-image: url(img/binocoloDown.gif);
    }

a.Open_r3Select_disabled {
    background-image: url(img/binocoloDisabled.gif);
    display: block;
    width: 20px;
    height: 18px;
    text-decoration: none;
    cursor: default;
    margin-left: 2px;
    margin-right: 0px;
    pointer-events: none;
}

#theLayer {
    /*
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
    */
    font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #theLayer table {
        font-size: 9px;
    }

#wintitle {
    color: white;
    font-size: 11px;
    padding-left: 5px;
}

#titleBar {
    background-color: #0070B8;
    cursor: move;
    border-top: 0px solid white;
    border-left: 0px solid white;
    border-bottom: 0px solid black;
    border-right: 0px solid black;
}

#maximize {
    display: block;
    width: 16px;
    color: Black;
    background-color: #CCCCCC;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    margin-top: 0px;
    font-family: Webdings;
    font-size: 8px;
    cursor: pointer;
    height: 16px;
    border-width: 1px;
    border-color: White;
    border-style: solid;
}

#close {
    display: block;
    width: 16px;
    color: Black;
    background-color: #CCCCCC;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    margin-top: 0px;
    font-family: Webdings;
    font-size: 8px;
    cursor: pointer;
    height: 16px;
    border-width: 1px;
    border-color: White;
    border-style: solid;
}

#tblPagination {
    background-color: #CCCCEE;
    border-bottom: 1px solid black;
    background-image: url(img/bar2.gif);
}

.link {
    width: 16px;
}

.text {
    width: 66px;
    height: 16px;
    font-size: 10px;
    text-decoration: none;
    color: #333388;
    text-align: right;
}

.textPage {
    width: 30px;
    height: 16px;
    font-size: 10px;
    text-decoration: none;
    color: #333388;
    text-align: right;
}

.linkDisabled {
    background-color: #CCCCCC;
    width: 16px;
}

#divHeader {
    background-color: Gray;
    background-image: url(img/bar1.gif);
    background-size: contain;
}

#tblHeader {
    table-layout: fixed;
}

    #tblHeader th {
        text-align: left;
        background-color: Gray;
        border-bottom: 2px solid black;
        padding-bottom: 2px;
        color: #000000;
        font-size: 10px;
        background-image: url(img/bar1.gif);
        border-right: 1px solid gray;
        border-left: 1px solid white;
        padding-left: 0px;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        background-size: contain;
    }

#tblData {
    table-layout: fixed;
}

    #tblData tr {
        cursor: pointer;
    }

.row {
    color: #555555;
}

.rowAlt {
    color: black;
    background-color: #EEEEEE;
}

.rowOver {
    background-color: #A0C9F3;
}

#tblData td {
    border-bottom: 1px solid black;
    padding-left: 0px;
    border-right: 1px solid #BBBBBB;
    border-left: 1px solid white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#disabler {
    /*
	cursor:wait;
	*/
    /* Uncomment to gray-out the page when in modal*/
    /*
	background-image: url(img/disabled.png) !important;
	background-image: url(img/disabled.gif);
    */
}

.tdcb {
    padding-left: 0px !important;
    text-align: center;
    vertical-align: middle;
    width: 19px;
}

.r3selcb {
    height: 9px;
    width: 9px;
    margin-left: 0px;
    margin-right: 1px;
}

#divWaiting {
    position: absolute;
    width: 100%;
    top: 50%;
    font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    z-index: 1;
}

#imgWaiting {
    background-color: White;
}

#spanWaiting {
    background-color: White;
}

.cellPage {
    width: 70px;
}

#divMinWidth {
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 440px;
    height: 1px;
    overflow: hidden;
}

#leftHeaderCell {
    text-align: left;
    width: 260px;
}

#middleHeaderCell {
    text-align: center;
}

#rightHeaderCell {
    text-align: right;
    width: 70px;
}

    #rightHeaderCell img.link {
        cursor: pointer;
    }

    #rightHeaderCell img.linkDisabled {
        cursor: auto;
    }

.r3selCell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#r3selRowSelected td {
    background-color: #869EBC;
    color: White;
}
