html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #E7E7E7;
	background-image: url('/graphics/bodybg.gif');
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

td {
	text-align: left;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #0A3576;
	line-height: 28px;
	margin: 0px 0px 26px 0px;
	letter-spacing: -.5px;
}
	h1 a {
		color: #FF5300;
	}

h2 {
	font-size: 17px;
	font-weight: normal;
	color: #926D35;
	line-height: 17px;
	margin: 0px 0px 8px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin: 0px;
}

a {				color: blue; text-decoration: underline; }
a:hover {	color: navy; text-decoration: none; }
	h2 a {		color: #926D35; }

p, form {
	margin: 0px;
}

ul, li {
	margin: 0px;
	padding: 0px;
}
ul {
	padding: 0px 0px 0px 0px;
}
li {
	margin-left: 20px;
}

/*******************************************************************************
** ALL ELEMENTS THAT SHOULD HAVE THE BASIC FONT
*******************************************************************************/

body, table, td, input, select, textarea {
	font-family: "Trebuchet MS", Tahoma, Georgia, Verdana, Arial, sans-serif;
	font-size: 12px;
}
body, table, td {
	color: black;
	line-height: 17px;
}
table tr.hidden {
	display: none;
}

/*******************************************************************************
** BASIC FORM ELEMENTS
*******************************************************************************/

input.txt, textarea, select {
	border: 1px solid #CFB58A;
	color: #A2804C;
}
input.txt {
	background-image: url('/graphics/inputbg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 100%;
}
input.btn, a.btn {
	background-color: #997949;
	background-image: url('/graphics/btnbg.gif');
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CFB58A;
	font-size: 11px;
	font-weight: bold;
	color: #EEE8E0;
}
a.btn {
	padding: 2px 11px;
}
input.submit {
	background-color: #F0F2F4;
	border: 1px solid #667D8C;
	color: #667D8C;
	font-weight: bold;
	padding: 2px 10px;
}

input.cb {
	float: left;
	margin: 4px 0px 0px 5px;
	#margin-top: 2px;
	padding: 0px;
	height: 15px;
}
label.lbl {
	float: left;
	display: block;
	padding: 4px 0px 1px 5px;
	margin: 0px;
}
span.error {
	color: #997949;
	font-weight: bold;
}
div.hr {
	height: 1px;
	background-image: url('/graphics/hrbg.gif');
	background-repeat: repeat-x;
	overflow: hidden;
	margin: 18px 0px;	
}

div.dateinput {
	line-height: 100%;
	background-color: white;
	border: 1px solid #8C9EA9;
	float: left;
}
	div.dateinput span.hyphen	{
		display: block;
		float: left;
		width: 10px;
		text-align: center;
		overflow: hidden;
		color: black;
		font-size: 11px;
	}
	div.dateinput input {
		display: block;
		float: left;
		background: none;
		padding: 1px 0px 1px 0px;
		margin: 0px;
		border: 0px;
	}
	div.dateinput span {
		padding: 2px 0px 2px 0px;
	}
	div.dateinput input.d	{ width: 16px; }
	div.dateinput input.m	{ width: 16px; }
	div.dateinput input.y	{ width: 30px; }
	
/*******************************************************************************
** ELEMENTS THAT MAKE OUT THE PAGE LAYOUT
*******************************************************************************/

div.shadow {
	background-repeat: repeat-y;
	background-position center;
	background-image: url('/graphics/shadowbg.png');
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/shadowbg.png',sizingMethod='scale');
	width: 868px;
	min-height: 100%;
	_height: 100%;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
div.main {
	margin: 0px 10px;
	background-color: white;
	min-height: 100%;
	_height: 100%;
}
	div.main div.topbar {
		border-bottom: 1px solid #7F98BF;
		min-height: 34px;
		_height: 34px;
	}
		div.main div.topbar h1 {
			background-image: url('/graphics/mordenate-college.gif');
			background-repeat: no-repeat;
			background-position: top left;
			float: left;
			overflow: hidden;
			margin: 9px 0px 0px 36px;
			height: 1px;
			padding-top: 25px;
		}
		div.main div.topbar form {
			float: right;
			margin: 7px 9px 0px 0px;
			color: #A2804C;
		}
			div.main div.topbar form em {
				font-size: 14px;
				font-weight: bold;
				font-style: normal;
			}
			div.main div.topbar form input.txt {
				height: 16px;
				padding: 0px 2px 1px 2px;
				#padding: 1px 2px 0px 2px;
			}
			div.main div.topbar form input.btn {
				height: 19px;
				width: 35px;
			}
			div.main div.topbar form input.logout {
				width: 70px;
			}
			
	div.main div.imgbar {
		clear: both;
		background-image: url('/graphics/imgbarbg.jpg');
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 147px;
		overflow: hidden;
		margin: 1px 0px 0px 0px;
		border-bottom: 1px solid #7F98BF;
	}
		div.main div.imgbar div.menu {
			background-color: #0B3779;
			background-image: url('/graphics/menubg.gif');
			background-repeat: repeat-x;
			background-position: top;
			border-top: 1px solid white;
			border-bottom: 1px solid white;
			margin: 84px 0px 0px 0px;
			line-height: 29px;
			font-size: 13px;
			font-weight: bold;
			padding-left: 20px;
		}
			div.main div.imgbar div.menu a {
				display: block;
				float: left;
				color: #DBE2EC;
				text-decoration: none;
				padding: 0px 18px;
			}
			div.main div.imgbar div.menu a:hover {
				color: white;
			}
			div.main div.imgbar div.menu a.selectedlink {
				color: white;
			}
			div.main div.imgbar div.menu span {
				float: none;
				border: 0px;
				width: 1px;
				overflow: hidden;
				line-height: 29px;
			}
			
	div.main div.content {
		float: left;
		width: 848px;
	}
		div.main div.content div.padding {
			padding: 35px;
		}
	div.main div.half {
		width: 583px;
	}
		div.main div.content div.headlines h2 {
		}
			div.main div.content div.headlines h2 a {
				text-decoration: none;
			}
	
	div.main div.rgt {
		float: left;
		width: 265px;
		background-color: #FAFCFF;
		background-image: url('/graphics/rgtbg.gif');
		background-repeat: repeat-y;
		background-position: left;
		min-height: 300px;
		position: relative;
		zoom: 1;
	}
		div.main div.rgt div.rgttop {
			background-image: url('/graphics/rgttopbg.gif');
			background-repeat: no-repeat;
			width: 265px;
			height: 45px;
			position: absolute;
			top: 0px;
			left: 0px;
		}
		div.main div.rgt div.rgtbottom {
			background-image: url('/graphics/rgtbottombg.gif');
			background-repeat: no-repeat;
			width: 265px;
			height: 45px;
			position: absolute;
			bottom: 0px;
			left: 0px;
		}
		
		div.main div.rgt div.padding {
			padding: 35px 25px 25px 25px;
			position: absolute;
			width: 215px;
			top: 0px;
			left: 0px;
		}
		div.main div.rgt h2 {
			margin-bottom: 15px;
		}
			div.main div.rgt h2 span.black { color: black; }
			div.main div.rgt h2 span.blue  { color: #0A3576; }

		div.main div.rgt div.securemenu {
			margin-bottom: 35px;
		}
			div.main div.rgt div.securemenu a {
				display: block;
				line-height: 17px;
			}
			div.main div.rgt div.securemenu a.selectedlink {
				font-weight: bold;
			}
			
		div.main div.rgt div.sponsors {
			margin-bottom: 100px;
		}
			div.main div.rgt div.sponsors h2 {
				margin-bottom: 25px;
			}
			div.main div.rgt div.sponsors img {
				border: 0px;
				margin: 7px 0px;
			}
			
	div.shadow div.footer {
		background-image: url('/graphics/footerbg.jpg');
		background-repeat: no-repeat;
		background-position: 0px 1px;
		position: absolute;
		bottom: 0px;
		left: 10px;
		border-top: 1px solid #BAB5A2;
		height: 32px;
		width: 848px;
	}
	
script, noscript {
	display: none;
}

/*******************************************************************************
** DROPDOWN MENU CLASSES
*******************************************************************************/
	
div.dropdown {
	position: absolute;
	visibility: hidden;
	top: 0px;
	text-align: left;
	line-height: 100%;
	background-image: url('/graphics/ddmenushadow.png');
	_background-image: none;
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 4px 5px 0px;
	margin: 1px 0px 0px 10px;
	-moz-user-select: none;
}
	div.dropdown div.inner {
		background-image: url('/graphics/dropdownbg.gif');
		background-color: #CFB58A;
		border: 1px solid #0B387A;
		border-top: 0px;
	}
		div.dropdown div.inner a {
			display: block;
			padding: 8px 35px 4px 8px;
			color: #DBE2EC;
			text-decoration: none;
			white-space: nowrap;
			position: relative;
		}
		div.dropdown div.inner a:hover {
			color: white;
		}
		div.dropdown div.inner a.selectedlink {
			color: white;
			font-weight: bold;
		}
			div.dropdown div.inner a span.arrow {
				display: block;
				position: absolute;
				top: 9px;
				right: 20px;
				width: 5px;
				height: 9px;
				background-image: url('/graphics/dropdown.arrow.gif');
				background-repeat: no-repeat;
				overflow: hidden;
			}

/*******************************************************************************
** SPECIFIC CLASSES FOR THE MAIN FORM
*******************************************************************************/

div.formcontainer {
}
	div.formcontainer table {
		width: 480px;
	}
		div.formcontainer table tr td.err, div.formcontainer span.err {
			color: #FF5300;
		}
			div.formcontainer table tr td.err, div.formcontainer span.err a {
				color: #FF5300;
			}
		div.formcontainer table tr td.err {
			padding: 0px;
			font-size: 11px;
		}

	div.formcontainer select 							{ color: black; }
	div.formcontainer select.fixed				{ width: 200px; }

	div.formcontainer input.txt						{ color: black; }
	div.formcontainer input.initials			{ width: 70px; }
	div.formcontainer input.junction 			{ width: 50px; }
	div.formcontainer input.lastname 			{ width: 200px; }
	div.formcontainer input.organisation	{ width: 200px; }
	div.formcontainer input.department		{ width: 200px; }

	div.formcontainer input.address				{ width: 160px; }
	div.formcontainer input.housenum			{ width: 35px; }
	div.formcontainer input.zipcode				{ width: 50px; }
	div.formcontainer input.city					{ width: 145px; }
	div.formcontainer input.phone					{ width: 100px; }
	div.formcontainer input.email					{ width: 200px; }

	div.formcontainer input.function			{ width: 200px; }
	div.formcontainer input.continuatorof	{ width: 200px; }

	div.formcontainer textarea						{ color: black; width: 200px; height: 90px; }

/*******************************************************************************
** SPECIFIC CLASSES FOR FORM ELEMENTS IN THE profileform
*******************************************************************************/

#profile { }
	#profile input.txt, #profile select, 	#profile textarea {
		font-size: 11px;
	}
	#profile input.txt {
		#height: 14px;
		#padding-top: 3px;
		#line-height: 100%;
	}
	
	#profile img {
		float: right;
		margin: 0px 0px 0px 15px;
		border: 1px solid #A2804C;
	}
	
/*******************************************************************************
** SPECIFIC CLASSES FOR FORM ELEMENTS IN THE profile searchform
*******************************************************************************/

form.profilesearch {
	margin: -10px 0px 15px 0px;
	background-color: #FFF8EC;
	border: 1px dotted #CFB58A;
	padding: 15px;
}
	form.profilesearch table {
		width: auto;
	}
	form.profilesearch table td {
		padding: 2px 0px;
	}
	form.profilesearch input.btn {
		font-weight: normal;
		padding: 0px 5px 1px 5px;
		height: 20px;
		margin: 0px;
	}
		form.profilesearch input.txt {
			height: 18px;
			padding: 0px 1px;
		}

form.loginform, form.passlost {
	background-color: #FFF8EC;
	border: 1px dotted #CFB58A;
	padding: 15px;
	float: left;
	margin-right: 15px;
	width: 215px;
}
form.passlost {
	background-color: #EEF4FE;
	border: 1px dotted #AACCFF;
	margin-right: 0px;
}
	form.loginform table, form.passlost table {
		width: 210px;
	}
	form.loginform table td, form.passlost table td {
		padding: 2px 0px;
	}
		form.loginform table td input.txt, form.passlost table td input.txt {
			height: 15px;
			padding: 2px 0px 0px 0px;
		}
		
div.profilelist {
	background-color: #EEF4FE;
	border: 1px dotted #AACCFF;
	padding: 15px;
}
	div.profilelist table {
		width: 480px;
	}

/*******************************************************************************
** SPECIFIC CLASSES FOR THE "TABS" in the profileform
*******************************************************************************/

div.tabcontainer {
	position: relative;
	border: 1px solid white;
	min-height: 250px;
	#height: 250px;
}
	div.tabcontainer h1 {
		font-size: 15px;
		font-weight: bold;
		color: #886838;
		margin-bottom: 10px;
	}

	div.tabcontainer div.tabhandles {
		margin: -23px 0px 0px 12px;
	}
		div.tabcontainer div.tabhandles a {
			display: block;
			float: left;
			border: 1px solid #997949;
			border-bottom: 0px;
			padding: 2px 5px;
			text-decoration: none;
			margin-left: -1px;
			color: #997949;
		}
			div.tabcontainer div.tabhandles a.active {
				background-color: #997949;
				color: white;
			}
		div.tabcontainer div.tabhandles span {
			padding: 3px 0px 2px 0px;
			overflow: hidden;
		}
	div.tabcontainer div.tab {
		top: -1px;
		left: 0px;
		margin-top: 5px;
		background-color: #FFF8EC;
		border: 1px solid #997949;
		padding: 15px;
		width: 92%;
		min-height: 210px;
		#height: 210px;
	}	
		div.tabcontainer div.tab input.txt {
			color: #64440F;
		}
		div.tabcontainer div.tab textarea.remarks {
			width: 455px;
			height: 160px;
		}
	div.tabcontainer div.btns {
		text-align: right;
		margin: 4px 4px -25px 0px;
		bottom: 6px;
		right: 0px;
		#right: -4px;
	}
		div.tabcontainer div.btns input.btn {
			color: white;
			font-weight: normal;
			float: right;
			margin-left: 10px;
			padding-right: 5px;
			padding-left: 5px;
		}
