/*
-----------Structure-----------
*/
#GB_overlay {
	background-color: #000;
	position: fixed;
	_position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
#GB_window {
	left: 0;
	top: 5px;
	position: fixed;
	_position: absolute;
	overflow: visible;
	z-index: 1150;
	display: none;
}
#GB_window .content {
	width: auto;
	margin: 0;
	padding: 0;
}
#GB_loading,
#GB_loadingBg 
{	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 101;	
}
#GB_loading
{
	padding: 3px 10px 3px 30px;	
	border: 2px solid #CECECE;
	background: url('/images/DevToolsCMS/custom/loading.gif') 8px 4px no-repeat #fff;
}
#GB_loadingBg 
{
	width: 100%;
	z-index: 100;
	background: #000;	
}

#GB_frame {
	border: 0;
	border-top: 2px solid #ededed;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: nowrap;
	width: 100%;
	position: relative;
}

/*
-----------Window Styles-----------
*/
#GB_window {
	border: 6px solid #ededed;
	background: #fff;
}

#GB_window .GB_customContent 
{
    padding: 0 20px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
}

/*
-----------Header-----------
*/
#GB_close
{
	float: right;
	cursor: pointer;
	text-align: right;
	padding: 5px 25px 3px 8px;
	margin: 0 8px 0 0;
	color: #bdbdbd;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	white-space: nowrap;
	background: url('/js/greybox/btn-close.gif') center right no-repeat;
}
#GB_caption
{
	float: left;
	color: #555555;
	margin: 0 0 0 12px;
	padding: 5px 0 4px 0;
	font-weight: bold;
}

#GB_window .header {
	background: none !important;
	width: auto !important;
	position: absolute;
	top: 0;
	right: 0;
}