body,html {
	margin: 0px;
	padding: 0px;
	font: 10pt Verdana, Arial;
	color: #0745A7;
	background-color: #f1f1f1;
	height: 100%;
}

p {
	text-align: justify;
}

img {
	border: none;
}

.floatright {
	float: right;
}

#header {
	text-align: center;
	height: 100px;
	padding: 5px;
	margin: 0px;
	background-color: #ccccff;
}

#header h1 {
	font-size: 18pt;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 2px;
}

#header h2 {
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

#ucrel_logo {
	padding-top: 10px;
	float: left;
	width: 150px;
	height: 80px;
}

#header_title {
	height: 80px;
	padding-top: 20px;
	display: inline-block;
	text-align: center;
	float: none;
	overflow: hidden;
}
	
#lancs_logo {
	float: right;
	width: 140px;
	height: 80px;
	padding: 8px;
}

#container {
	min-height: 100%;
	position: relative;
}

#body {
	clear: both;
	padding: 20px;
	height: 100%;
	padding-bottom: 3em;
	overflow: hidden;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3em;
	text-align: center;
	font-size: 8pt;
	border-top: solid 1px #aaa;
	padding-top: 10px;
}

#main_left {
	float: left;
	width: 50%;
	padding: 10px;
}

#main_right {
	float: right;
	width: 40%;
	padding: 10px;
}


#presentation_left {
	float: left;
	width: 50%;
	padding: 10px;
}

#presentation_right {
	float: left;
	width: 30%;
	margin-left: 40px;
	padding: 10px;
}

#presentation_left h2 {
	margin-bottom: 3px;
	font-size: 16pt;
}

#presentation_left h3 {
	margin-top: 3px;
	margin-bottom: 1px;
	font-size: 12pt;
}

#presentation_left h4 {
	margin-top: 2px;
	font-size: 10pt;
}

#presentation_right h3 {
	font-size: 12pt;
	margin-top: 2px;
}

#presentation_right h4 {
	font-size: 10pt;
	margin-bottom: 2px;
	font-style: italic;
}

#presentation_right ul, div.full ul { 
  margin-left:0em; 
  padding-left:0.2em; 
  margin-bottom:1em; 
}

#presentation_right li, div.full li { 
  background:url('../images/bullet.png') 0em 0.5em no-repeat; /* change background em accordingly */
  padding-left: 0.8em; 
  list-style: none; 
}

#next {
	padding: 15px;
	border: dotted 2px;
	margin: 15px;
	background-color: #dcdcdc;
}

div.full h3.label {
	float: right;
	font-size: 13pt;
	color: #777;
	margin: 0px;
}

div.full h4.week {
	font-size: 9pt;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.full h3.date {
	margin-top: 2px;
	font-size: 12pt;
	margin-bottom: 1px;
}

div.full h4.time {
	margin-top: 1px;
	font-size: 10pt;
	margin-bottom: 5px;
}

div.full h3.location {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 11pt;
}

div.full h2.title {
	margin: 20px 10px 15px 25px;
	font-size: 14pt;
	font-style: italic;
}

div.full h3.presenters {
	margin: 5px 10px 2px 25px;
	font-size: 12pt;
}

div.full h4.affiliations {
	margin: 0px 10px 10px 25px;
	font-size: 9pt;
	font-style: italic;
}

div.full div.abstract {
	margin: 0px 10px 10px 25px;
	display: none;
}

div.full ul.show_hide {
	margin: 0px 0px 0px 25px;
	padding-left:0.2em; 
}

div.full p.notes {
	font-weight: bold;
	font-style: italic;
}

li.toggle_up, div.full li.toggle_up { 
	background:url('../images/toggle-up.png') 0em 0.5em no-repeat; /* change background em accordingly */
	padding-left: 0.8em; 
	list-style: none;
	cursor: pointer;
}

li.toggle_down, div.full li.toggle_down { 
	background:url('../images/toggle-down.png') 0em 0.5em no-repeat; /* change background em accordingly */
	padding-left: 0.8em; 
	list-style: none; 
	cursor: pointer;
}

p.detailslink {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 5px;
}

#upcoming_list {
	padding: 15px;
	margin: 15px;
}

div.upcoming {
	margin-bottom: 20px;
	background-color: #e3e3e3;
	padding: 10px;
}

div.upcoming p.time_place {
	margin: 0px;
}

div.upcoming p.title {
	margin: 5px 0px 2px 15px;
	font-style: italic;
	font-weight: bold;
}

div.upcoming ul.presenters {
	margin-left: 15px;
}

div.errors {
	border: solid 2px #ec1a2d;
	margin: 15px;
	padding: 10px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

div.errors p, div.errors li {
	color: red;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	text-align: left;
	background-color: #0745A7;
	color: #f1f1f1;
	padding: 6px;
	border: solid 1px #0745A7;
}

th.clear {
	background-color: #f1f1f1;
	border: none;
}

td {
	border: solid 1px;
	padding: 6px;
	vertical-align: top;
}

td.nowrap {
	white-space:nowrap;
}

td ul, ul.presenters {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

tr.odd {
	background-color: #e5e5f1;	
}

tr.even {
	background-color: #f1f1f1;	
}

.centred {
	text-align: center;
}

#menu_holder {
	border-top: solid 8px #0745A7;
	padding-left: 20px;
}

div.menu {
	width: 120px;
	margin: 0px 2px;
	font-weight: bold;
	padding: 5px;
	padding-bottom: 10px;
	border-bottom-right-radius:1.5em;
	border-bottom-left-radius:1.5em;
	text-align: center;
	float: left;
	cursor: pointer;
}

div.item {
	background-color: #777;
}

div.current {
	background-color: #0745A7;
}

div.roll {
	background-color: #3775D7;
}


A:link {text-decoration: underline; color: #0745A7}
A:visited {text-decoration: underline; color: #0745A7}
A:active {text-decoration: underline; color: #0745A7}
A:hover {text-decoration: underline; color: #ec1a2d;}

#header A {text-decoration: none;}

div.menu A {text-decoration: none; color: #f1f1f1}