/* corner images */
.alert_lite_nw {
	width: 16px;
	height: 36px;
	background-color: transparent;
	background-image: url(images/rounded-tl.gif);		
	background-repeat: no-repeat;
	background-position: left top;	
}

.alert_lite_ne {
	width: 12px;
	height: 36px;
	background: transparent url(images/rounded-tr.gif);	
	background-repeat: no-repeat;
	background-position: right top;		
}

.alert_lite_sw {
	width: 16px;
	height: 24px;
	background: url('images/rounded-bl.gif') no-repeat left bottom;
}


.alert_lite_se {
	width: 12px;
	height: 24px;
	background: transparent url(images/rounded-br.gif);	
	background-repeat: no-repeat;
	background-position: right bottom;		
}

/*Main overlay*/
.overlay_alert_lite {
	/*background-color: #85BBEF;*/
	background-color: #C0C0C0;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.alert_lite_sizer {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_close {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_minimize {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_maximize {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_title {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_content {
	overflow:auto;
	color: #FFF;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10px;
	/*background: #36639B;*/
	background-color: Transparent;
	vertical-align: middle;
}


/* For alert/confirm dialog */
.alert_lite_window {
	border:0px solid #F00;	
	/*background: #36639B;*/
	background-color: Transparent;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	vertical-align: middle;
}

.alert_lite_message {
	font-size:14px;
	text-align:center;
	width:100%;
	color: white;
	/*padding-bottom:10px;*/
	vertical-align: middle;
}

.alert_lite_buttons {
	text-align:center;
	width:100%;
}

.alert_lite_buttons input {
	width:20%;
	margin:10px;
}

.alert_lite_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #36639B url('images/wait.gif') no-repeat center center
}

table.alert_lite_header  {
  background:#36639B;
}

