/* Colours
	#505050 Used in most places. NOTE this is rgb(80,80,80) used in _SetColourFade
	#999 Highligthted footnote. NOTE this is rgb(144,144,144) used in _SetColourFade
	#1A1818 Off black background
	#ADDFE7 Light blue
*/

* {
	margin:0; 
	padding:0;
	list-style-type:none;							/* remove list item bullets */
	text-decoration:none;	 						/* remove link underlining */
	font: 12pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	border-collapse: collapse;
}
body
{
	table-layout: auto;
	color: #505050;
	margin-right: 20px;
	position: static;
	border-collapse: collapse;
	text-decoration: none;
	background-color:#1A1818; 				/* Off Black */
}

/* Footer */
.foot
{
	position:absolute;
	display:none;
}

/* Logo */
/* ---- */
img {
	position:absolute;
	display:none;
}

/* MainMenu */
/* -------- */
#MainMenu {
	cursor:pointer;
	position:absolute;
	display:none;
	text-align:right;
}
#MainMenu ul {
	background-color:#1A1818; 				/* Off Black */	
	border-top:0px;
	padding-left:1px; 
	padding-right:1px; 
	padding-bottom:0px;
	padding-top:0px;
}

.OnImageObj {
	z-index:5;
}

/* Transparent cover over the main image area */
/* ------------------------------------------ */
#MainNullImageId {
	cursor:pointer;
	z-index:6;
}

/* Transparent cover over the screen saver image area */
/* -------------------------------------------------- */
#ScreenSaverNullImageId {
	z-index:6;
}


/* -------------------  User Pages  -------------- */
.page {
	margin-top: 5px;
	margin-bottom: 5px;
	margin: 5px;
	font-size: 14pt;
	color: #808080;
	background-color:#1A1818; 				/* Off Black */	
}

.button {
	background-color: #1A1818;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 10pt;
	margin: 0px;
	color: #505050;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	cursor: hand;
}



