/*Nord*/
.black_hud .n {
	/*background:transparent url(black_hud/top.png) repeat-x scroll right -19px;
	color:#17385B;
	font:bold 12px/26px Arial;
	height:19px;
	margin:0;
	padding:0;
	text-align:center;
	overflow: hidden;
	padding-left:60px;
	line-height: 20px; 
	color: white;*/
}

.black_hud_focused .n {
	/*background:transparent url(black_hud/top.png) repeat-x scroll right -76px !important;*/
}

.black_hud .ne {
	/*background:transparent url(black_hud/top.png) no-repeat scroll right 0;
	height:19px;
	padding-right:7px;*/
}

.black_hud_focused .ne {
	/*background:transparent url(black_hud/top.png) no-repeat scroll right -57px !important;*/
}

.black_hud .nw {
	/*background:transparent url(black_hud/top.png) no-repeat scroll left -38px;
	height:19px;
	padding-left:7px;*/
}

.black_hud_focused .nw {
	/*background:transparent url(black_hud/top.png) no-repeat scroll 0px -95px !important;*/
}

/*Sud*/

.black_hud .s {
	/*background:transparent url(black_hud/bottom.png) repeat-x scroll 0 -22px;
	font-size:12px;
	line-height: 22px;
	height:22px;
	overflow:hidden;*/
}

.black_hud .se {
	/*background:transparent url(black_hud/bottom.png) no-repeat scroll right -44px;
	font-size:2px;
	height:22px;
	padding-right:25px;*/
}

.black_hud .sw {
	/*background:transparent url(black_hud/bottom.png) no-repeat scroll 0 0px;
	font-size:2px;
	height:22px;
	padding-left:25px;*/
}

/*Centre*/

.black_hud .content {
	background-color: #1C1C1C;
	color:white;
	font:normal 11px/1em Verdana, Arial, sans-serif;
	overflow:auto;
	text-align: left;	
}

.black_hud .content h2 {
	color:white;
	font-family: Verdana, Arial, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*Button*/

.black_hud .buttons {/*
  position: absolute;
  top:0px;
  left:6px;
  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*/ 
}

/*Buckshot Additions*/

.black_hud A {
	color: #7c7c7c;
	text-decoration: none;
	cursor: pointer;
}

.black_hud A:hover {
	text-decoration: none;
	cursor: pointer;
}

.black_hud .closeText {
	font-size: 14px;
}

.black_hud .closeX {
	font-size: 14px;
	border-top: white 1px solid;
	border-bottom: white 1px solid;
	border-right: white 1px solid;
	border-left: white 1px solid;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;	
}

.black_hud H2 {
	font-size: 18pt;
}

.windowPadding {
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
}

.black_hud DIV {
scrollbar-base-color: #2e2e2e;
scrollbar-arrow-color: #2e2e2e;
scrollbar-track-color: #2e2e2e;

scrollbar-shadow-color: #2e2e2e;
scrollbar-lightshadow-color: #2e2e2e;
scrollbar-darkshadow-color: #2e2e2e;

scrollbar-highlight-color: #2e2e2e;
scrollbar-3dlight-color: #2e2e2e;
}


