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

/* leftnav background colour: #A80000  - dark red */  
/* leftnav links hover colour: #F91B32 - light red */
/* 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;}

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

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

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

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

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

h6 {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; margin-bottom: 1em}

.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;}

#breadcrumb p {
	display:inline;
	}
#links p{
	display:inline;
	}
#breadcrumb div {
	display:inline;
}

/* left hand navigation block */
#leftnav
{
float:left;
width: 18%;
padding: 0px;
background-color: #A80000; /* 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
{
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: 5px;
padding-right: 0px;
padding-top: 0px; 
padding-bottom: 0px;
background-color: #A80000; /* change to chosen colour for left block */
border: 1px solid #A80000; /* change to chosen colour for left block */
text-decoration: none;
line-height: 1.2em;
}
 
#navlist li {
	color:#999999;
	background-color:#A80000 /* change to chosen colour for left block */
}
#navlist li a {text-decoration: none; color: #FFFFFF;}

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

#leftnav li.subheading {
    color:#FFFFFF;
	font-weight:bold;
}

/* for lines between items in the left hand navigation block */
/* .dottedline {
  padding-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border: none 0; /* this removes the residual shading in Firefox */
/*
  border-top: 1px dashed #FFFFFF;
  height:0px;
} */

/* 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; */ /* this is what it used to be, but the Univ page now uses black */
background-color:#000000;
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;
}

/* For laying out the history pictures */
table.historyPics, table.historyPics td {
	border: solid 1pt #666666;
	border-collapse: collapse;
	border-spacing:0px;
	padding: 4px;
	text-align: center;
}

/* For table cells to use as a flow chart... */
td.borderRed {
	border: 1px solid #CC0000;
	padding-left: 6px;
	padding-right: 6px;
}

/* for quotes from students etc */
.quote {
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Tables in the feedback section of the site */
table.feedback, table.feedback td, table.feedback th {
	border: solid 1pt #666666;
	border-collapse:collapse;
	border-spacing:0px;
	padding: 3px;
	vertical-align:top;
}

table.feedback li, table.feedback p {
    font-size:0.9em;
	line-height:100%;
}
.inline {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.highlight {
	background-color: #FFFF00;
}
.quoteOuter {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-color: #EAE3D3;
	background-image: url(/medicine/icons/leftquote-small-coloured.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
.quoteInner {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-image: url(/medicine/icons/rightquote-small-coloured.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px;
}
.quoteOuterMini {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-color: #EAE3D3;
	background-image: url(/medicine/icons/leftquote-mini-coloured.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.quoteInnerMini {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-image: url(/medicine/icons/rightquote-mini-coloured.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:px;
	padding-left:23px;
	padding-right:23px;
	padding-top:5px;
	padding-bottom:5px;
}
.quoteAuthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.quoteText {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
}
.audioplayer {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.poll {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #000000;
	margin-left:0px;
	margin-right:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #EAE3D3;;
}
.pollheader {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #000000;
	margin-left:0px;
	margin-right:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #9C8186;
	color:#FFFFFF;
}

