.overlay_main {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.main_nw {
	background: transparent url(main/TL.png) no-repeat 0 0;			
	width:15px;
	height:26px;
}

.main_n {
  background: transparent url(main/T.png) repeat-x 0 0;			
  height:26px;
}

.main_ne {
  background: transparent url(main/TR.png) no-repeat 0 0;			
  width:17px;	  
  height:26px;
}

.main_w {
  background: transparent url(main/L.png) repeat-y top left;			
  width:15px;
}

.main_e {
  background: transparent url(main/R.png) repeat-y top right;			
  width:15px;	  
}

.main_sw {
  background: transparent url(main/BL.png) no-repeat 0 0;			
  width:15px;
  height:8px;
}

.main_s {
  background: transparent url(main/B.png) repeat-x 0 0;			
  height:8px;
}

.main_se, .main_sizer  {
  background: transparent url(main/BR.png) no-repeat 0 0;			
  width:17px;
  height:8px;
}

.main_sizer {
	cursor:se-resize;	
}

.main_close {
	width: 16px;
	height: 16px;
	background: transparent url(main/button-close-focus.png) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:9px;
	cursor:pointer;
	z-index:1000;
}

.main_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(main/button-min-focus.png) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:9px;
	cursor:pointer;
	z-index:1000;
}

.main_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(main/button-max-focus.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:9px;
	cursor:pointer;
	z-index:1000;
}

.main_title {
	float:left;
	height:14px;
	font-size:11px;
	text-align:center;
	margin-top:2px;
	width:100%;
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #EBBD00;
}

.main_content {
	overflow:auto;
	color: #000;
	font-family: Arial, sans-serif;
	font: 12px arial;
	background:#ffffff;
}

/* For alert/confirm dialog */
.main_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.main_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.main_buttons {
	text-align:center;
	width:100%;
}

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

.main_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.png') no-repeat center center
}

.main_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}


