.overlay_dialog {
/*	background-color: #666666;*/
	background-color: white;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter:alpha(opacity=40);  /* IE fix */
}

.overlay___invisible__ {
  background-color: white;
	-moz-opacity: .0;
	opacity: .0;
	filter:alpha(opacity=0);  /* IE fix */
}

.dialog_topLeft
{
	width: 9px;
	height: 23px;
	background: transparent url(default/top_left.gif) no-repeat 0 0;
}

.dialog_topMid
{
	background: transparent url(default/top_mid.gif) repeat-x 0 0;
	height: 23px;
}

.dialog_topRight
{
	width: 9px;
	height: 23px;
	background: transparent url(default/top_right.gif) no-repeat 0 0;
}

.dialog_right
{
	width: 2px;
	background: transparent url(default/side_right.gif) repeat-y 0 0;
}

.dialog_left
{
	width: 2px;
	background: transparent url(default/side_left.gif) repeat-y 0 0;
}

.dialog_bottomLeft
{
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_left.gif) no-repeat 0 0;
}

.dialog_bottomMid
{
	background: transparent url(default/bottom_mid.gif) repeat-x 0 0;
	height: 19px;
}

.dialog_bottomRight
{
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_right.gif) no-repeat 0 0;
}

.dialog_resize
{
	width: 9px;
	height: 19px;
	background: transparent url(default/sizer.gif) no-repeat 0 0;
	cursor:se-resize;
}

.dialog_close
{
	width: 14px;
	height: 14px;
	background: transparent url(default/close.gif) no-repeat 0 0;
	position:absolute;
	top:5px;
	right:6px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize
{
	width: 18px;
	height: 18px;
	background: transparent url(default/minimize.gif) no-repeat 0 0;
	position:absolute;
	top:5px;
	right:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize
{
	width: 18px;
	height: 18px;
	background: transparent url(default/maximize.gif) no-repeat 0 0;
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title
{
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content
{
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background-color:#ffffff;
	cursor:auto;
}

.top_draggable, .bottom_draggable
{
  cursor:move;
}
.wired_frame
{
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

.status_bar
{
  font-size:12px;
}
.status_bar input
{
  font-size:12px;
}

/* 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_buttons
{
	text-align:center;
	width:100%;
}

.dialog_buttons input
{
	width:20%;
	margin:10px;
}
