.overlay_kncblue {
	background-color: #99cccc;
	/* for IE */
	filter: alpha(opacity=60);
  	/* for Mozilla */
	-moz-opacity: 0.6;
	/* CSS3 standard */
	opacity: 0.6;
	border: thick Navy;
}

.kncblue_nw {
	background: transparent url(kncblue/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.kncblue_n {
  background: transparent url(kncblue/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.kncblue_ne {
  background: transparent url(kncblue/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.kncblue_w {
  background: transparent url(kncblue/frame-left.gif) repeat-y top left;			
  width:7px;
}

.kncblue_e {
  background: transparent url(kncblue/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.kncblue_sw {
  background: transparent url(kncblue/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.kncblue_s  {
  background: transparent url(kncblue/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.kncblue_se, .kncblue_sizer {
  background: transparent url(kncblue/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.kncblue_sizer {
	cursor:se-resize;	
}

.kncblue_close {
	width: 23px;
	height: 23px;
	background: transparent url(kncblue/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.kncblue_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(kncblue/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.kncblue_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(kncblue/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.kncblue_title {
	float: left;
	height: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 2px;
	width: 100%;
	color: #000066;
}

.kncblue_content {
	overflow: auto;
	color: WindowText;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	background: transparent url(kncblue/3dtile__white.png);
}

