/*496F9D*/

.overlay_alert {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.dialog_nw {
	width: 4px;
	height: 20px;
	background-color: #496F9D;
	}
.dialog_n {
	height: 20px;
	background-color: #496F9D;
	}
.dialog_ne {
	width: 4px;
	height: 20px;
	background-color: #496F9D;
	}

.dialog_e {
	width: 4px;
	background-color: #496F9D;
	}
.dialog_content {
	background-color:#fff;
	}

/*
#comments_row2 { border-bottom: 1px solid #000;  }	
#comments_row3 { display: none;  }

#forgetPassword_row2 { border-bottom: 1px solid #000;  }	
#forgetPassword_row3 { display: none;  }

#siteRequeriments_row2 { border-bottom: 1px solid #000;  }	
#siteRequeriments_row3 { display: none;  }
 */
 
.dialog_w {
	width: 4px;
	background-color: #496F9D;
	}

.dialog_sw {
	width: 4px;
	height: 4px;
	background-color: #496F9D;
	}
.dialog_s {
	height: 4px;
	background-color: #496F9D;
	}
.dialog_se {
	width: 4px;
	height: 4px;
	background-color: #496F9D;
	}

.dialog_sizer {
	height: 1px;
}

.dialog_close {
	width: 17px;
	height: 16px;
	background: transparent url(default/close.gif) no-repeat 0 0;			
	position: absolute;
	top: 2px;
	right: 10px;
	cursor: pointer;
	z-index: 2000;
	}
	.dialog_close:hover {
		background: transparent url(default/closeHover.gif) no-repeat 0 0;			
		}
.dialog_minimize {}
.dialog_maximize {}

.dialog_title {
	float: left;
	height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	margin-left: 10px;
	width: 100%;
	color: #aaa;
	}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
	display:none;
	height: 1px;
}
.status_bar input{
	display:none;
	height: 1px;
}
/* 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;
}

