.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;
}

.layer_nw {
	width: 9px;
	height: 23px;
}

.layer_n {
    height: 35px;
}

.layer_ne {
	width: 9px;
	height: 23px;
}

.layer_e {
	width: 1px;
}

.layer_w {
	width: 0px;
}

.layer_sw {
	font-size: 5px;
    line-height: 9px;
    width: 10px;

    display: none;
}

.layer_s {
	height: 10px;
}

.layer_se {
	width: 9px;
	height: 19px;
}

.layer_sizer {
	width: 10px;
/*	height: 10px; */
	font-size: 5px;
	line-height: 5px;
    background: white url(../i/sizer.gif) no-repeat 0 100%;
    cursor: ne-resize;
}


.layer_close {
	position: absolute;
	top: 10px;
	right:10px;
	float: right;
	background: white url(../i/close.gif) no-repeat 0 0;
	width: 12px;
	height: 12px;
	cursor:pointer;
    z-index:2000;
}



/* IE
*html .dialog_close
{
	top:20px;
}
/* firefox
.dialog_close
{
	top:5px;
}
*/


.layer_minimize {
  background: white url(../i/print.gif) no-repeat 0 0;

  font-family:  Arial, Tahoma, sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;

  float:right;
  height:14px;

  position:absolute;
  right:32px;
  top:9px;

  z-index:2000;

  padding-left: 14px;

  cursor: pointer;
}



.layer_title {
	float:left;
	height:14px;
	font: 14px Tahoma, Arial, sans-serif;
	font-weight:bold;
	width:100%;
	color:#4a4a4a;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	padding-top:5px;
}

.layer_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}
.layer_content iframe{
	margin:0;
	padding:0;     
	background: white;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}


/* yak */

.status_bar {
	height:10px;
    font-size: 5px;
    line-height: 9px;
}
.status_bar input{
	font-size:9px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.layer {
	display: block;
	position: absolute;     
	background: white;
	border: 1px solid #7f252e;
}

.layer table.table_window  {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
	margin: 0px;
	padding:0px;
}

.layer table.bot  {
	height: 10px;
}

.layer table.table_window td , .layer table.table_window th {
  padding: 0;
}

.layer .title_window {
  -moz-user-select:none;
}