/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1px;
    background-color: #ECECEC;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
    background-color: #ECECEC;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #ECECEC;
    overflow: auto;
    white-space: nowrap;
}

.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    /*
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
    */
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_windowHeader {
    height: 100px;
    border-bottom: 1px solid #C2C2C2;
}

.GB_windowCloseBox {
    position: absolute;
    top: 39px;
    right: 14px;
    width: 70px;
    height: 22px;
}

.GB_windowCloseText {
    position: absolute;
		top: 3px;   
		left: 0px;
    cursor: pointer;
}

.GB_windowCloseImage {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.GB_windowCaptionImage {
    position: absolute;
    top: 19px;
    left: 36px;
}

.GB_windowCaptionTitle {
    position: absolute;
    left: 276px;
    top: 72px;
    white-space: nowrap;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}

#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}

.GB_Window .content {
    background-color: #fff;
    border-top: none;
}

.GB_Window .on { color: #000; }
.GB_Window .click { border-bottom: 1px solid red; }
