.mwBackground,
BODY {
	background		: url('/cms2t/res/images/wallpapers/default.jpg') repeat center top fixed gray;
/*	background-size		: cover; */
	color			: black;
}

.sysLightingOverlay {
	
	position		: fixed;
	
	top			: 0px;
	left			: 0px;
	right			: 0px;
	bottom			: 0px;
	
}

.Clear {
	clear			: both;
}

/* ---- INFO ------------------------------------------------------------------------------------------------------------------- */

.sysInfo {
	font-size		: 12px;
	color			: white;
	
	font-weight		: bold;
	text-shadow		: 1px 1px 1px black;

	height			: 30px;	
	line-height		: 30px;	
	
	position		: fixed;		/* Just to be over overlay */
	top			: 0px;
	left			: 5%;
	right			: 5%;
/*/	
	opacity			: 0.7;
	filter			: alpha(opacity=70);
	-moz-opacity		: 0.7;
/**/	
}

.sysInfo .mwInfoItem {
	float			: left;
	
	padding			: 0px 20px;
}

.sysInfo .mwInfoItem.Right {
	float			: right;
}

.sysInfo .mwInfoItem A {
/*/
	color			: #66FFAA;
/*/
	color			: #47B275;
/**/
}

.sysInfo .mwInfoItem A.Red {
	color			: #BA6A50;
}

.sysInfo .mwInfoItem A[href],
.sysInfo .mwInfoItem A[onclick] {
	cursor			: pointer;
}

/* ---- DESKTOP ---------------------------------------------------------------------------------------------------------------- */

.sysDesktop {
	font-size		: 12px;
	color			: #FFFFFF;
/**/
	overflow		: hidden;
/**/
	position		: fixed;
	left			: 0px;
	right			: 0px;
/**/
	padding			: 0px 5% 20px;	
}

.sysDesktop HR {
	
	background		: url('/cms2t/res/images/listingTables/tableBorder.png') repeat-x transparent;
		
	border			: none;
	
	padding			: 0px;
	margin			: 5px;
	
	height			: 2px;
}

.sysSubContents {
	display			: none;	
}


