.overlay_gep {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.gep_nw {
	background: transparent url(gep/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.gep_n {
  background: transparent url(gep/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.gep_ne {
  background: transparent url(gep/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.gep_w {
  background: transparent url(gep/frame-left.gif) repeat-y top left;			
  width:7px;
}

.gep_e {
  background: transparent url(gep/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.gep_sw {
  background: transparent url(gep/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.gep_s  {
  background: transparent url(gep/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.gep_se, .gep_sizer {
  background: transparent url(gep/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.gep_sizer {
	cursor:se-resize;	
}

.gep_close {
	width: 23px;
	height: 23px;
	background: transparent url(gep/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.gep_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(gep/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.gep_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(gep/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.gep_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#000000;
/*	color:#FFFFFF;*/
}

.gep_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
/*	background:#A9EA00; zold*/
	background:#FFFFFF;
}

