.overlay___invisible__ {
  background-color: #666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.top_draggable, .bottom_draggable {
	cursor:move;
}

.status_bar {
	font-size:12px;
}
.status_bar input{
	font-size:12px;
}

.wired_frame {
	display:block;
	position:absolute;
	border:1px #000 dashed;
}



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

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

.territoires2_nw {
	background:transparent url(territoires2/top-left.gif) no-repeat 0 0;			
	width:15px;
	height:28px;
}

.territoires2_n {
	background:transparent url(territoires2/top-middle.gif) repeat-x 0 0;			
	height:28px;
}

.territoires2_ne {
	background:transparent url(territoires2/top-right.gif) no-repeat 0 0;			
	width:15px;	  
	height:28px;
}

.territoires2_w {
	background:transparent url(territoires2/left.gif) repeat-y top left;			
	width:15px;
}

.territoires2_e {
	background:transparent url(territoires2/right.gif) repeat-y top right;			
	width:15px;	  
}

.territoires2_sw {
	background:transparent url(territoires2/bottom-left.gif) no-repeat 0 0;			
	width:15px;
	height:16px;
}

.territoires2_s {
	background:transparent url(territoires2/bottom-middle.gif) repeat-x 0 0;			
	height:16px;
}

.territoires2_se, .territoires2_sizer  {
	background:transparent url(territoires2/bottom-right.gif) no-repeat 0 0;			
	width:15px;
	height:16px;
}

.territoires2_sizer {
	cursor:se-resize;	
}

.territoires2_close {
	width:15px;
	height:9px;
	background:transparent url(territoires2/button-close.gif) no-repeat 0 0;			
	position:absolute;
	top:8px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.territoires2_maximize {
	width:15px;
	height:9px;
	background:transparent url(territoires2/button-maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:8px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.territoires2_minimize {
	width:15px;
	height:9px;
	background:transparent url(territoires2/button-minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:8px;
	right:40px;
	cursor:pointer;
	z-index:1000;	
}

.territoires2_title {
	float:left;
	height:24px;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	vertical-align:middle;
	width:100%;
	color:#deb766;
}

.territoires2_content {
	color:#FFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;	
	//background:#9e121b;
}

.territoires2 a {
	text-decoration:none;
	color:#FFF;
}

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

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

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

.territoires2_buttons input {
	border:1px solid #deb766;
	padding:2px;
	background-color:transparent;
	color:#deb766;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.bouton {
	border:1px solid #deb766;
	padding:2px;
	background-color:transparent;
	color:#deb766;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.territoires2_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('territoires2/spinner.gif') no-repeat center center
}