.overlay_gSempre {
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.gSempre_nw {
  background: transparent url(../../images/gSempre/gSempre_nw.jpg) no-repeat 0 0;
  width:20px;
  height:20px;
}
.gSempre_n {
  background: url(../../images/gSempre/gSempre_n.jpg) repeat-x top;
  height:20px;
}
.gSempre_ne {
  background: transparent url(../../images/gSempre/gSempre_ne.jpg) no-repeat 0 0;			
  width:20px;	  
  height:20px;
}
.gSempre_w {
  background: transparent url(../../images/gSempre/gSempre_w.jpg) repeat-y top left;			
  width:20px;
}

.gSempre_e {
  background: transparent url(../../images/gSempre/gSempre_e.jpg) repeat-y top right;			
  width:20px;
}

.gSempre_sw {
  background: transparent url(../../images/gSempre/gSempre_sw.jpg) no-repeat left bottom;			
  width:20px;
  height:20px;
}
.gSempre_s {
  background: transparent url(../../images/gSempre/gSempre_s.jpg) repeat-x bottom;			
  height:20px;
}
.gSempre_se, .gSempre_sizer {
  background: transparent url(../../images/gSempre/gSempre_se.jpg) no-repeat right bottom;			
  width:20px;
  height:20px;
}


/*******************************************************/
.gSempre_sizer {
	cursor:se-resize;	
}

.gSempre_close {
	width: 21px;
	height: 21px;
	background: transparent url(../../images/gSempre/button-close-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}

.gSempre_minimize {
	width: 21px;
	height: 21px;
	background: transparent url(../../images/gSempre/button-minimize-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:26px;
	cursor:pointer;
	z-index:1000;
}

.gSempre_maximize {
	width: 21px;
	height: 21px;
	background: transparent url(../../images/gSempre/button-maximize-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:47px;
	cursor:pointer;
	z-index:1000;
}


.gSempre_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#FFF;
}

.gSempre_content {
	overflow:auto;
	color: #FFF;
	font-family: verdana, Arial, sans-serif;
	font-size: 10px;
}

.gSempre_buttons {
	text-align: right;
	padding: 0 8px;
	clear: both;
}

.gSempre_buttons input {
	background: url(../../images/btn_ok_frm.jpg);
	border: none;
	width: 29px;
	height: 20px;
	margin-top: -20px;
	float: right;
}

/*
.gSempre_wwSup,
.gSempre_eeSup {
	border: solid 1px red;
	height: 20px;
	width: 100%;
	float: left;
	}

.gSempre_wwInf,
.gSempre_eeInf {
	border: solid 1px yellow;
	height: 20px;
	clear: both;
	height: 100%;
	}
*/

/* FOR IE */
/*
* html .gSempre_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/gSempre/button-minimize-focused.png", sizingMethod="crop");
}

* html .gSempre_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/gSempre/button-maximize-focused.png", sizingMethod="scale");
}

* html .gSempre_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/gSempre/button-close-focused.png", sizingMethod="crop");
}
*/