/* Last-Modified: 28/06/06 00:08:22 */

#GB_overlay {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: #000000;
	margin: auto;
}

#GB_window {
	position: absolute;
	overflow: visible;
	z-index: 150;
	top: 0;
	left: 0;
	font-size: 1px;
}

#GB_window .content {
	width: auto;
	margin: 0;
	padding: 0;
}

#GB_frame {
	overflow: auto;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border: 0;
}

.GB_Gallery {
	margin: 0 22px 0 22px;
}

.GB_Gallery .content {
	background-color: #ffffff;
	border: 3px solid #dddddd;
}

.GB_header {
	position: absolute;
	z-index: 500;
	top: 10px;
	left: 0;
	margin: 0;
	border-bottom: 2px solid #555555;
	border-top: 2px solid #555555;
}

.GB_header .inner {
	background-color: #333;
	padding: 2px 20px 2px 20px;
}

.GB_header table {
	width: 100%;
	font-size: 12px;
	margin: 0;
	border-collapse: collapse;
}

.GB_header table td {
	display: table-cell;
	vertical-align: middle;
}

.GB_header .caption {
	clear: both;
    font-size: 12px;
	font-weight: normal;
	text-align: left;
	background-color: transparent;
	color: #fff;
	/*white-space: nowrap;*/
}

.GB_header .close {
	text-align: right;
}

.GB_header .close img {
	z-index: 500;
	cursor: pointer;
}

.GB_header .middle {
	text-align: center;
	white-space: nowrap;
}

#GB_middle {
	font-size: 12px;
	background-color: transparent;
	color: #ffffff;
}

#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: #ffffff;
	border: 3px solid #cccccc;
	border-top: none;
}

.GB_Window .header {
	height: 22px;
	font-size: 12px;
	background-color: transparent;
	color: #333333;
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #999999;
	border-left: 3px solid #cccccc;
	border-right: 3px solid #cccccc;
}

.GB_Window .caption {
	white-space: nowrap;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	color: #000000;
	padding-right: 20px;
}

.GB_Window .close {
	text-align: right;
}

.GB_Window .close span {
	cursor: pointer;
	font-size: 12px;
}

.GB_Window .close img {
	cursor: pointer;
	padding: 0 3px 0 0;
}

.GB_Window .on {
	border-bottom: 1px solid #333333;
}

.GB_Window .click {
	border-bottom: 1px solid #ff0000;
}
