.overlay_neteor {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.neteor_nw {
	background: transparent url(neteor/left-top.gif) no-repeat 0 0;
/* 	background-color: #FFFFFF; */
  width:10px;
  /*height:25px;*/
}

.neteor_n {
  background: transparent url(neteor/top-middle.gif) repeat-x 0 0;
  	/*background-color: #FFFFFF; */
/*  height:25px;*/
}

.neteor_ne {
  background: transparent url(neteor/right-top.gif) no-repeat 0 0;			
   /*background-color: #FFFFFF; */
  width:10px;	  
  /*height:25px; */
}

.neteor_w {
  background: transparent url(neteor/frame-left.gif) repeat-y top left;			
  width:7px;
}

.neteor_e {
  background: transparent url(neteor/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.neteor_sw {
  background: transparent url(neteor/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:17px;
}

.neteor_s {
  background: transparent url(neteor/bottom-middle.gif) repeat-x 0 0;			
  height:17px;
}

.neteor_se, .neteor_sizer  {
  background: transparent url(neteor/bottom-right-c.gif) no-repeat 0 0;			
  width:14px;
  height:17px;
}

.neteor_sizer {
	cursor:se-resize;	
}

.neteor_close {
	width: 23px;
	height: 23px;
	background: transparent url(neteor/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
	border: none
}

.neteor_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(neteor/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.neteor_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(neteor/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.neteor_title {
	float:left;
	/*height:18px;*/
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#CC0000;
	padding:6px;
	font-weight: bold;
}

.neteor_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font: 12px arial;
	background:#FDFDFD;
	padding: 10px 0px 10px 0px
}

/* For alert/confirm dialog */
.neteor_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.neteor_message {
  	font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.neteor_buttons {
	text-align:center;
	width:100%;
}

.neteor_buttons input {
	width:20%;
	margin:10px;
}

.neteor_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.neteor_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}

/* Contenu des simili pop up prototype*/
/*#contentPopUp table.tabloEdit {}
#contentPopUp table.tabloEdit th{}
#contentPopUp table.tabloEdit td, #contentPopUp table td{ padding: 3px }
#contentPopUp td.tit { background: #E6F2F9; padding: 4px; font-size: 11px; font-weight: bold }
#contentPopUp h1{
	border: none;
	color:#CC0000;
	font-size:13px;
	height:17px;
	padding:5px 0px;
	margin: 0px 0px 4px 0px;
}
#contentPopUp h2{
	color: #CC0000;
	font-size:11px;
	padding:2px;
	margin: 0px 0px 4px 0px;
}
#contentPopUp table {}
div#impression{
	border:1px solid #77BCDD;
	background-color:#E6F2F9;
	font: bold 11px verdana;
	padding:5px;
}
#contentPopUp .paves{
	border:1px solid #999;
	background-color:#fefefe;
	padding: 2px;
	margin-bottom: 14px
}

#contentPopUp .titObjet td{
	padding: 4px 3px;
	font-weight: bold;
	background: #E6F2F9;
}
#contentPopUp.titObjet h2{
	text-transform: uppercase;
	font-size: 11px;
	color: #17739F;
	margin: 0px;
	}
*/
	


/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
	text-align:left
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}


