/* CSS Document */

/*RED olour style sheet for the 2 column static template*/

/*This sets the colour of the bar that runs across the very top of the website*/
.topBar {background: transparent;}

/*This sets the colour of the bar containing the bottom navigation */
.bottomNav {background: transparent;}
/*This sets the colour of the five boxes*/
.bottomNav a {background: #93003F; border: 1px solid #FFFFFF;}
/*This sets the colour of the text within the five boxes*/
.bottomNav a:link, .bottomNav a:visited, .bottomNav a:active {color: #FFFFFF;}
/*This sets the colour of the five boxes and text within, when the mouse is rolled over*/
.bottomNav a:hover {color: #333333;	background: #FFFFFF;}


/*This sets the colour for the bar underneath the bottom navigation*/
.maintainer {background: transparent; color: #fff;}
/*This sets the colour of the text for the updated date*/
.maintainerLeft {color: #fff;}
/*This sets the colour of the text for the maintainer text*/
.maintainerRight a:link, .maintainerRight a:visited, .maintainerRight a:active {color: #fff;}
/*This sets the colour of the text for the maintainer text, when the mouse is rolled over*/
.maintainerRight a:hover {color: #FFD2E6;}
/*This sets the colour of the approved text at the very bottom of the screen*/
.approved {color:#fff;}


/*This sets the colour for the  main background colour*/
BODY {background: #B7004C;}

/*This sets the background image for coloured menu on the left*/
.menu {BACKGROUND:    url("../images/menus_red.gif") repeat-y 0 0;}
/*This sets the colour of menu boxes for the main navigation on the left*/
.columnOne li {background: #9F0044;}
/*This sets the colour for the text in the main navigation*/
.columnOne a:link, .columnOne a:visited, .columnOne a:active {color: #ffffff; border-bottom: 1px solid #ffffff;}
/*This sets the background colour and text colour for the rollover state, and also to show what section you are in*/
.columnOne a:hover, .columnOne a#current {color: #333333; background: #ffffff;}
/*This sets the text colour for main page content area and also adds the shadow underneath the top main bar*/
.columnTwo {COLOR: #333333; background:   url("../images/shadow.jpg") #ffffff no-repeat top right;}
/*This sets the text colour for all links in the main page content area*/
.columnTwo a, .columnTwo a:link, .columnTwo a:visited, .columnTwo a:active {color: #333333;}	
/*This sets the text colour for all links in the main page content area when the mouse is rolled over*/
.columnTwo a:hover {color: #9F0044;}
/*This sets the image used for bullets in the main page content area*/
.columnTwo ul {margin: 0 0 10px 10px;}
.columnTwo ul li {background: url("../images/bullet_red.gif") transparent no-repeat 0 2px; list-style-type: none; padding: 0 0 0 10px;}
/*This is for the bottom of the screen, so that the background image for the menu shows up*/
.bottom {background: #B7004C;}
/*This sets the colour for the h1 text, main heading top right hand corner*/
h1 {color: #FFFFFF;}
/*This sets the colour for the h2 text, main heading of the page content area*/
h2 {color: #333333; border-bottom: 5px solid #990033;}
/*This sets the colour for the h3 text in the main page content area*/
h3 {color: #333333; border-top: 1px solid #CCCCCC;}
/*This sets the colour for the border arounds images*/
/*.photo {background: #FFECF2;}*/
/*This sets the highlight box colour*/
.highlight {background: #FFECF2;}
/*This sets the cell border colour for tables*/
td {border-bottom: 1px solid #ccc;}
/*This sets the table heading colour*/
th {background: #FFECF2;}
/*sets the background colour for all odd rows in a table*/
.odd {background: #FFECF2;}
/*sets the background colour for all even rows in a table*/
.even {background: #ffffff;}
/*sets the style for blockquotes when used with a div*/
blockquote { font-size: 72%;  background:  url(../images/quoteleft.gif) left top no-repeat;}
/*a div needs to be added to the blockquote to add the quote graphic on the right hand side*/
blockquote div { padding: 0 48px;  background:  url(../images/quoteright.gif) no-repeat right bottom;}

/*Controls the colours of the  breadcrumbs*/
.breadcrumbs {color: #E6004A;}
.breadcrumbs a {color: #E6004A !important;}
.breadcrumbs a:hover {color: #A40035 !important;}

/*These styles control the colours of the menu on the right side of the home page*/
.quick {border: 1px solid #ccc;}
.quick-header {background: #9F0044; color: #fff;}

/*Controls the coulours for the student profile*/
.photo-caption {background: #9F0044;}
.profile-quote {background: #9F0044;}
.border-none {border: none;}