.overlay_vdc {
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.top.table_window { /*border-bottom:4px solid #000000;*/ }
.vdc_nw {
  /*width:6px;
  height:26px;*/
}
.vdc_n {
  /*height:26px;*/
}
.vdc_ne {
  /*width:6px;
  height:26px;*/
}
.vdc_w {
  /*background:#000000;
  width:3px;*/
}

.vdc_e {
  /*background:#000000;
  width:3px;*/
}

.vdc_sw {
  /*background:#000000;
  width:5px;
  height:3px;*/
}
.vdc_s {
  /*background:#000000;
  height:3px;*/
}
.vdc_se, .vdc_sizer {
  /*background:#000000;
  width:5px;
  height:3px;*/
}

.vdc_sizer {
	cursor:se-resize;
}

.vdc_close {
	width: 15px;
	height: 15px;
	position:absolute;
	top:5px;
	right:6px;
}

.vdc_minimize {
	width: 21px;
	height: 21px;
	position:absolute;
	top:0px;
	right:26px;
}

.vdc_maximize {
	width: 21px;
	height: 21px;
	position:absolute;
	top:0px;
	right:47px;
}


.vdc_title {
	float:left;
	height:22px;
	font-size:12px;
	text-align:left;
	margin-top:2px;
	width:100%;
    font-weight:bold;
}

.vdc_content {
	overflow:hidden;
	font-size: 12px;
	/*background:#000000;*/
}
.vdc_content, .vdc_content label {
	color: #333;
	font-family:Arial, sans-serif;
}

.vdc_buttons { /*padding-bottom:9px;*/ }
/* FOR IE */
* html .vdc_minimize {
	background-color: transparent;
	background-image: none;
}

* html .vdc_maximize {
	background-color: transparent;
	background-image: none;
}

* html .vdc_close {
	background-color: transparent;
	background-image: none;
}

