/* Adapted from layout_home.css, from the University home page */
/* Adapted by Ruth Evans, 2006-2007 */

/* leftnav background colour: #016EAB  */
/* leftnav links hover colour: #0197D6 */
/* use the web palette to choose alternatives if required */

/* basic text styles */
body {
margin-top:0px; 
margin-bottom:0px; 
margin-right:0px; 
margin-left: 0px;
text-align:justify;
}

h1 {font-family: Arial, Helvetica, sans-serif; font-size: 1.4em;}

h2 {font-family: Arial, Helvetica, sans-serif; font-size: 1.2em;}

h3 {font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; font-style: italic;}

h4 {font-family: Arial, Helvetica, sans-serif; font-size: 1.0em;}

h5 {font-family: Arial, Helvetica, sans-serif; font-size: 1.0em;}

h6 {font-family: Arial, Helvetica, sans-serif; font-size: 1.0em;}

.menu {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;}

.owner {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;}

p {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;}

li {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;}

a:link, a:visited {color: #0000CC;}


/* used for all vertical sections */
/* picked up by the Javascript that matches the column heights */
#container
{
width: 100%;
margin: 0px auto;
background-color: #FFFFFF;
color: #333333;
line-height: 130%;
}

/* contains the logos etc */
#top
{
width: 100%;
background-color: #EAE3D3;
}

/* for the department name image */
#title
{
float: left;
width: 30%;
margin: 0;
padding: 0px;
background-color: #EAE3D3;;
}

/* for the University logo */
#biglogo
{
float: right;
width: 252px;
margin: 0;
padding: 0px;
background-color: #EAE3D3;;
}

/* ensures there is a gap between the dept and University images */
#space
{
max-width: 95%;
margin-left:470px;
padding: 0;
background-color: #EAE3D3;
}

/* breadcrumbs - links showing path to current page */
#breadcrumb{
margin: 0px 0px 0px 0px;
background-color: #9C8186;
height: 24px;
border-top-color: #FFFFFF;
border-top-width: 2px;
border-top-style: solid;
border-bottom-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
}

/* used for the breadcrumbs */
#links{
display: block;
padding: 0px;
width: 90%;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;
color:#FFFFFF;
margin-left: 8px;
}

#links a { text-decoration: none; color: #FFFFFF;}


/* left hand navigation block */
#leftnav
{
float: left;
width: 18%;
padding: 0px;
background-color: #016EAB; /* change to chosen colour for left block */
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }

/* left hand navigation */
#navlist
{
text-align:left;
padding-left: 0;
margin-top: 2px;
margin-left: 6px;
margin-right: 0px;
width: 95%;
color: #000000;
}

#navlist li
{
list-style: none;
margin: 0;
}

#navlist a
{
display: block;
width: 95%;
padding-left: 1px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #016EAB; /* change to chosen colour for left block */
border: 1px solid #016EAB; /* change to chosen colour for left block */
text-decoration: none;
}

#navlist li {
color:#999999;
background-color:#016EAB /* change to chosen colour for left block */
}
#navlist li a {text-decoration: none; color: #FFFFFF;}

#navlist a:hover
{
text-decoration: none;
background-color: #0197D6; /* change to chosen colour for hovering over links in left block */
border: 1px solid #0197D6; /* change to chosen colour for hovering over links left block */
}

#navlist h1
{
margin-top: 12px;
padding-top: 6px;
}

#ranking td
{
   color:#DDDDDD;
   font-size:70%;
}

/* for the area containing the main text (assumes no right-hand navigation) */
#content
{
margin-left: 20%;
margin-right: 10%;
padding-top: 10px;
background-color: #FFFFFF;
}

#insert
{
margin-top: 2px;
margin-left: 6px;
margin-right: 0px;
margin-bottom: 12px;
padding: 6px;
color: #000000;
border: 1px solid #000000;
background-color: #CCCCCC;
width: 24ex;
font-size:90%;
}

#calendar
{
margin: 0px auto;
padding: 6px;
color: #000000;

}

.socphoto
{
float:left;
margin: 2px;
padding: 2px;
color: #000000;
}

.socphoto img
{
height:160px;
}

.socphoto p
{
text-align:center;
}


.section-heading{
margin:5px 0 0 0;
padding:2px;
height:24px;
overflow:hidden;
font-family: Arial, Helvetica, sans-serif;
font-size:1.2em; 
}


#wrapper {
text-align:justify;
width:auto;
border:1px none #ccc;
font-weight: normal;
color: #000000;
background-color: #ffffff;
margin-top: 6px;
margin-bottom: 0;
margin-left: 2px;
}

/* for the items at the bottom of the page */
#footer
{
clear: both; /* ensures this doesn't overlay any other areas */
margin: 0;
padding: .25em;
background-color: #9C8186;
font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: #FFFFFF;
}

#footer a:link
{
color: #FFFFFF;
text-decoration: none;
}

#footer a:visited
{
color: #FFFFFF;
text-decoration: none;
}


/* tables with borders */
table.border, table.border td {
border: solid 1pt #666666;
border-collapse: collapse;
border-spacing: 0px;
padding: 3px;
}

table.border td {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
}

th {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
font-weight: normal;
text-align: left;
color: #000000;
background-color: #EAE3D3;
}

td {
font-family:Arial, Helvetica, sans-serif;
font-size: 0.9em;
}

/* subheader for tables */
.thsub {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-weight: bold;
}
/* an indented table cell */
td.indent {
text-indent: 20px;
}

/* to pick out text in red */
.markedinred {
color: #CC0000;
background-color: #FFFFFF;
}

/* to give more space between list items */
li.morespace {
padding-bottom: 1.0em;
}

/* Styles for floating pictures */
div.floatleft {
float:left;
padding-right:20px;
padding-bottom:10px;
}

div.floatright {
float:right;
padding-left:10px;
padding-right: 12px;
padding-bottom:10px;
}

