.overlay_dialog {
	background-color: #000000;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

.dialog_nw {
	width: 4px;
	height: 20px;
	background: transparent url(/img_/windows/default/top_left.gif) no-repeat 0 0;		
        font-size: 2px;
}

.dialog_n {
    height: 20px;
	background: transparent url(/img_/windows/default/top_mid.gif) repeat-x 0 0;
}

.dialog_ne {
	width: 4px;
	height: 20px;
	background: transparent url(/img_/windows/default/top_right.gif) no-repeat 0 0;		
        font-size: 2px;
}

.dialog_e {
	width: 4px;
	background: transparent url(/img_/windows/default/center_right.gif) repeat-y 0 0;	
        font-size: 2px;
}

.dialog_w {
	width: 4px;
	background: transparent url(/img_/windows/default/center_left.gif) repeat-y 0 0;		
        font-size: 2px;
}

.dialog_sw {
	width: 4px;
	height: 4px;
	background: transparent url(/img_/windows/default/bottom_left.gif) no-repeat 0 0;			
        font-size: 2px;
}

.dialog_s {
    height: 4px;
	background: transparent url(/img_/windows/default/bottom_mid.gif) repeat-x 0 0;
}

.dialog_se {
	width: 4px;
	height: 4px;
	background: transparent url(/img_/windows/default/bottom_right.gif) no-repeat 0 0;
        font-size: 2px;
}

.dialog_sizer {
	width: 12px;
	height: 24px;
	background: transparent url(/img_/windows/default/sizer.gif) no-repeat 0 0;
	cursor:se-resize;	
}

.dialog_close {
	width: 50px;
	height: 16px;
	background: transparent url(/img_/windows/default/close.gif) no-repeat 0 0;
	position:absolute;
	top:2px;
	right:4px;
	cursor:pointer;
	z-index:2000;
}

.dialog_dragpad {
	width: 63px;
	height: 15px;
	background: transparent url(/img_/windows/default/dragpad.gif) no-repeat 0 0;
	position:absolute;
	top:4px;
	left:4px;
	cursor:move;
	z-index:2000;
}

.dialog_minimize {
	width: 19px;
	height: 19px;
	background: transparent url(/img_/windows/default/minimize.gif) no-repeat 0 0;
	position:absolute;
	top:10px;
	right:20px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 19px;
	height: 19px;
	background: transparent url(/img_/windows/default/maximize.gif) no-repeat 0 0;
	position:absolute;
	top:10px;
	right:40px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:19px;
    background: #AAAADD;
	font-family: Tahoma, Arial, Sans Serif;
	font-size:13px;
    font-weight: bold;
	text-align:left;
	width:100%;
	color:#FFFFFF;
    top: 1px;
    left: 2px;
    position: relative;
}

.dialog_content {
	overflow:auto;
	color: #000000;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 8px;
	background:#ffffff;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

/* 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;
}

