/*Nord*/

.w .e
{
	background:#4c4c4c;
}
.black_hud .n {
	background: url(black_hud/top.gif) repeat-x scroll right -19px;
	
	height:19px;
	margin:0;
	padding:0;
	text-align:center;
	overflow: hidden;
	padding-left:60px;
	line-height: 20px; 
	color: white;
}

.black_hud_focused .n {
	background: url(black_hud/top.gif) repeat-x scroll right -76px !important;
}

.black_hud .ne {
	background:url(black_hud/top.gif) no-repeat scroll right 0;
	height:19px;
	padding-right:7px;
}

.black_hud_focused .ne {
	background: url(black_hud/top.gif) no-repeat scroll right -57px !important;
}

.black_hud .nw {
	background: url(black_hud/top.gif) no-repeat scroll left -38px;
	height:19px;
	padding-left:7px;
}

.black_hud_focused .nw {
	background: url(black_hud/top.gif) no-repeat scroll 0px -95px !important;
}

/*Sud*/

.black_hud .s {
	background: url(black_hud/bottom.gif) repeat-x scroll 0 -22px;
	font-size:12px;
	line-height: 22px;
	height:22px;
	overflow:hidden;
	padding: 0;
	margin: 0;
}

.black_hud .se {
	background: url(black_hud/bottom.gif) no-repeat scroll right -44px;
	font-size:2px;
	height:22px;
	padding-right:25px;
}

.black_hud .sw {
	background: url(black_hud/bottom.gif) no-repeat scroll 0 0px;
	font-size:2px;
	height:22px;
	padding-left:25px;
}

/*Centre*/

.black_hud .content {
	background:url(black_hud/content.gif);
	position:relative;
	top: -1px;
	overflow:auto;	
	padding: 0;
	margin: 0;
}

/*Button*/

.black_hud .buttons {
  position: absolute;
  top:0px;
  right:-4px;
  height: 20px;   
}

.black_hud .buttons a.close {
  float:left;
	background: transparent url(black_hud/button_unactive.png) no-repeat 0 0;
  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;
}

/* Bad behavior, must use http://www.xs4all.nl/~peterned/csshover.html or better do them in gif !!! */
.black_hud .buttons a:hover.close {
	background: transparent url(black_hud/button_over.png) no-repeat 0 0px !important; 
}    

.black_hud .buttons a.minimize {
 	padding-top:1px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/ 
 
}

.black_hud .buttons a.maximize {
 	padding-top:2px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/ 
}



