.overlay_ampdialog2 {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color:#000;
	
}
.ampdialog_minibutton{
	background-color: gray;
	font-size: smaller;
	}


.ampdialog_text{
	border:1px solid #DADBC1;
	font-family:tahoma,sans-serif;
	padding:2px 0 0 4px;
	font-size:11px;
	margin-top: 1em;
	height:auto; 
	overflow: auto;
	}
.overway_ampdialog2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 1400px;
	height: 3000px;
	display:none;
	z-index:90;
	background:url(../../images/overlay.gif) repeat 0 0;
}
.ampdialog_icon {
	background-image: url(../../images/empty_button.gif);
}
.ampdialog_buttons   {
	margin-right : 10px;
	background-color: transparent;
	background-image: url(../../images/empty_button.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:right;	
	height:26px;
	padding-right: 30px;
	padding-left: 10px;
	width:0px;
	width:auto !important;    
	overflow: visible;
	padding-bottom: 4px;
	text-decoration:none;
	font-weight:normal !important;
	font-weight:bold;
	font-size:15px;
	color:#008780;	
  }

.ampdialog_buttons input    {
	margin-right : 10px;
	background-color: transparent;
	background-image: url(../../images/empty_button.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:right;	
	height:26px;
	padding-right: 30px;
	padding-left: 10px;
	width:0px;
	width:auto !important;    
	overflow: visible;
	padding-bottom: 4px;
	text-decoration:none;
	font-weight:normal !important;
	font-weight:bold;
	font-size:15px;
	color:#008780;	
  }


.ampdialog_nw {
	background-color: #E9E9E9;
	width:1px;
	height:25px;
}

.ampdialog_n {
	background-color: #E9E9E9;
	height:25px;
}

.ampdialog_ne {
	background-color: #E9E9E9;	
  width:1px;	  
  height:25px;
}

.ampdialog_w {
	background-color: #00534d;
  border-left-style: solid;
  border-left-color: #E9E9E9;
  border-left-width: thin;
  width:1px;
}

.ampdialog_e {
	background-color: #00534d;
  border-right-style: solid;
  border-right-color: #E9E9E9;
  border-right-width: thin;
  width:1px;	  
}

.ampdialog_sw {
	background-color: #E9E9E9;
  border-left-style: solid;
  border-left-color: #E9E9E9;
  border-left-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #E9E9E9;
  border-bottom-width: thin;  
  width:2px;
  height:2px;
}

.ampdialog_s {
	background-color: #E9E9E9;
  border-bottom-style: solid;
  border-bottom-color: #E9E9E9;
  border-bottom-width: thin;	
  height:7px;

}

.ampdialog_se, .ampdialog_sizer  {
	background-color: #E9E9E9;
  border-right-style: solid;
  border-right-color: #E9E9E9;
  border-right-width: thin;	
  border-bottom-style: solid;
  border-bottom-color: #E9E9E9;
  border-bottom-width: thin; 
	width:2px;
  height:2px;

}

.ampdialog_sizer {
	cursor:se-resize;	
}

.ampdialog_close {
	width: 23px;
	height: 23px;
	background: transparent url(ampdialog/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.ampdialog_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(ampdialog/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.ampdialog_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(ampdialog/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.ampdialog_title {
		overflow:auto;
	float:left;
	font-size: 130%;
	
	height:24px;
	text-align:center;
	margin-top:10px;
	color: #00534d;
	width:100%;
	background:url(../../images/h1_bg.gif) repeat-x bottom left;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

.ampdialog_content {
	overflow:auto;
	color:#005b5d;
	font-family: Tahoma, Arial, sans-serif;
  	font: 12px arial;
	background-color: #f8f8f8;
	padding-top: 1em;
	margin-right: -2px;
}

/* For alert/confirm dialog */
.ampdialog_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:10px;

	margin-left:auto;
	margin-right:auto;
	width:400px;
}

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

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

.ampdialog_buttons input {
	width:20%;
	margin:3px;
}

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

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

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

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

.ui-dialog {
 waaidth:300px;
 haaeight:300px;
 margin:0 auto;
 position:fixed;
 left:50%;
 top:50%;
 margin-left:-150px;
 margin-top:-150px;
 }