
/* ////////////////////////////////////////////////////////////////// */
/*	GDF OS X */
/* ////////////////////////////////////////////////////////////////// */
.overlay_gdf_os_x
{
	background-color: #C0C0C0;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.gdf_os_x_nw
{
	background: transparent url(/wp-content/shared/windowfx/css/gdf_os_x/TL_Main.png) no-repeat 0 0;
	width:24px;
	height:30px;
}

.gdf_os_x_n
{
	background: transparent url(/wp-content/shared/windowfx/css/gdf_os_x/T_Main.png) repeat-x 0 0;
	height:30px;
}

.gdf_os_x_ne
{
	background: transparent url(/wp-content/shared/windowfx/css/gdf_os_x/TR_Main.png) no-repeat 0 0;
	width:31px;
	height:30px;
}

.gdf_os_x_w
{
	background: transparent url(/wp-content/shared/windowfx/css/gdf_os_x/L_Main.png) repeat-y top left;
	width:16px;
}

.gdf_os_x_e
{
	background: transparent url(/wp-content/shared/windowfx/css/gdf_os_x/R_Main.png) repeat-y top right;
	width:16px;
}

.gdf_os_x_sw
{
	background: transparent url(/wp-content/shared/windowfx/css/gdf_os_x/BL_Main.png) no-repeat 0 0;
	width:31px;
	height:40px;
}

.gdf_os_x_s
{
	background: transparent url(/wp-content/shared/windowfx/css/gdf_os_x/B_Main.png) repeat-x 0 0;
	height:40px;
}

.gdf_os_x_se, .gdf_os_x_sizer
{
	background: transparent url(/wp-content/shared/windowfx/css/gdf_os_x/BR_Main.png) no-repeat 0 0;
	width:31px;
	height:40px;
}

.gdf_os_x_sizer
{
	cursor:se-resize;
}

.gdf_os_x_close
{
	width: 19px;
	height: 19px;
	background: transparent url(/wp-content/shared/windowfx/css/gdf_os_x/close.gif) no-repeat 0 0;
	position:absolute;
	top:12px;
	/*left:25px;*/
	right:15px;
	cursor:pointer;
	z-index:9000;
}

.gdf_os_x_minimize
{
	width: 19px;
	height: 19px;
	background: transparent url(/wp-content/shared/windowfx/css/gdf_os_x/minimize.gif) no-repeat 0 0;
	position:absolute;
	top:12px;
	/*left:45px;*/
	right:35px;
	cursor:pointer;
	z-index:9000;
}

.gdf_os_x_maximize
{
	width: 19px;
	height: 19px;
	background: transparent url(/wp-content/shared/windowfx/css/gdf_os_x/maximize.gif) no-repeat 0 0;
	position:absolute;
	top:12px;
	/*left:65px;*/
	right:55px;;
	cursor:pointer;
	z-index:9000;
}

.gdf_os_x_title
{
	float:left;
	height:14px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	margin-top:6px;
	width:100%;
	color:#000000;
}

.gdf_os_x_content
{
	overflow:auto;
	background-color:#FFFFFF;
}

.gdf_os_x_content_inner
{
/* these are set in setHTMLcontent function in window.js */
/*	background-color:#FFFF00; */
/*	padding:6px; */
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #202020;
}

.gdf_os_x_s .status_bar
{
	padding-bottom:20px;
	color:#202020;
	text-align:center;
	font-size:10px;
}


