.gewindow .nw {
	background:transparent url(gewindow/top_unactive.gif) no-repeat scroll 0px 0px;
	height:22px;
	padding-left:10px;
}      
.gewindow_focused .nw {
	background:transparent url(gewindow/top.gif) no-repeat scroll 0px 0px !important;
}       

.gewindow .ne {
	background:transparent url(gewindow/top_unactive.gif) no-repeat scroll right -44px;
	height:22px;
	padding-right:10px;
}

.gewindow_focused .ne {
	background:transparent url(gewindow/top.gif) no-repeat scroll right -44px !important;
}

.gewindow .n {
	background:transparent url(gewindow/top_unactive.gif) repeat-x scroll right -22px;
	color:#17385B;
	font:normal 14px/26px Arial, sans-serif;
	height:22px;
	margin:0;
	padding:0;
	text-align:center;
	overflow: hidden;
	padding-left:60px;
	line-height: 20px; 
	color: #000;
}

.gewindow_focused .n {
	background:transparent url(gewindow/top.gif) repeat-x scroll right -22px !important;
}

.gewindow .content {
	background:#FFF;
	color:#000;
	font:normal 12px/1em Verdana, Arial, sans-serif;
	overflow:auto;
}

.gewindow .w {
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	/* background-color: #ffffff; 21.12.2009 Ossig Problem with missing ui-corner-button => ui-window. // 20.12.2009 Ossig margin gap between .e and .ge-footbar. Otherwise optional shadow-background is visible */
}

.gewindow .e {
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
}


.gewindow .sw {
	background:transparent url(gewindow/bottom_unactive.gif) no-repeat scroll 0 0px;
	font-size:2px;
	height:15px;
	padding-left:12px;
}

.gewindow_focused .sw {
	background:transparent url(gewindow/bottom.gif) no-repeat scroll 0 0px !important;
}

.gewindow .se {
	background:transparent url(gewindow/bottom_unactive.gif) no-repeat scroll right -30px;
	font-size:2px;
	height:15px;
	padding-right:12px;
}

.gewindow_focused .se {
	background:transparent url(gewindow/bottom.gif) no-repeat scroll right -30px !important;
}

.gewindow_focused .se_sizer { 
  width:12px;
  height:12px;
}          
 
.gewindow .se_resize_handle {
	background:transparent url(gewindow/bottom_unactive.gif) no-repeat scroll right -45px;
	font-size:2px;
	height:15px;
	padding-right:12px;
}                                                                          

.gewindow_focused .se_resize_handle {
	background:transparent url(gewindow/bottom.gif) no-repeat scroll right -45px !important;
}

.gewindow .s {
	background:transparent url(gewindow/bottom_unactive.gif) repeat-x scroll 0 -15px;
	font-size:12px;
	line-height:15px;
	height:15px;
	overflow:hidden;
} 

.gewindow_focused .s {
	background:transparent url(gewindow/bottom.gif) repeat-x scroll 0 -15px !important;
}

.gewindow .buttons {
  position: absolute;
  top:1px;
  left:7px;
  height: 20px;   
}

.gewindow .buttons a.close {
  float:left;
	background:transparent url(gewindow/button_unactive.gif) no-repeat 0 0; 
	background-repeat: no-repeat;
	height:15px;
	width:14px;
	margin: 3px 7px 0 0px;        
	padding-top:0px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/       
	overflow:hidden;
}
  
.gewindow_focused .buttons a.close {
	background:transparent url(gewindow/buttons.gif) no-repeat 0 0 !important;    
	background-repeat: no-repeat;
}

.gewindow .buttons.over a.close {
	background:transparent url(gewindow/buttons_over.gif) no-repeat 0 0px !important; 
}

.gewindow .buttons a.maximize {
  float:left;
	background:transparent url(gewindow/button_unactive.gif) no-repeat 0 0;
	height:15px;
	width:14px;
	margin: 3px 7px 0 0;
	padding-top:2px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/ 
	overflow:hidden;
}
  
.gewindow_focused .buttons a.maximize {
	background:transparent url(gewindow/buttons.gif) no-repeat 0 -30px !important;
}

.gewindow .buttons.over a.maximize {
	background:transparent url(gewindow/buttons_over.gif) no-repeat 0 -30px !important;  
}

.gewindow .buttons a.minimize {
  float:left;
	background:transparent url(gewindow/button_unactive.gif) no-repeat 0 0;
	height:15px;
	width:14px;
	margin: 3px 7px 0 0;
	padding-top:1px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/ 
	overflow:hidden;
}  

.gewindow_focused .buttons a.minimize {
	background:transparent url(gewindow/buttons.gif) no-repeat 0 -15px !important;
}

.gewindow .buttons.over a.minimize {
	background:transparent url(gewindow/buttons_over.gif) no-repeat 0 -15px !important;
}         

.gewindow .buttons a.minimize.disabled, .gewindow .buttons.over a.minimize.disabled  {
	background:transparent url(leopard/button_unactive.gif) no-repeat 0 0  !important; 
}

.gewindow_overlay {
	position:absolute;
	top:0;            
	left:0;
	width:100%;
	background-color:#DDD;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}

.gewindow_wired {
	position:absolute;
	top:0;            
	left:0;
	width:100%;
	background-color:#DDD;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	border:1px #000 dashed;
}

.gewindow_wired_overlay {
	position:absolute;
	top:0;            
	left:0;
	width:100%;
	background-color:#DDD;
	filter:alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity: 0.2;
}
