div.kWindow {
	left:0;
	top:0;
	width:300px;
	height:300px;
	font-family:Verdana;
	position:absolute;
	display:none;
	overflow:hidden;
	border:1px solid #8FA7D4;
	background-color:#DFE8F6;
}

div.kWindowBackground {
	position:absolute;
	background:#ccc;
	opacity:.4;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
}

div.kWindowContainer {
	position:absolute;
	width:100%;
	left:0;
	top:20px;
	position:absolute;
	border:1px solid #FFFFFF;
}

div.kWindowTitleBar {
	position:relative;
	width:100%;
	height:14px;
	background-color:#E6ECF4;
	padding:3px 0 3px 0;
	text-align:left;
	background:url('../img/b_t.gif') repeat-x;
	border-bottom:1px solid #8FA7D4;
}
div.kWindowTitleBar span {
	color:#15428B;
	font-size:11px;
	font-family:Tahoma;
	font-weight:bold;
	padding-left:5px;
}

div.kWindowTitleBar img {
	width:16px;
	height:16px;
	float:left;
	margin-right:2px;
	padding-left:5px;
}

div.kWindowTabs {
	height:27px;
	background:#E9F2FF;
}

.kWindowTab {
	position:relative;
	float:left;
	font-size:10px;
	color:#15428B;
	height:15px;
	margin:6px 2px 0 3px;
	padding:4px 10px 0 10px;
	background:#E6ECF4;
	border:1px solid #99BBE8;
	cursor:pointer;
	z-index:1;
	background:url('../img/tabs.gif') repeat-x left top;
}
.kWindowTabBorder {
	position:absolute;
	height:1px;
	width:100%;
	left:0;
	top:25px;
	z-index:0;
	font-size:1px;
	border-bottom:1px solid #99BBE8;
}
.kWindowTab:hover {
	color:#000000;
	background-position: left -20px;
}
.kWindowTab.activeTab {
	font-weight:bold;
	background-position: left -40px;
	border-bottom:1px solid #DFE8F6;
}
.kWindowTab.disabledTab {
	cursor:default;
	color:#B3B3B3;
	background-position: left -60px;
}

div.kWindowPanel {
	overflow:auto;
	border-bottom:1px solid #99BBE8;
}

div.kWindowContent {
	padding:10px 10px 5px 10px;
	font-size:10px;
	text-align:left;
}

div.kWindowFooter {
	text-align:left;
	font-size:10px;
	width:100%;
	height:17px;
	padding:4px 5px 1px 27px;
	border-top:1px solid #FFFFFF;
	background-color:#D0E0F4;
	overflow:hidden;
}

.kCloseButton {
	position:absolute;
	top:3px;
	right:2px;
	width:15px;
	height:15px;
	cursor:pointer;
	background:url('../img/close_btn1.gif') no-repeat;
}
.kCloseButtonOn {
	background:url('../img/close_btn2.gif') no-repeat;
}

.kResizeButton {
	position:absolute;
	bottom:2px;
	right:2px;
	width:9px;
	height:9px;
	background:url('../img/resizer.gif') no-repeat;
}

.kHandle {
	position:absolute;
	background:#DFE8F6;
	width:3px;
	height:3px;
	opacity:.0;
	z-index:2;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	overflow:hidden;
	font-size:1px;
}

.kCorner {
	width:10px;
	height:10px;
}

.kLoader {
	position:absolute;
	width:16px;
	height:16px;
	left:5px;
	bottom:4px;
	display:none;
	background:url('../img/spinner.gif') no-repeat;
}

.kShadow{
	position:absolute;
	right:0;
	width:6px;
	height:100px;
	background:#000000;
	/*background:transparent url('../img/shadow.png') no-repeat 0 0;*/
}

.kResizableBorder {
	position:absolute;
	left:0;
	top:0;
	border:1px dashed #000;
	z-index:99999;
	background:none;
	display:none;
}

