/* 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 {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
		background:url(gb-wrap-l.png) no-repeat bottom left;
    width: auto;
    margin: 0;
    padding: 0px 0px 0px 15px;
}
#GB_window .contentw {
		background:url(gb-wrap-r.png) no-repeat bottom right;
    border: 0;
    margin: 0;
    padding: 0px 15px 15px 0px;
}
#GB_frame {
		background:url(gb-wrap-r.png) no-repeat bottom right;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 0px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 0px solid #555;
    border-top: 0px 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_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    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 {
}

.GB_Window .header {
		background-position: top right;
		background-repeat:no-repeat;
    margin: 0;
    font-size: 12px;
		padding: 0px;
    color: #333;
		position:relative;
}
.GB_Window .headerw {
		background:url(gb-hl.png) no-repeat top left;
		margin:0;
		padding:0px 0px 0px 20px;
}

.GB_Window .caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
  	text-align: left;
  	font-weight: bold;
	color:#000000;
	display:block;
	margin-left:20px;
	padding:20px 0px 15px;
}

.GB_Window .close {
 text-align: right;
}
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
	/*added by john for up order*/
	padding-right:10px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0066cc;
	text-decoration:underline;
	display:none;
}
.GB_Window .close img {
	position:relative;
	float:right;
  	cursor: pointer;
	right:-5px;
	top:-16px;
}
/*111309*/
/*
* #GB_window img,
* #GB_window .png{
    position:absolute;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}*/
/*
.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
*/

