﻿.overlay_childWindowStyle {
	background-color: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.childWindowStyle_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}

.childWindowStyle_nw {
	background:transparent url(../img/childwindow/top-left-grey.png) no-repeat 0 0;			
	width:9px;
	height:28px;
}

.childWindowStyle_n {
	background:transparent url(../img/childwindow/top-middle-grey.png) repeat-x 0 0;			
	height:28px;
}

.childWindowStyle_ne {
	background:transparent url(../img/childwindow/top-right-grey.png) no-repeat 0 0;			
	width:15px;	  
	height:28px;
}

.childWindowStyle_w {
	background:transparent url(../img/childwindow/left-grey.png) repeat-y top left;			
	width:9px;
}

.childWindowStyle_e {
	background:transparent url(../img/childwindow/right-grey.png) repeat-y top right;			
	width:15px;	  
}

.childWindowStyle_sw {
	background:transparent url(../img/childwindow/bottom-left-grey.png) no-repeat 0 0;			
	width:9px;
	height:15px;
}

.childWindowStyle_s {
	background:transparent url(../img/childwindow/bottom-middle-grey.png) repeat-x 0 0;			
	height:15px;
}

.childWindowStyle_se, .childWindowStyle_sizer  {
	background:transparent url(../img/childwindow/bottom-right-grey.png) no-repeat 0 0;			
	width:15px;
	height:15px;
}

.childWindowStyle_sizer {
	cursor:se-resize;	
}

.childWindowStyle_close {
	width: 23px;
	height: 23px;
	background: transparent url(../img/childwindow/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.childWindowStyle_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(../img/childwindow/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:61px;
	cursor:pointer;
	z-index:1000;
}

.childWindowStyle_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(../img/childwindow/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:36px;
	cursor:pointer;
	z-index:1000;
}

.childWindowStyle_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#E47211;
}

.childWindowStyle_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#A9EA00;
}

