
/* 
 * Archer Stylesheet
 * =================
 *
 * This is the main Archer stylesheet. 
 *
 * Colour schemes
 * --------------
 *
 * The main colours are defined in a colour scheme (search for these names to find
 * instances in the SASS stylesheet (.scss):
 *    -TextColour - The default text colour
 *    -BGColour - The main background colour
 *    -BoxColour - Colour for boxes on the user site (and some headers)
 *    -LinkColour - Colour for the link rollover on public frontend
 *
 * D. J. Hardman, September 2013
 *
 */
/**************************************************************
 * TOP-LEVEL STYLES
 **************************************************************/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-color: #cccccc;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: -1;
  font-size: 80%;
  line-height: 1.5em;
}

/* SET ALL PADDING AND MARGINS TO 0 BY DEFAULT */
div, fieldset, img, ul, ol, li, h2, h3, h4, p, a, td {
  margin: 0;
  padding: 0;
  border: none;
}


img {
  max-width: 100%;
  height: auto;
}

code {
  font-size: 150%;
  color: crimson;
}

pre, tt {
  font-size: 14px;
}

pre {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  
  border: 1px dashed #757575; 
  background-color: #fafafa;
  padding: 5px;
  padding-left: 10px;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-left: 3px solid #ccc;
  background-color: #eee;
} 

blockquote > p {
	padding-top: 5px;
	font-style: italic;
}

/* DEFAULT STYLE FOR ANY LINKS */
a {
  color: #7A0C0C;
}

a:hover {
  color: #ec0000;
}

dd > ul {
  margin-left: 16px;
}

/*
 * Styles for images that we want text to wrap around
 */
div.content img.rightimage {
  float: right;
  margin: 10px;
}

div.content img.leftimage {
  float: left;
  margin: 10px;
}
div.content img.centreimage {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


/**************************************************************
 * PAGE LAYOUT FRAMES COMMON TO ALL PAGES
 **************************************************************/
div.container {
  background-color: #fafafa;
  clear: both;
}

div#header {
  background-color: #fafafa;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 10px;
}

div#banner {
  width: 100%;
  padding-right: 10px;
}

img#right-banner {
  position: absolute;
  right: 0px;
}

div#navigation {
  position: relative;
  text-align: left;
  background-color: #000000;
  margin-top: 0px;
  line-height: 11px;
}

div#cse {
  width: 300px; 
  display: inline-block;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 0;
  text-align: left;
  overflow: hidden;
  float: right;
}

div#breadcrumb {
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 5px;
  width: 680px;
  text-align: left;
  overflow: hidden;
  background-color: #fafafa;
  display: inline-block;
}

div#gsb {
  width:300px;
  float:right;
  border:0px;
  padding:0px;
}

div#footer {
  border-top: 1px solid #999999;
  background-color: #cccccc;
}

div.footer_content {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

div.footer_content > * {
  margin: 0px;
}

div.footer_content img {
  margin-top: 15px;
  margin-right: 27px;
  vertical-align: middle;
}

div#maintained {
  margin-top: 7px;
  height: 78px;
  width: 210px;
  float: right;
  text-align: center;
}

div#maintained p {
  padding-bottom: 5px;
}

img#epcc {
  width: 25%;  
  margin: 0px;
}

img#epsrc {
  height: 78px;
  width: auto;
}

img#nerc {
  height: 78px;
  width: auto;
  margin-left: 50px;
}

img#cray {
  height: 45px;
  width: auto;
  margin-left: 50px;
}

/**************************************************************
 * HOME PAGE FRAMES
 **************************************************************/
div#home {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-image: url("../img/home_bg.png");
}

div#left {
  float: left;
  width: 210px;
}

div#right {
  float: right;
  width: 210px;
}

div#centre {
  width: 515px;
  margin-left: 10px;
  margin-right: auto;
  margin-top: 15px;
}

div#home_content {
  background-color: white;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

/**************************************************************
 * HOME PAGE STYLES
 **************************************************************/
div#home_content > * {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

div#home_content h2 {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #7A0C0C;
  color: #7A0C0C;
}

div#home_content h3 {
  border-bottom: 1px dashed #7A0C0C;
  color: #7A0C0C;
  padding-top: 10px;
  font-size: 120%;
  line-height: 160%;
}


/* USED TO ADD TITLE TO HOME PAGE */
div#centre > h2 {
  display: none;
}

div#courses {
  padding-bottom: 10px;
}

div#courses > ul {
  list-style: none;
}

div#courses > ul > li {
  border-bottom: 1px dotted #7A0C0C;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div#courses > ul > li#lastcourse {
  border: none;
}



div#sciencebox {
  width: 202px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #797979;
  height: 350px;
}

/* Commented out as they interfere with casestudy styles below - ART 30/10/2014
div.casestudy {
  display: none;
  position: absolute;
  float: left;
  height: 350px;
}

div.casestudy > * {
  margin: 5px;
}

div.casestudy > p {
  text-align: centre;
}

div.casestudy > img {
  width: 192px;
}

div.casestudy > p.link {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
*/

div.homebox {
  width: 204px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background-color: #f4f4f4;
  font-size: 85%;
}

/* SIDE BOX TITLE STYLE */
div.homebox h4.homebox {
  background-color: #7A0C0C;
  text-align: left;
  padding-left: 3px;
  padding-top: 1px;
  padding-bottom: 2px;
  color: white;
  margin-bottom: 2px;
  text-decoration: none;
  font-size: 85%;
}

/* SIDE BOX CONTENT TEXT STYLE */
div.homebox p {
  border: 1px solid #797979;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}

/* SIDE BOX LINK STYLE */
div.homebox a {
  text-decoration: none;
  color: black;
}

div.homebox a:hover {
  color: #dd0000;
}

div.homebox h4 > a {
  text-decoration: none;
  color: white;
}

div.homebox h4 > a:hover {
  color: #ff6666;
}


div.homebox ul {
  list-style: none;
  border: 1px solid #797979;
  background-color: #f4f4f4;
}

div.homebox ul > li {
  border-bottom: 1px dotted #7A0C0C;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

img#safelogo {
  margin-top: 5px;
}

p#safelogo {
  padding: 0;
}

ul#homenews a {
  text-decoration: underline;
  color: #7A0C0C;
}

li#lastnewsitem {
  border: none;
}

div.msc-ad {
  width: 204px;
  margin-left: auto;
  margin-right: auto;
}

span.accessible {
  display: none;
}

/**************************************************************
 * USER PAGE FRAMES
 **************************************************************/
div#main {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-image: url("../img/main_bg.png");
  background-repeat: repeat-y;
}

div.content {
  float: left;
  position: relative;
  width: 770px;
  border-top: 2px solid #797979;
  background: none;
  margin-left: 2px;
  margin-bottom: 30px;
}

div#sidebar {
  float: left;
  min-height: 750px;
  font-size: 85%;
}

/* USED WITHIN SIDEBAR */
div#side_nav {
  width: 210px;
  margin-top: 0;
  padding-right: 16px;
  background: none;
  border: none;
}
/* Style modified for pages that do not have top level entry
   ART 30/10/2014
div#side_nav {
  width: 210px;
  margin-top: 25px;
  padding-right: 10px;
  background-color: #f4f4f4;
  border-width: 6px 0px 6px 6px;
  border-style: solid;
  border-color: #797979;
}
*/

div.sidebox {
  width: 200px;
  margin-left: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
  text-align: center;
}

/**************************************************************
 * USER SIDE PANEL STYLES
 **************************************************************/
/* SIDE NAV MENU */
div#side_nav > ul {
  list-style: none;
  margin-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

div#side_nav > ul li {
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px dotted #000;
}

/* LAST ITEM IN SIDE NAV NEEDS ADDITIONAL BOTTOM BORDER */
div#side_nav > ul li#first {
  border-top: none;
}

/* LINK STYLE FOR SIDE NAV */
div#side_nav > ul a {
  text-decoration: none;
  color: black;
}

div#side_nav > ul a:hover {
  color: #dd0000;
}

/* SIDE BOX TITLE STYLE */
div.sidebox h4 {
  background-color: #7A0C0C;
  text-align: left;
  padding-left: 3px;
  padding-top: 1px;
  padding-bottom: 2px;
  color: white;
  margin-bottom: 2px;
}

/* SIDE BOX CONTENT TEXT STYLE */
div.sidebox p {
  border: 1px solid #797979;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 6px;
  padding-right: 6px;
}

/* SIDE BOX LINK STYLE */
div.sidebox a {
  text-decoration: none;
  color: black;
}

div.sidebox a:hover {
  color: #dd0000;
}

/*** TABLE OF CONTENTS STYLE (ONLY USED FOR CERTAIN PAGES) ***/
/* THE FOLLOWING ARE USED FOR THE TABLE OF CONTENTS LOCATED IN
   IN THE SIDE NAVIGATION PANEL */
div#table_of_contents {
  border: 3px double #D19D9D;
  background-color: #fafafa;
  margin-left: 8px;
  margin-top: 8px;
  margin-bottom: 5px;
  padding: 6px;
  width: 185px;
}

div#table_of_contents h4 {
  list-style: none;
  border: none;
  background-color: #7A0C0C;
  color: white;
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px;
}

div#table_of_contents h4 a {
  color: white;
}

div#table_of_contents h4 a:hover {
  color: #ff6666;
}


div#table_of_contents ul {
  list-style: none;
}

div#table_of_contents li {
  padding: 4px;
  border-bottom: 1px dashed #000;
}

div#table_of_contents a {
  text-decoration: none;
  color: black;
}

div#table_of_contents a:hover {
  color: #dd0000;
}

/**************************************************************
 * USER MAIN CONTENT STYLES
 **************************************************************/
/* GIVE ALL DIRECT CHILD ENTITIES IN MAIN CONTENT FRAME EQUAL SPACING BY DEFAULT */
div.content > * {
  margin-left: 10px;
  margin-right: 10px;
}

/* MAIN TITLE */
div.content h2 {
  margin-top: 6px;
  margin-bottom: 5px;
  border-bottom: 1px solid #7A0C0C;
  color: #7A0C0C;
  font-size: 20px;
  line-height: 160%;
}

/* SUBTITLE STYLE */
div.content h3 {
  border-bottom: 1px dashed #7A0C0C;
  color: #7A0C0C;
  font-size: 120%;
  line-height: 160%;
  margin-bottom: 7px;
  margin-top: 14px;
  clear: right;
}

/* LINKED SUBTITLE STYLE */
div.content h3 > a {
  color: #7A0C0C;
  text-decoration: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

div.content h3 > a:hover {
  color: #7A0C0C;
}

div.content h4 {
  color: #7A0C0C;
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 14px;
}

div.content h5 {
  color: #7A0C0C;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}

div.img {
  text-align: center;
}

p.vid {
  text-align: center; 
  padding-left: 90px;
}

div.rdf-img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* infobox Added by Clair Barrass 29.10.14 for Outreach pages */

div.contect > infobox {
  color:#660033; 
  background-color:#faebd7; 
  width:70%;  
  padding: 15px; 
  border: 1px solid #800000; 
  margin: 10px; 
}

/* MAIN CONTENT PARAGRAPH STYLE */
div.content > p {
  margin-bottom: 7px;
  text-align: justify;
}

div.content > form > p {
  margin-bottom: 6px;
}

/* INDENT LISTS IN MAIN CONTENT TO CORRECT POSITION */
div.content > ol {
  list-style-position: outside;
  margin-left: 32px;
  margin-bottom: 7px;
  margin-top: 5px;
  text-align: justify;
}

div.content > ol ol {
  list-style-position: inside;
  list-style-type: lower-alpha;
}

div.content > ul {
  list-style-position: outside;
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 7px;
  text-align: justify;
}

div.content > ul ul {
  list-style-position: inside;
  list-style-type: disc;
}

/* Documentation TOC - ART 3/10/2013 */
div.content > ul.doctoc {
  background: #fafafa;
  border: 1px dashed #757575;
  display: block;
  float: right;
  margin: 10px;
  margin-top: 6px;
  padding: 5px 5px 8px 23px;
  width: 50%;
}

/* USED FOR TABLE OF CONTENTS OF CURRENT PAGES TEXT */
ul#toc {
  background: #fafafa;
  border: 1px dashed #757575;
  display: block;
  float: right;
  margin: 10px;
  margin-top: 6px;
  padding: 5px 5px 8px 23px;
  width: 50%;
}

table.training {
  border-collapse: collapse;
  border-spacing: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%; 
}

td.training-date {
  width: 107px;
}

td.training-loc {
  width: 160px;
}

table.cse-table {
  width: 97.5%;
  border-collapse: collapse;
}

table.cse-table th {
  border: 1px solid #000000;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
}

table.cse-table td {
  border: 1px solid #000000;
  vertical-align: middle;
  padding: 5px;
}

/* Added by Arno Proeme */
table.cse-table ul, ul li { margin: 0; padding: 0; }

/* Added by Arno Proeme */
table.cse-table ul { margin-left: 1.3em; }

table.training td {
  border: 1px solid #000000;
  padding: 5px;
  vertical-align: middle;
}

table.lined {
  border: 1px solid black;
  border-collapse: collapse;
  width: 97.5%;
}


table.lined td, table.lined th {
  border: 1px solid black;
  padding: 5px;
}

table.form {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

table.form td, table.form th {
  border: 1px solid black;
  border-left: none;
  border-right: none;
  padding: 5px;
}

table.training-table {
  width: 97.5%;
  border-collapse: collapse;
}

table.training-table th {
  border: 1px solid #000000;
  padding: 5px;
}

th.date {
  width: 200px;
  text-align: left;
}

table.training-table td {
  border: 1px solid #000000;
  vertical-align: middle;
  padding: 5px
}

div.persistent_nav {
  width: 198px;
  margin-left: 5px;
  border: 1px solid #797979;
  background-color: #f4f4f4;
}

div.persistent_nav ul {
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

div.persistent_nav li {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #000000;
}

div.persistent_nav li#last {
  border-bottom: none;
}

div.persistent_nav a {
  text-decoration: none;
  color: #000000;
}

div.persistent_nav a:hover {
  color: #dd0000;
}

div#machine_status_up, div#machine_status_down, div#machine_status_auto {
  border: 1px solid #797979;
  padding: 10px;
}

div#machine_status_up {
  background-color: #D9FCD9;
  
}

div#machine_status_down {
  background-color: #FAE3E3;
}

div#machine_status_auto {
  
}

img#usage, img#Squeue, img#LLqueue {
  padding: 0;
  margin: 0;
  width: 770px;
}

table.feedback {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

table.feedback td {
  border: 1px solid black;
}

th.answer-rate {
  width: 90px;
  text-align: center;
  border: 1px solid black;
}

th.answer-agree {
  width: 90px;
  text-align: center;
  border: 1px solid black;

}

td.question {
  padding: 3px 5px 3px 5px;
}

td.answer {
  text-align: center;
}

table.text-box-feedback {
  width: 100%;
}

td.text-box-question {
  vertical-align: top;
  padding-right: 2px;
}

td.text-box-answer {
  text-align: right;
}

/************************************************************************
 * Styles for the public frontend
 ************************************************************************/
/*
 * content_intro only applys to the front page
 */
.content-page div#content_intro {
  position: relative;
}

#content_intro {
	background-color: #FAFAFA;
}

#content_intro #copy h2 {
  font-size: 20px;
  line-height: 160%;
  color: #344152;
  border-bottom: 1px solid #344152;
  margin-bottom: 5px;
}

#content_intro #copy h2 {
  display: none;
}

/*
 * Contains the case study feature
 */
#abstract {
  width: 980px;
  padding-top: 10px;
}

#abstract p {
  color: #26466d;
  background-color: #eee;
  font-size: 2.5em;
  margin: 5px;
  padding: 10px;
  text-align: center;
  width: 950px;
}

/*
 * Bounding box for the main section of the front page
 */
#qanda {
  width: 1000px;
  min-height: 1500px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

/*
 * Box for Phase 2 / Christmas lecture Updates
 */
#storybox {
  margin-left:auto;
  margin-right:auto;
  padding-top:0px;
  padding-bottom: 20px;
  width:990px;
  min-height: 200px;
}
#story {
  display: block;
  float: left;
  width: 990px;
  min-height: 210px;
  margin-bottom: 5px;
  margin-top: 3px;
  background-repeat: no-repeat;
  background-position: left;
  background-color: black;
  background-image: url(../banners/storybox-image.jpg);
/*
 *  do not change the url for the storybox-image - just upload the new image to the same name and location - this avoids CSS cache issue
 */
}

#story p {
  font-size: 1em;
  margin-left: 340px;
  margin-right: 10px;
  padding: 5px;
  color: white;
}

#story h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 340px;
}

#story h3 a {
  font-size: 1.5em;
  text-decoration: none;
  color: white;
}

#story h3 a:hover {
  color: #ff6666;
}

#story ul {
  list-style: square inside;
  margin-left: 250px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
  margin-right: 3px;
}

#story li {
  list-style: square inside;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
  font-size: 1em;
  color: white;
}

#story a {
  color: white;
}

#story a:hover {
  color: #ff6666;
}

#story img {
  margin-left: 337px;
/*
 * Reduced margin-left from 220px to move best-use banner over
 */
}

/*
 * Large left-hand box with vertical image
 */
#important {
  display: block;
  float: left;
  width: 480px;
  min-height: 350px;
  margin: 5px;
  background-repeat: no-repeat;
  background-postion: left;
  background-color: black;
  background-image: url(/assets/img/cell_120x350.png);
}

#important p {
  font-size: 1em;
  margin-left: 130px;
  margin-right: 10px;
  color: white;
}

#important h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 130px;
}

#important h3 a {
  font-size: 1.5em;
  text-decoration: none;
  color: white;
}

#important h3 a:hover {
  color: #ff6666;
}

#important ul {
  list-style: square inside;
  margin-left: 120px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
  margin-right: 3px;
}

#important li {
  list-style: square inside;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
  font-size: 1em;
  color: white;
}

#important a {
  color: white;
}

#important a:hover {
  color: #ff6666;
}

#important img {
  margin-left: 120px;
}

/*
 * Bounding box for the smaller section boxes
 */
#qbox {
  display: block;
  float: left;
  width: 500px;
  min-height: 350px;
}

/*
 * Small section boxes
 */
#content_intro div.question {
  display: block;
  float: left;
  width: 500px;
  margin: 5px;
  background-color: black;
  color: white;
  min-height: 110px;
}

#content_intro div.question h3 {
  margin-left: 150px;
  padding: 5px;
}

#content_intro div.question h3 a {
  font-size: 1em;
  text-decoration: none;
  color: white;
}

#content_intro div.question h3 a:visited {
  color: white;
}

#content_intro div.question h3 a:hover {
  color: #ff6666;
}

#content_intro div.question p {
  z-index: 2;
  font-size: 0.9em;
  padding: 5px;
  margin-left: 150px
}

#content_intro div.question p a {
  color: white;
}

#content_intro div.question p a:visited {
  color: white;
}

#content_intro div.question p a:hover {
  color: #ff6666;
}

/*
 * Images for the individual section boxes
 */

#content_intro #what {
  background-image: url(/assets/img/skull_150x110.png);
  background-position: left;
  background-repeat: no-repeat;
}

#content_intro #how {
  background-image: url(/assets/img/redcab_150x110.png);
  background-position: left;
  background-repeat: no-repeat;
}

#content_intro #user {
  background-image: url(/assets/img/bluecab_150x110.png);
  background-position: left;
  background-repeat: no-repeat;
}

/* For items on the front page
 */
div.twitterthin {
	float: left;
	margin: 5px;
	width: 200px;
}
div.listbox {
  width: 204px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
  font-size: 85%;
  float: left;
  padding: 5px;
}
div.listbox h4.listbox {
  background-color: #7A0C0C;
  text-align: left;
  padding-left: 3px;
  padding-top: 1px;
  padding-bottom: 2px;
  color: white;
  margin-bottom: 2px;
  text-decoration: none;
  font-size: 115%;
}
div.listbox p {
  border: 1px solid #797979;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}
div.listbox a {
  text-decoration: none;
  color: black;
}

div.listbox a:hover {
  color: #dd0000;
}

div.listbox h4 > a {
  text-decoration: none;
  color: white;
}

div.listbox h4 > a:hover {
  color: #ff6666;
}
div.listbox ul {
  list-style: none;
  border: 1px solid #797979;
  background-color: white;
}
div.listbox ul > li {
  border-bottom: 1px dotted #7A0C0C;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* 
 * This is for the training schedule box
 */
div#training-schedule {
  float: left;
  width: 565px;
  clear: none;
  margin: 5px;
  background: white;
  font-size: 85%;
}
div#training-schedule a {
  text-decoration: none;
  color: black;
}

div#training-schedule a:hover {
  color: #dd0000;
}

div#training-schedule h4 {
  background-color: #7A0C0C;
  text-align: left;
  padding-left: 3px;
  padding-top: 1px;
  padding-bottom: 2px;
  color: white;
  margin-bottom: 2px;
  text-decoration: none;
  font-size: 115%;
}

div#training-schedule ul {
  list-style: none;
  border: 1px solid #797979;
  background-color: white;
}

div#training-schedule ul > li {
  border-bottom: 1px dotted #7A0C0C;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*
 * Adverts section
 * The auto margins and 100% width centre the adverts horizontally
 */
#content_intro #adverts {
  float: left;
  width: 100%;
  height: auto;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

/*
 * Styles for pages without a left-hand navigation menu
 */
#content #copy.public {
  margin-left: -210px;
}

/*
 * Style for a summary section to go at the top of a content page
 */
#content #copy p.info {
  color: #26466d;
  background-color: #eee;
  font-size: 120%;
  padding: 5px;
  clear: both;
}

/*
 * Styles for case studies
 */
div.casestudy {
  width: 100%;
  border-bottom: 1px solid black;
  min-height: 200px;
  display: block;
  clear: both;
  float: left;
}

div.casestudy div.csimage {
  display: block;
  float: left;
  padding: 0;
  padding-top: 30px;
  width: auto;
}

div.casestudy div.cstext {
  width: 67%;
  display: block;
  float: left;
  padding: 15px;
}

div.casestudynoline {
  width: 100%;
  min-height: 200px;
  display: block;
  clear: both;
  float: left;
}
/**************************************************************
 * End of public frontend styles
 **************************************************************/

/**************************************************************
 * Header Styles
 **************************************************************/
 p.safelogin {
 	font-size: 90%;
 	float: right;
 	margin-bottom: 5px;
 	clear: none;
 }
  p.safelogin > a {
  	text-decoration: none;
 }
p.safelogin img {
	vertical-align: middle;
	margin-left: 5px;
}
 p.tinyup {
 	color: green;
  	font-size: 90%;
 	float: right;
 	margin-left: 5px;
 	clear: none;
 	padding: 0 5px;
 	background: #ced;
 }
  p.tinydown {
 	color: red;
  	font-size: 90%;
 	float: right;
 	margin-left: 5px;
 	clear: none;
 	padding: 0 5px;
 	background: #ecd;
 }
 
/**************************************************************
 * CSS FOR DROP DOWN MENU
 **************************************************************/
/* POSITION AND STYLE OF MAIN NAVIGATION BAR */
ul.dropdown {
  background: #000000;
  list-style: none;
  position: relative;
  display: inline-table;
  width: 100%;
}

/* ALIGN MAIN NAVIGATION ITEMS HORIZONTALLY */
ul.dropdown > li {
  float: left;
  min-height: 15px;
  padding: 8px 6px 5px 5px;
  margin-left: 2px;
}

li#homebutton {
  padding: 6px 0px 5px 5px;
  width: 23px;
  background: #000000;
}

/* HOME IMAGE USED IN TOP NAVIGATION */
img#home {
  vertical-align: top;
}

/* SUB ITEMS STYLE AND POSITIONING */
ul.dropdown > li > ul {
  list-style: none;
  background: #000000;
  padding: 0px;
  margin-left: -5px;
  position: absolute;
  top: 100%;
}

ul.dropdown > li > ul > a > li {
  float: none;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  min-width: 120px;
}

/* HIDE SUB MENUS */
ul.dropdown > li > ul {
  display: none;
  z-index: 2;
}

/* REVEAL SUB MENUS ON HOVER */
ul.dropdown > li:hover > ul {
  display: block;
}

ul.dropdown:after {
  content: "";
  clear: both;
  display: block;
}

/* HIGHLIGHT BOX SURROUNDING MENU ITEM HOVERED OVER */
ul.dropdown > li:hover, ul.dropdown > li > ul > a > li:hover {
  background: #333333;
}

/* STYLE FOR NAVIGATION MENU TEXT */
ul.dropdown > li > a, ul.dropdown > li > ul > a > li {
  display: block;
  color: white;
  text-decoration: none;
}

ul.dropdown > li > ul > a {
  text-decoration: none;
}

/* TEXT SIZE FOR NAVIGATION BAR */
ul.dropdown > li > a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}

/* TEXT SIZE FOR SUBMENUS */
ul.dropdown > li > ul > a > li {
  font-size: 11px;
  font-weight: normal;
}

/* COLOUR CHANGE FOR TEXT HOVERED OVER */
ul.dropdown > li:hover > a, ul.dropdown > li > ul > a > li:hover {
  color: #ff6666;
}

/********* END OF CSS FOR DROP DOWN MENU **********/
/**************************************************************
 * BREADCRUMBS
 **************************************************************/
p#bread {
  position: relative;
  float: left;
  display: inline;
  padding-right: 4px;
}

ul#breadcrumbs {
  position: relative;
  display: inline;
  width: 100%;
}

ul#breadcrumbs > li {
  list-style: none;
  float: left;
}

/* ADD RAQUO TO END OF BREADCRUMBS */
ul#breadcrumbs > li > a:after {
  content: "\00BB";
  padding-right: 5px;
  padding-left: 5px;
}

ul#breadcrumbs > li > a {
  text-decoration: none;
}


.vt-launch {
  display: block;
  width: 250px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;

  color: #7A0C0C;
  text-align: center;
  border: solid #7A0C0C 1px;
  border-radius: 5px;
  text-decoration: none;

  /* Gradient */
  background: #427AA8;
  background: -moz-linear-gradient(top,  #fafafa 1%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fafafa), color-stop(100%,#d9d9d9));
  background: -webkit-linear-gradient(top,  #fafafa 1%,#d9d9d9 100%);
  background: -o-linear-gradient(top,  #fafafa 1%,#d9d9d9 100%);
  background: -ms-linear-gradient(top,  #fafafa 1%,#d9d9d9 100%);
  background: linear-gradient(to bottom,  #fafafa 1%,#d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d9d9d9',GradientType=0 );

  text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
}

.vt-launch:hover {
  background: #fafafa;
  text-decoration: none;
  filter: none;
  border-color: #7A0C0C;
}

.vt-button {
  display: inline-block;
  width: 70px;
  text-align: center;

  color: #7A0C0C;
  text-align: center;
  border: solid #7A0C0C 1px;
  border-radius: 5px;
  text-decoration: none;

  /* Gradient */
  background: #427AA8;
  background: -moz-linear-gradient(top,  #fafafa 1%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fafafa), color-stop(100%,#d9d9d9));
  background: -webkit-linear-gradient(top,  #fafafa 1%,#d9d9d9 100%);
  background: -o-linear-gradient(top,  #fafafa 1%,#d9d9d9 100%);
  background: -ms-linear-gradient(top,  #fafafa 1%,#d9d9d9 100%);
  background: linear-gradient(to bottom,  #fafafa 1%,#d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d9d9d9',GradientType=0 );

  text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
}

.vt-button:hover {
  background: #fafafa;
  text-decoration: none;
  filter: none;
  border-color: #7A0C0C;
}

tr.past-vt > td {
  border: 1px solid #999999;
  color: #999999;
}


.vt-widebutton {
  display: inline-block;
  width: 300px;
  text-align: center;

  color: #7A0C0C;
  text-align: center;
  border: solid #7A0C0C 1px;
  border-radius: 5px;
  text-decoration: none;

  /* Gradient */
  background: #427AA8;
  background: -moz-linear-gradient(top,  #fafafa 1%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fafafa), color-stop(100%,#d9d9d9));
  background: -webkit-linear-gradient(top,  #fafafa 1%,#d9d9d9 100%);
  background: -o-linear-gradient(top,  #fafafa 1%,#d9d9d9 100%);
  background: -ms-linear-gradient(top,  #fafafa 1%,#d9d9d9 100%);
  background: linear-gradient(to bottom,  #fafafa 1%,#d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d9d9d9',GradientType=0 );

  text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
}


/**************************************************************
 * CSS for ENLARGE : pop-up enlarged image on mouseover  - clairB 150112
 **************************************************************/


/***Style the unordered list with the class 'enlarge'***/
ul.enlarge{
  list-style-type:none; /*remove the bullet point*/
}
ul.enlarge li{
/*  display:inline-block; /*places the images in a line*/
  position: relative; /*allows precise positioning of the popup image when used with position:absolute - see support section */
  z-index: 0; /*resets the stack order of the list items - we'll increase in step 4. See support section for more info*/
  margin:0px 0px 0px 0px; /*space between the images*/
}

/***In the HTML in step one we placed the large image inside a <span>, now we move it off the page until it's required***/
ul.enlarge span{
  position:absolute; /*see support section for more info on positioning*/
  left: -9999px; /*moves the span off the page, effectively hidding it from view*/
}

/***Note: This styling will apply to both the thumbnail and popup image, unless you override these styles in step five***/
ul.enlarge img{
  display: block;
  float: left;
  padding: 0;
  padding-top: 30px;
  width: auto;
  /*give the thumbnails a frame*/
  background-color:#fff; /*frame colour*/
/*  padding: 0px; /*frame size*/
  /*add a drop shadow to the frame*/
  -webkit-box-shadow: 0 0 0px rgba(132, 132, 132, .75);
  -moz-box-shadow: 0 0 0px rgba(132, 132, 132, .75);
  box-shadow: 0 0 0px rgba(132, 132, 132, .75);

}

ul.enlarge li:hover{
  z-index: 50; /*places the popups infront of the thumbnails, which we gave a z-index of 0 in step 1*/
  cursor:pointer; /*changes the cursor to a hand*/
}

/***We bring the large image back onto the page by reducing left from -9999px (set in step 2) to figures below***/
ul.enlarge li:hover span{   /*positions the <span> when the <li> (which contains the thumbnail) is hovered*/
  top: -00px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
  left: -80px; /*distance from the left of the thumbnail to the left of the popup image*/
}


/***Override the styling of images set in step 3 to make the frame smaller and the background darker***/
ul.enlarge span img{
  padding: 0px; /*size of the frame*/
  background: #fff; /*colour of the frame*/
}

/***Style the <span> containing the framed images and the caption***/
ul.enlarge span{
  /**Style the frame**/
  padding: 10px; /*size of the frame*/
  background:#fff; /*colour of the frame*/
  /*add a drop shadow to the frame*/
  -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
  -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
  box-shadow: 0 0 20px rgba(0,0,0, .75);
  /*give the corners a curve*/
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius:1px;
  /**Style the caption**/
  /*font-family: 'Droid Sans', sans-serif; /*Droid Sans is available from Google fonts*/
  font-size:.9em;
  text-align: center;
  color: #495a62;
}

/**************************************************************
 * END of CSS for ENLARGE
 **************************************************************/
