.overlay_dialog {
	background-color: #333;
}

.overlay___invisible__ {
	filter:alpha(opacity=1);
}

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

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

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

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

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

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

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

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

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

.dialog_close {
	width: 13px;
	height: 13px;
	background: transparent url(/stylesheets/window-themes/macdark/close-btn.png) no-repeat 0 0;			
	position:absolute;
	top:9px;
	left:10px;
}

.dialog_minimize {
	background: transparent url(/stylesheets/window-themes/default/minimize.gif) no-repeat 0 0;			
}

.dialog_maximize {
	background: transparent url(/stylesheets/window-themes/default/maximize.gif) no-repeat 0 0;			
}

.dialog_title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: bold;
}

.dialog_content {
  text-align: left;
	font-size: 12px;
	background: transparent url(/stylesheets/window-themes/macdark/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;
}

/* DO NOT CHANGE THESE VALUES*/
.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;
}
