/*-----------------------------------------------------------------------------
Mentor Manager Temporary Style Sheet

version:   1.0 19 June 2009
author:    nigel wood
website:   http://www.cobwood.co.uk
-----------------------------------------------------------------------------*/

#topbox {
	background: white url(images/MM_academics.jpg) left top no-repeat;
	position: absolute;
	left: 158px;
	top: 90px;
	width: 640px;
	height: 500px;
	z-index: 1000;
	border: 1px solid gray;
}
#topbox a {	
	color: white;
	background-color: gray;
	font-size: 16px;
	line-height: 1.8;
	text-decoration: none;
	padding: 5px;
}

.seen {
	visibility: visible;
	margin-left: 0;
}
.unseen {
	visibility: hidden;
	margin-left: -9999px;
}