.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;
}*/

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

.territoires_nw {
	background:transparent url(territoires/top-left.png) no-repeat 0 0;			
	width:9px;
	height:28px;
}

.territoires_n {
	background:transparent url(territoires/top-middle.png) repeat-x 0 0;			
	height:28px;
}

.territoires_ne {
	background:transparent url(territoires/top-right.png) no-repeat 0 0;			
	width:15px;	  
	height:28px;
}

.territoires_w {
	background:transparent url(territoires/left.png) repeat-y top left;			
	width:9px;
}

.territoires_e {
	background:transparent url(territoires/right.png) repeat-y top right;			
	width:15px;	  
}

.territoires_sw {
	background:transparent url(territoires/bottom-left.png) no-repeat 0 0;			
	width:9px;
	height:15px;
}

.territoires_s {
	background:transparent url(territoires/bottom-middle.png) repeat-x 0 0;			
	height:15px;
}

.territoires_se, .territoires_sizer  {
	background:transparent url(territoires/bottom-right.png) no-repeat 0 0;			
	width:15px;
	height:15px;
}

.territoires_sizer {
	cursor:se-resize;	
}

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

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

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

.territoires_title {
	float:left;
	height:14px;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#7a0010;
}

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

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

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

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

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

.territoires_buttons input {
	border:1px solid #deb766;
	padding:2px;
	background-color:#FFF;
	color:#deb766;
	background-image:url(territoires/fond_bouton.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.bouton {
	border:1px solid #deb766;
	padding:2px;
	background-color:#FFF;
	color:#deb766;
	background-image:url(territoires/fond_bouton.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

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