/******************************************************************

	Exceptional SLEEP Framework.
	Copyright Peter Kaplan & Exceptional IT Services Inc 2007-2008
		
******************************************************************/
.SLEEP_Popup_Background {
	background-color: #000000;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;

	z-index: 5;
/*	filter:alpha(opacity=80); */
	opacity: .80;
	-moz-opacity:.80;
	position: fixed;
	display: none; 
}

.SLEEP_Error_Dialog {
	-moz-opacity:1;
	background-color: #CCCCCC;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 10;
	position: absolute;
	border: 3px solid #FF0000;
	height: 30%;
	width: 50%;
/*	filter:alpha(opacity=100); */
	opacity: 1;
	margin-top: 15%;
	margin-right: 25%;
	margin-bottom: 25%;
	margin-left: 25%;
}
.SLEEP_Error_title_bar {
	background-color: #0099FF;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}

.SLEEP_Error_message {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: 10px;
}

.SLEEP_Error_link {
	background-color: #CCCCCC;
	color: #0000FF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}