/* La couleur de fond de la popup web 2.0 en temps normal */
.overlay_info_vista {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* La couleur de fond de la popup web 2.0 pour les notification de success */
.overlay_success_vista {
	background-color: green;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* La couleur de fond de la popup web 2.0 pour les notification d'error */
.overlay_error_vista {
	background-color: red;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.vista_nw {
	background: transparent url(http://www.vinci-immobilier.com/residentiel/lib/class/res_jsWinMgr/themes/vista/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.vista_n {
  background: transparent url(http://www.vinci-immobilier.com/residentiel/lib/class/res_jsWinMgr/themes/vista/top-middle.gif) repeat-x 0 0;
  height:25px;
}

.vista_ne {
  background: transparent url(http://www.vinci-immobilier.com/residentiel/lib/class/res_jsWinMgr/themes/vista/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.vista_w {
  background: transparent url(http://www.vinci-immobilier.com/residentiel/lib/class/res_jsWinMgr/themes/vista/frame-left.gif) repeat-y top left;			
  width:7px;
}

.vista_e {
  background: transparent url(http://www.vinci-immobilier.com/residentiel/lib/class/res_jsWinMgr/themes/vista/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.vista_sw {
  background: transparent url(http://www.vinci-immobilier.com/residentiel/lib/class/res_jsWinMgr/themes/vista/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.vista_s {
  background: transparent url(http://www.vinci-immobilier.com/residentiel/lib/class/res_jsWinMgr/themes/vista/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}


.vista_se, .vista_sizer  {
  background: transparent url(http://www.vinci-immobilier.com/residentiel/lib/class/res_jsWinMgr/themes/vista/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.vista_sizer {
	cursor:se-resize;	
}

.vista_close {
	width: 23px;
	height: 23px;
	background: transparent url(http://www.vinci-immobilier.com/residentiel/lib/class/res_jsWinMgr/themes/vista/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:-1px !important;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.vista_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(http://www.vinci-immobilier.com/residentiel/lib/class/res_jsWinMgr/themes/vista/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.vista_iconeWindow {
	width: 23px;
	height: 23px;
/*	background: transparent url(http://www.vinci-immobilier.com/residentiel/themes/defaut//img/logo_windows.gif) no-repeat 0 0; */			
	position:absolute;
	top:1px !important;
	top:4px;
	left : 11px;
	cursor:pointer;
	text-align: left;
	z-index:1000;
}

.vista_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(http://www.vinci-immobilier.com/residentiel/lib/class/res_jsWinMgr/themes/vista/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:-1px !important;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.vista_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:left;
	margin-top:4px;
	/* Les trois lignes ci-dessous, sont a décommenter si le logo de la fenetre est présent (en haut a gauche) */
/*	margin-left : 25px !important; */
/* 	margin-left : 12px; */
/*	margin-right : -20px; */
	width:100%;
	color:#123456;
/*	text-transform: uppercase; */
	font-weight: bold;
}

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

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

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

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

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

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


