

/* Imports original default styling
=============================================================*/

@import url("default/default.css");



/* Modified css for custom alert pop-up "lightbox" 
=============================================================*/

.overlay_alert
	{background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: 500}

.alert_nw
	{width: 5px;
	height: 5px;
	background: transparent url(top_left.gif) no-repeat bottom left;}

.alert_n
	{height: 5px;
	background: transparent url(top.gif) repeat-x bottom left;}

.alert_ne
	{width: 5px;
	height: 5px;
	background: transparent url(top_right.gif) no-repeat bottom left;}

.alert_e
	{width: 5px;
	background: transparent url(right.gif) repeat-y 0 0;}

.alert_w
	{width: 5px;
	background: transparent url(left.gif) repeat-y 0 0;}

.alert_sw
	{width: 5px;
	height: 5px;
	background: transparent url(bottom_left.gif) no-repeat 0 0;}

.alert_s
	{height: 5px;
	background: transparent url(bottom.gif) repeat-x 0 0;}

.alert_se, .alert_sizer
	{width: 5px;
	height: 5px;
	background: transparent url(bottom_right.gif) no-repeat 0 0;}

.alert_close
	{width:0px;
	height:0px;
	display:none;}

.alert_minimize
	{width:0px;
	height:0px;
	display:none;}

.alert_maximize
	{width:0px;
	height:0px;
	display:none;}

.alert_title
	{float:left;
	height:1px;
	width:100%;}

div.alert_content
	{overflow:visible;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
  	font: 12px arial;
	background: #fff;
	border:1px solid #999;
	padding: 15px 0 0 0;}

/* For alert/confirm dialog */
.alert_window
	{background: #eee;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;}

.alert_message
	{font: 1.1em arial, verdana, sans-serif;
	margin: 0 auto;
	color: #F00;
	font-weight: bold;
	text-align: center;
	padding-bottom:10px;}
	
	

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

.alert_buttons input
	{width:20%;
	margin:10px;}

.alert_progress
	{float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #eee url('progress.gif') no-repeat center center}
	
/* DO NOT CHANGE THESE VALUES*/

.overlay_alert
	{position: relative;}
		
.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;}                                                 





