.rsys_overlay {
	position:absolute;
	top:0;            
	left:0;
	width:100%;
	background-color:#333333;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	display: none;
	height: 100%;
	z-index: 2000;
}

.win-con {
	position: absolute;
	top: 0px;
	left: 0px;
}
.win-wrap {
}
.win-wrap .title {
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 8px 0;
	text-align:center;
	font-size: 18px;
	background: #EEEEEE url(images/navbg.gif) repeat-x;
	border: 1px outset #FFFFFF;
	color: #333333;
	margin-bottom: 5px;
}
.win-wrap .close-button {
	position: absolute;
	padding: 3px;
	right: 5px;
	width: 28px;
	height: 28px;
}
.win {
	position: relative;
	border: 1px inset #FFFFFF;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0 auto;
	color: #000000;
}
.win-content {
	max-height: 600px;
	min-height: 250px;
	overflow: auto;
	padding: 5px;
	color: #000000;
}
.win-content div, .win-content td, .win-content label {
	color: #000000;
}


/* ALERTS */
.alert-con {
	position: absolute;
	top: 0px;
	left: 0px;
}
.alert-wrap {
}
.alert-wrap .title {
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 8px 0;
	text-align:center;
	font-size: 18px;
	background: #EEEEEE url(images/navbg.gif) repeat-x;
	border: 1px outset #FFFFFF;
	color: #333333;
	margin-bottom: 5px;
}
.alert {
	position: relative;
	border: 2px inset #FFFFFF;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0 auto;
}
.alert-content {
	max-height: 600px;
	min-height: 50px;
	overflow: auto;
	padding: 10px;
	text-align: center;
	color: #000000;
}
.alert-controls {
	padding: 8px 2px 5px 2px;
	border-top: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	text-align: center;
	display: block;
}

/*#page_glossary, #page_forms, #page_movers { visibility: hidden; }*/