/* postgraduate colours */
/*
body{ background-color: #E9EBD0; }
div#headermenu{ background-color: rgb(95,96,98); }
div#maincontent{ -webkit-box-shadow: 0px 0px 30px 0 #ddd; }
div#footermenu{ background-color: rgb(95,96,98); }
div#footermenu_inner ul li a{ color: #ccc; }
address{ color: #5F6062; }
*/

/* modules lightbox */
#page_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:11;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#lightbox_wrapper{
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 10px;
	z-index:12;
}

#lightbox_content {
	display: none;
	padding: 16px;
	border: 1px solid #333;
	background-color: white;
	z-index:13;
	overflow: auto;
	-moz-box-shadow: 1px 1px 5px #333; -webkit-box-shadow: 1px 1px 5px #333; box-shadow: 1px 1px 5px #333;
	border-radius: 15px;
}

#lightbox_close{ float: right; position: absolute; top: 0; right: 0; }

#course_info table{ margin-top: 10px; margin-bottom: 10px; border-collapse: collapse; border-top: 1px solid white; border-bottom: 1px solid white; border-left: 1px solid white; background-color: #f7f7ee; }
#course_info table td{ padding: 2px; vertical-align: top; border-top: 1px solid white; border-right: 1px solid #e6e6cc; }
#course_info table th{ padding: 4px; text-align: left; border-top: 1px solid white; border-right: 1px solid #e6e6cc; background-color: #e6e6cc; }
#course_info table td a{ cursor: pointer; text-decoration: none; color: #266598; }
#course_info table td a:hover{ text-decoration: underline; }
#course_info table td.arrow{ padding: 0; background-color: white; border-right: 0; }

#ucas_codes{ padding-bottom: 0; }
#ucas_codes p{ padding-bottom: 0; }

div.event_date{ float: left; width: 60px; }

body.course_banner div#pageend{ height: 0px; }
div#course_banner{ width: 100%; }
div#course_banner a{ display: block; float: left; }
div#course_banner a img{ display: block; }
