.overlay_dialog {
	background-color: #333;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=1);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 12px;
	height: 28px;
	background: transparent url(/stylesheets/themes/mac/tl.png) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(/stylesheets/themes/mac/top-mid.png) repeat-x 0 0;	
	height: 23px;
}

.dialog_ne {
	width: 26px;
	height: 26px;
	background: transparent url(/stylesheets/themes/mac/tr.png) no-repeat 0 0;		
}

.dialog_e {
	width: 26px;
	background: transparent url(/stylesheets/themes/mac/right-mid.png) repeat-y 0 0;	
}

.dialog_w {
	width: 26px;
	background: transparent url(/stylesheets/themes/mac/left-mid.png) repeat-y 0 0;		
}

.dialog_sw {
	width: 26px;
	height: 28px;
	background: transparent url(/stylesheets/themes/mac/bl.png) no-repeat top left;			
}

.dialog_s {
	background: transparent url(/stylesheets/themes/mac/bottom-mid.png) repeat-x top left;		
	height: 28px;
}

.dialog_se {
	background: transparent url(/stylesheets/themes/mac/br.png) repeat-x top left;		
	height: 28px;
	width: 26px;
}

.dialog_sizer {
	width: 26px;
	height: 28px !important;
	background: transparent url(/stylesheets/themes/mac/br-resize.png) no-repeat bottom right;	
	cursor:se-resize;	
}

.dialog_close {
	width: 13px;
	height: 13px;
	background: transparent url(/stylesheets/themes/mac/close-btn.png) no-repeat 0 0;			
	position:absolute;
	top:9px;
	left:10px;
	cursor:pointer;
	z-index:2000;
}

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

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

.dialog_title {
	float:left;
	height:14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color: #fff;
	font-weight: bold;
}

.dialog_content {
  text-align: left;
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background: transparent url(/stylesheets/themes/mac/bg.png);
	background-repeat: repeat;
	background-color: transparent;
	padding-top: 10px;
}

.dialog_content ul {
  list-style: disc;
  margin-left: 20px;
}

.dialog_content pre {
  background: #333D4F;
  color: #fff !important;
}

.dialog_content pre code {
  color: #ccc !important;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

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


.mac-tbl {
  width: 100%;
  margin-top: 5px;
  font-size: 92%;
}

.mac-tbl th {
  background: #232834;
  padding: 5px !important;
  border-bottom: 1px dotted #2C3342;
  border-right: 1px solid #2C3342;
  color: #fff !important;
  width: 40%;
  text-align: right;
}

.mac-tbl td {
  padding: 3px 3px 3px 8px !important;
  border-bottom: 1px dotted #2C3342;
}

.mac-tbl pre {
  overflow: hidden;
  background: transparent;
}

.mac-tbl td pre {
  padding: 3px;
  background: #B0B9CD;
  color: #333 !important;
}

.mac-tbl a {
  color: #ccc;
}
