@charset "UTF-8"; 
a.invis, a.invis img,
a.invis:link, a.invis:link img,
a.invis:visited, a.invis:visited img,
a.invis:hover, a.invis:hover img
{
	border: none;
	text-decoration: none;
	color: inherit;
}
body
{
	font-family: arial, sans-serif;
	margin: 0px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child
{
	margin-top: 0px;
}
h1
{
	font-size: 32pt;
}
h1.large
{
	font-size: 48pt;
}
table th
{
	text-align: left;
}
table.data
{
	border-collapse: collapse;
	margin-left: 0px;
}
table.data th
{
	text-align: center;
}
table.horiz
{
	border-collapse: collapse;
}
table.horiz th
{
	text-align: left;
}
 table.horiz td
{
 	padding-left: 56px;
}
ul
{
	margin: 0px;
	margin-left: 1em;
	padding: 0px;
	padding-right: 8px;
}
ul.nobull
{
	list-style: none;
}
ul.long li
{
	margin-bottom: 1em;
}
ul.bull li
{
	margin-bottom: 0.75ex;
}

li h4:first-child
{
	display: inline;
}
li h4:first-child:after
{
	display: block;
	content: "\A";
}

table.data th
{
	border-right: 1px solid black;
}

table.data td
{
	border-top: 1px solid black;
	border-right: 1px solid black;
}
table.data td:LAST-CHILD, table.data th:LAST-CHILD
{
	border-right: none;
}

#banner, #tabbar, #body, #footer
{
	width: 100%;
	position: relative;
}
#banner
{
	height: 100px;
	border-bottom: 2px solid white;
	overflow: hidden;
	background-repeat: repeat-x;
}
#search
{
	position: absolute;
	top: -2px;
	right: 3px;
}
#searchbox
{
	border: 1px solid;
	width: 200px;
	height: 17px;
	padding: 0px;
	margin: 0px;
	padding-left: 2px;
	border-top: none;
}
#searchbutton
{
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	border: none;
}
#logo
{
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
#bannertitle
{
	height: 80px;
	font-size: 16pt;
	font-weight: normal;
	position: absolute;
	top: 23px;
	left: 158px;
	z-index: 1;
}
#bannergraphic
{
	height: 100px;
	position: absolute;
	right: 0px;
}
#tabbar
{
	border-top: 2px solid;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: black;
}
#tabbar li
{
	display: inline;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-right: 1px;
	margin-left: 0px;
	border-top: 1px solid;
	cursor: pointer;
}
#tabbar li.active
{
	border-bottom: 1px solid;
}
#body
{
}
#footer
{
	clear: both;
	font-size: small;
	padding-top: 6px;
	height: 56px;
	border-top: 2px solid;
	border-bottom: 2px solid;
}
#footertext, #footercopy
{
	margin-left: 6px;
}
#oxbrand, #rhulbrand
{
	float: right;
}
#oxbrand
{
	margin-right: 6px;
	margin-left: 6px;
}
#footercopy
{
	position: absolute;
	bottom: 0px;
	font-size: smaller;
	margin-bottom: 1px;
}

.block
{
	float: left;
	position: absolute;
}
.box, .box2
{
	position: relative;
	
	border: 1px solid;
	padding-bottom: 4px;
	padding-right: 4px;
	
	padding-top: 4px;
	padding-left: 8px;
	
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
	overflow-y: auto;
}
img.boxed
{
	border: 1px solid;
}
.error
{
	color: #FF0040;
}
.fillerblock
{
	position: absolute;
	background-color: lightgreen;
	width: 100%;
	height: 100%;
}
.foot
{
	position: absolute;
	bottom: 0px;
}
.imgbox
{
	position: absolute;
}
.inline
{
	display: inline;
}
.nobull
{
	margin: 0px;
	padding: 0px;
	padding-right: 8px;
	list-style: none;
}
.small
{
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
ul.space li
{
	margin-bottom: 0.5em;
}
.popout
{
	position: absolute;
	width: 500px;
	height: auto;
	z-index: 2;
	top: 200px;
	left: 50px;
	overflow: visible;
	margin-bottom: 2px;
}
.popout:before, .popout:after
{
	display: block;
	position: absolute;
	background-color: #666;
	content: '';
}
.popout:before
{
	bottom: -3px;
	left: 2px;
	width: 100%;
	height: 2px;
}
.popout:after
{
	right: -3px;
	top: 2px;
	width: 2px;
	height: 100%;	
}
.search
{
	border: 1px solid black;
}
.selectable
{
	cursor: default;
}
