/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #bfbfbf url(strip.png) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1a1948;
}

h1, h2, h3, h4, h5, h6 {
	color: #351536;
}

a {
	color: #5b4636;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

A IMG {
	border: none;
}

HR {
	background: #1a1948;
	height: 1px;
	border: none;
}

/* Header */

#header {
	width: 750px;
	height: 250px;
	margin: 0 auto;
/*	background: url(topimage.png) no-repeat center bottom; */
}

/* Logo */

#logo {
	width: 710px; margin: 0px 20px;
	background: #eee url(strip.png) repeat-x;
	opacity: 0.9;
}

#logo * {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Maru Gothic Pro";
	color: black; /*#FFFFFF;*/
	text-align: center;
	opacity: 1.0;
}

#logo h1 {
	font-size: 2.5em;
	line-height: 1em;
}

#super, #sub {
	font-size: 0.75em;
	padding: 5px 0 0 0;
}

#super { letter-spacing: 1px; }
#sub { letter-spacing: 3px; }

/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 147px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: #bfbfbf;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Column One */

#colOne {
	float: left;
	width: 560px;
}

#colOne h2 {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 1.4em;
	border-bottom: 1px solid #2C2C2C;
}

#colOne {
	line-height: 160%;
}

#colTwo li {
	margin-bottom: 5px;
}

#colOne .credits {
	margin-bottom: 20px;
	padding: 5px 0 20px 8px;
	border-bottom: 1px solid #2C2C2C;
}

#colOne .credits p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Column Two */

#colTwo {
	float: right;
	width: 160px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: square inside;
}

#colTwo li {
	margin-bottom: 5px;
}

#colTwo h2 {
	padding-bottom: 5px;
	font-size: 1em;
	border-bottom: 1px solid #2C2C2C;
}

/* UI objects */

.prompt, .bigbutton {
	display: block;
	background: #eee;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	padding: 3px;
	border: solid #5b4636 thin;
}

.prompt:hover, .bigbutton:hover {
	color: #5b4636;
	background: #ddd;
}

.bigbutton a:hover {
	color: inherit;
}

/* Dialog boxes */

#jqDialog_box {
	background: #eee;
	position: absolute;
	width: 450px;
	height: 150px;
	
	border-width: 3px 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#jqDialog_content {
	margin: 10px;
	font-weight: bold;
	font-size: 12px;
	height: 90px;
	overflow: hidden;
}

#jqDialog_options {
	margin: 10px;
	text-align: center;
}

#jqDialog_options button {
	margin-right: 5px;
	background: #666;
	border: 0px;

	font-size: 1.5em;
	color: #fff;
	width: auto;
}

#jqDialog_input {
	padding: 4px;
	width: 250px;
}

#jqDialog_close {
	background: none;
	border: none;
	float: right;
	font-weight: bold;
	font-size: 10px;
	color: #cc0000;
}



/* Forms */

#colOne form {
	margin: 5px 0;
	padding: 0;
}

#colOne form label {
	display: block;
	float: left;
	width: 12em;
	text-align: right;
}

#colOne form .indent {
	margin-left: 12em;
}

#colOne form br {
	clear: both;
}

#login {
	text-align: right;
}

#login .pair { position: relative; margin: 2px 0px; }
#login .pair label { left: 0px; width: 70px; }
#login .pair input { left: 70px; width: 90px; }

input, textarea, select, form .prefilled {
	margin-left: 3px;
}

input[type=text], input[type=password], textarea {
	border: solid thin #5b4636;
	color: #5b4636;
	background: white;
}

input[type=submit], input[type=reset] {
	border: solid thin #5b4636;
	color: #5b4636;
	background: #eee;
}

input[type=submit]:hover, input[type=reset]:hover {
	cursor: pointer;
	background: #ddd;
}

.missing {
	background: #ffdd9e !important;
}

.fakebutton {
	border: solid thin #5b4636;
	color: #5b4636;
	background: #eee;
	padding: 3px;
}

.fakebutton:hover {
	cursor: pointer;
	background: #ddd;
	color: #5b4636;
}
	

/* Tables */

TABLE {
	border-collapse: collapse;
	margin: 4px;
	border: solid thin #5b4636;
	font-size: 85%;
}

TR.headline {
	border-bottom: solid 2px #5b4636;
}

TH {
	background: #ddd;
	padding: 3px 3px 0px 3px;
	text-align: left;
	border-right: dotted thin #5b4636;
}

TD {
	padding: 1px 3px;
	border-right: dotted thin #5b4636;
}

#timetable TH {
	text-align: center;
}

#timetable TD { 
	text-align: center;
	border: dotted thin #5b4636;
}

#timetable TD:empty {
	width: 1.5em;
}

#timetable SELECT {
	font-size: 75%;
	border: solid thin #5b4636;
	color: #5b4636;
	background: white;
}

TD.lecture, TD.tutorial, TD.seminar {
	width: 3.75em;
	text-align: center;
}


TD.lecture {
	background: #cc5;
}

TD.tutorial {
	background: #5cc;
}

TD.seminar {
	background: #c5c;
}

/* News item formatting */

.newsblock {
	margin: 6px 0;
	padding: 0px 10px;
	width: 260px;
	float: left;
	text-align: justify;
}

.newsblock h3 {
	border-bottom: thin solid #2C2C2C;
	margin-bottom: 4px;
}

.newsblock p {
	margin: 2px 0px;
	line-height: 125%;
}

.strap {
	font-size: 85%;
	text-align: right;
	font-style: italic;
	border-bottom: dotted #5b4636 thin;
}

/* Course formatting */

.course {
	margin-left: 1em;
	border-bottom: dotted #5b4636 thin;
}

.course h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.lecturer {
	margin-top: 0;
	padding-top: 0;
	font-style: italic;
}

.biography {
	font-size: 90%;
	line-height: 140%;
}

/* Nice clickable buttons to change a region */

.hasbuttons {
	position: relative;
}

.buttons {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* Other bits and pieces */

.googlemap {
	text-align: center;
}


.filelist {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.filelist LI {
    margin: 2px;
    float: left;
    width: 246px;
}

.downloadicon .label { vertical-align: top; }

.downloadicon IMG {
	/*border: none;*/
	float: left;
}

/* Footer */

#footer {
	clear: both;
	width: 750px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
}