.overlay_dialog 
{
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ 
{
	background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw 
{
	width: 9px;
	height: 23px;
	background: transparent url(../../img/window/default/top_left.gif) no-repeat 0 0;		
}

.dialog_n 
{
	background: transparent url(../../img/window/default/top_mid.gif) repeat-x 0 0;	
	height: 30px;
}

.dialog_ne 
{
	width: 11px;
	height: 23px;
	background: transparent url(../../img/window/default/top_right.gif) no-repeat 0 0;		
}

.dialog_e 
{
	width: 4px;
	background: transparent url(../../img/window/default/center_right.gif) repeat-y 0 0;	
}

.dialog_w 
{
	width: 4px;
	background: transparent url(../../img/window/default/center_left.gif) repeat-y 0 0;		
}

.dialog_sw 
{
	width: 4px;
	height: 19px;
	background: transparent url(../../img/window/default/bottom_left.gif) no-repeat 0 0;
}

.dialog_s 
{
	background: transparent url(../../img/window/default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
}

.dialog_se 
{
	width: 4px;
	height: 19px;
	background: transparent url(../../img/window/default/bottom_right.gif) no-repeat 0 0;
}

.dialog_sizer 
{
	width: 9px;
	height: 19px;
	background: transparent url(../../img/window/default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close 
{
	width: 13px;
	height: 13px;
	background: transparent url(../../img/v2/winbuttons.gif) no-repeat -39px 0px;
	position:absolute;
	top:8px;
	right:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize 
{
	width: 13px;
	height: 13px;
	background: transparent url(../../img/v2/winbuttons.gif) no-repeat -26px 0px;
	position:absolute;
	top:8px;
	right:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize 
{
	width: 13px;
	height: 13px;
	background: transparent url(../../img/v2/winbuttons.gif) no-repeat -13px 0px;
	position:absolute;
	top:8px;
	right:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_edit 
{
	width: 13px;
	height: 13px;
	background: transparent url(../../img/v2/winbuttons.gif) no-repeat 0px 0px;
	position:absolute;
	top:8px;
	right:69px;
	cursor:pointer;
	z-index:2000;
}

.dialog_close_disabled 
{
	width: 13px;
	height: 13px;
	background: transparent url(../../img/v2/winbuttons.gif) no-repeat -39px -13px;
	position:absolute;
	top:8px;
	right:8px;
	z-index:2000;
}

.dialog_minimize_disabled 
{
	width: 13px;
	height: 13px;
	background: transparent url(../../img/v2/winbuttons.gif) no-repeat -26px -13px;
	position:absolute;
	top:8px;
	right:28px;
	z-index:2000;
}

.dialog_maximize_disabled 
{
	width: 13px;
	height: 13px;
	background: transparent url(../../img/v2/winbuttons.gif) no-repeat -13px -13px;
	position:absolute;
	top:8px;
	right:49px;
	z-index:2000;
}

.dialog_edit_disabled 
{
	width: 13px;
	height: 13px;
	background: transparent url(../../img/v2/winbuttons.gif) no-repeat 0px -13px;
	position:absolute;
	top:8px;
	right:69px;
	z-index:2000;
}

.dialog_title 
{
	float:left;
	height:16px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:left;
	width:100%;
	color:#000;
	line-height:16px;
	vertical-align:middle;
}

.dialog_title img
{
	float:left;
	margin-right:4px;
}

.dialog_content 
{
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	/*background-color:#123; default*/
	background-color:#FFFFFF;
}

.top_draggable 
{
	cursor:move;
}

.bottom_draggable 
{
	cursor:s-resize;
}

.status_bar 
{
	font-size:12px;
}

.status_bar input
{
	font-size:12px;
}

.wired_frame 
{
	display: block;
	position: absolute;
	border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  
{
	border-collapse: collapse; 
	border-spacing: 0;
	width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th 
{
	padding: 0; 
}

.dialog .title_window 
{
	-moz-user-select:none;
}

.dialog_message 
{
	font: 12px arial;
	width:100%;
	/*color:#F00; default*/
	color:#646464;
	padding-bottom:10px;
}

.dialog_buttons
{
	text-align:center;
	width:100%;
}
