#GB_overlay {
	background-color: #000000;
	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 {
	width: 640px;
	margin: 0;
	padding: 0;
	height: 330px;
	clear: none;
	float: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}

#GB_frame {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	height: 330px;
	width: 640px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.GB_header {
	top: 0px;
	left: 0;
	z-index: 500;
	position: absolute;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-right-width: 0px;
	border-left-width: 0px;
}

.GB_header .inner {
	background-color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	padding: 0px;
}

.GB_header table {
	width: 640px;
	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: #00CCFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 0px;
}

#GB_middle .right {
    padding-left: 0px;
}

/* TODO */
.GB_Window .content {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 330px;
	width: 640px;
	border: 0px none #82DBD9;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
/* HEADER */
.GB_Window .header {
	margin: 0;
	height: 70px;
	font-size: 12px;
	font-style: italic;
	color: #333333;
	border: 0px solid #82DBD9;
	width: 640px;
	padding: 0px;
}
/* titulo */
.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 0px;
}

/* cerrar a la derecha */
.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 11px;
    cursor: pointer; 
}
.GB_Window .close img {
	cursor: pointer;
	height: 15px;
	width: 15px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	top: 5px;
	right: 5px;
	position: absolute;
}

.GB_Window .on { color: #fff; }
/*.GB_Window .click { border-bottom: 1px solid #BAF5F4; }*/
