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

.metroBlue_nw {
	/*background: transparent url(metroBlue/frames.gif) no-repeat top left;*/
	background-color:#58a4db;
	width:9px;
	height:40px;
}

.metroBlue_n {
	/*background: transparent url(metroBlue/frames.gif) repeat-x 0 -48px;*/
	background-color:#58a4db;
	height:40px;
}

.metroBlue_ne {
	/*background: transparent url(metroBlue/frames.gif) no-repeat top right;*/
	background-color:#58a4db;
	width:9px;
	height:40px;
}

.metroBlue_w {
	background: transparent url(metroBlue/left-right.gif) repeat-y top left;
	width:7px;
}

.metroBlue_e {
	background: transparent url(metroBlue/left-right.gif) repeat-y top right;
	width:7px;
}

.metroBlue_sw {
	background: transparent url(metroBlue/frames.gif) no-repeat left -30px;
	width:9px;
	height:9px;
}

.metroBlue_s  {
	background: transparent url(metroBlue/frames.gif) repeat-x bottom left;
	height:9px;
}
.status_bar {
	overflow:hidden;
	height:9px;
}

.metroBlue_se {
	background: transparent url(metroBlue/frames.gif) no-repeat right -30px;
	width:9px;
	height:9px;
}

.metroBlue_sizer {
	background: transparent url(metroBlue/frames.gif) no-repeat right -39px;
	width:9px;
	height:9px;
	cursor:se-resize;
}

.metroBlue_close {
	width: 23px;
	height: 20px;
	background: transparent url(metroBlue/icons.gif) no-repeat -46px 0;
	position:absolute;
	top:9px;
	right:7px;
	cursor:pointer;
	z-index:1000;
}

.metroBlue_minimize {
	width: 23px;
	height: 20px;
	background: transparent url(metroBlue/icons.gif) no-repeat 0 0;
	position:absolute;
	top:9px;
	right:51px;
	cursor:pointer;
	z-index:1000;
}

.metroBlue_maximize {
	width: 23px;
	height: 20px;
	background: transparent url(metroBlue/icons.gif) no-repeat -23px 0;
	position:absolute;
	top:9px;
	right:29px;
	cursor:pointer;
	z-index:1000;
}

.metroBlue_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bolder;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#FFF;
	/*color:#E47211;*/
}

.metroBlue_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FFFFFF;
}

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

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

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

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

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

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