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

.vag_nw {
  width:1px;
  height:20px;
	color: #333333;
	background-color:#3a3a3a;
}
.vag_n {
	color: #333333;
	background-color:#3a3a3a;
}
.vag_ne {
  width:1px;
  height:20px;
	color: #333333;
	background-color:#3a3a3a;
}
.vag_w {
  width:1px;
	color: #333333;
	background-color:#5a5a5a;
}

.vag_e {
  width:1px;
	color: #333333;
	background-color:#5a5a5a;
}

.vag_sw {
	color: #333333;
	background-color:#5a5a5a;
  width:1px;
  height:1px;
}
.vag_s {
	color: #333333;
	background-color:#5a5a5a;
  height:1px;
}
.vag_se, .vag_sizer {
	color: #333333;
	background-color:#5a5a5a;
  width:1px;
  height:1px;
}

.vag_sizer {
	cursor:se-resize;
}

.vag_close {
	width: 23px;
	height: 23px;
	background: transparent url(vag/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:2px;
	cursor:pointer;
	z-index:1000;
}

.vag_minimize {
	width: 23px;
	height: 20px;
	background: transparent url(vag/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:20px;
	cursor:pointer;
	z-index:1000;
}

.vag_maximize {
	width: 23px;
	height: 20px;
	background: transparent url(vag/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}


.vag_title {
	float:left;
	height:12px;
	padding:0.2em 0em 0.5em 0.2em;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#CCCCCC;
}

.vag_content {
	overflow:auto;
	font-size: 10px;
	background:#5a5a5a;
}

