.overlay_fabvista {
	/*background-color: #85BBEF;*/
	background-color:#333333;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.fabvista_nw {
	background: transparent url(fabvista/app_haut_g.png) no-repeat 0 0;			
  width:12px;
  height:34px;
}

.fabvista_n {
  background: transparent url(fabvista/app_haut2.png) repeat-x 0 0;			
  height:34px;
}

.fabvista_ne {
  background: transparent url(fabvista/app_haut_d2.png) no-repeat 0 0;
  width:12px;	  
  height:34px;
}

.fabvista_w {
  background: transparent url(fabvista/app_bord_g.png) repeat-y top left;			
  width:15px;
}

.fabvista_e {
  background: transparent url(fabvista/app_bord_d3.png) repeat-y top right;			
  width:22px;
}

.fabvista_sw {
  background: transparent url(fabvista/app_bas_g.png) no-repeat 0 0;			
  width:12px;
  height:10px;
}

.fabvista_s {
  background: transparent url(fabvista/app_bas2.png) repeat-x 0 0;			
  height:18px;
}

.fabvista_se, .fabvista_sizer  {
  background: transparent url(fabvista/app_bas_d2.png) no-repeat 0 0;			
  width:20px;
  height:18px;
}

.fabvista_sizer {
	cursor:se-resize;	
}

.fabvista_close {
	width: 28px;
	height: 23px;
	background: transparent url(fabvista/button-close.png) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}
.fabvista_close:hover {	background: transparent url(fabvista/button-close-focus.png) no-repeat 0 0;}

.fabvista_minimize {
	width: 28px;
	height: 23px;
	background: transparent url(fabvista/button-min.png) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:65px;
	cursor:pointer;
	z-index:1000;
}
.fabvista_minimize:hover { background: transparent url(fabvista/button-min-focus.png) no-repeat 0 0; }
.fabvista_maximize {
	width: 28px;
	height: 23px;
	background: transparent url(fabvista/button-max.png) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:38px;
	cursor:pointer;
	z-index:1000;
}
.fabvista_maximize:hover { background: transparent url(fabvista/button-max-focus.png) no-repeat 0 0; }
.fabvista_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#FFFFFF;
}

.fabvista_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:#333333;
}

/* For alert/confirm dialog */
.fabvista_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.fabvista_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.fabvista_buttons {
	text-align:center;
	width:100%;
}

.fabvista_buttons input {
	width:20%;
	margin:10px;
}

.fabvista_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.fabvista_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}


