﻿/* university colours as follows: */
/* soedt: #ffcc00 */
/* sls: #339999 */
/* ssis: #993399 */
/* soh: #99cc33 */
/* sled: #003399 */
/* soi: #ff0000 */
/* som: #666699 */
/* gradschool: #999999 */
/* magenta #ef037f */
/* light grey #d1d8d8 */
/* dark grey #888a8c */
/* study #ef037f */
/* student life #FFCC00 */
/* bradford #66CC33 */
/* research #330099 */
/* graduates #990099 */
/* about#33CC99 */
/* link colour #0071bc */

body {
  background-color: #d1d8d8;
}

#skipnav a:focus {
  background: #fff; 
	border: solid 2px #1B6BD8;
	}
	 
#skipnav a:hover {
  color: #029EDE;
	}

#skipnav a:active {
	background: #fff;
	border: solid 2px #1B6BD8;
  }

a {
  color: #0071bc;
}

fieldset {
  border: 1px solid #d1d8d8;
  color: black;
  }
  
legend {
  color: black;
  }

/* masthead styles */

/* replace background-color value with school or desired colour for header block*/
#masthead {
  background-color: #d1d8d8;
  border-bottom: 5px solid white;
  color: white;
	}

#banner {
  background-color: black;
	}

#banner a {
  color: white;
  }

#bannerlinks {
  background-color: black;
	}

#bannerlinks ul li {
  border-right: 1px solid #ef037f;
	}

#bannerlinks form label {
  color: ;
	}

#mainnav {
  background-color: #d1d8d8;
  color: ;
	}

#mainnav ul li {
  background: #ef037f;
  color: white;
	}

#mainnav ul li.first {
  background: #888a8c;
	}

#mainnav ul li a {
  color: white;
/*  border-bottom: 5px solid #ef037f;*/
	}

#mainnav ul li.first a {
/*	border-bottom: 5px solid #888a8c;*/
}

.study #mainnav ul li a.here {
	border-bottom: 5px solid #ef037f;
background-color:black;
/*background:url('/externalsubpages/tabhere.gif') bottom right no-repeat;*/
}

.student #mainnav ul li a.here {
background-color:black;
	border-bottom: 5px solid #FFCC00;
}

.bradford #mainnav ul li a.here {
background-color:black;
	border-bottom: 5px solid #66CC33;
}

.research #mainnav ul li a.here {
background-color:black;
	border-bottom: 5px solid #330099;
}

.graduates #mainnav ul li a.here {
background-color:black;
	border-bottom: 5px solid #990099;
}

.about #mainnav ul li a.here {
background-color:black;
	border-bottom: 5px solid #33CC99;
}

/* leftcolumn styles */

#leftcolumn {
  background-color: #d1d8d8;
	}

/* School Colours */
.sls #leftcolumn h1 {
	background-color: #339999;
	color:white;	
}

.soedt #leftcolumn h1 {
	background-color: #ffcc00;
	color:white;	
}

.soh #leftcolumn h1 {
	background-color: #ff0000;
	color:white;	
}

.ssis #leftcolumn h1 {
	background-color: #993399;
	color:white;	
}

.som #leftcolumn h1 {
	background-color: #666699;
	color:white;	
}

.sled #leftcolumn h1 {
	background-color: #003399;
	color:white;	
}

/* end school colours */

.student #leftcolumn #leftpanel h1 {
   background: url('/images/random_images_student/rotate.php') top center no-repeat #FFCC00;
	color: white;
}

.bradford #leftcolumn #leftpanel h1 {
   background: url('/images/random_images_bradford/rotate.php') top center no-repeat #66CC33;
	color: white;
}

.graduates #leftcolumn #leftpanel h1 {
   background: url('/images/random_images_graduates/rotate.php') top center no-repeat #990099;
	color: white;
}

.about #leftcolumn #leftpanel h1 {
   background: url('/images/random_images_about/rotate.php') top center no-repeat #33CC99;
	color: white;
}

.research #leftcolumn #leftpanel h1 {
   background: url('/images/random_images_research/rotate.php') top center no-repeat #330099;
	color: white;
}

.study #leftcolumn #leftpanel h1 {
   background: url('/images/random_images_study/rotate.php') top center no-repeat #ef037f;
	color: white;
}

.student #leftcolumn #leftpanel h2 {
   background-color: #FFCC00;
	color: white;
}

.bradford #leftcolumn #leftpanel h2 {
   background-color: #66CC33;
	color: white;
}

.graduates #leftcolumn #leftpanel h2 {
   background-color: #990099;
	color: white;
}

.about #leftcolumn #leftpanel h2 {
   background-color:#33CC99;
	color: white;
}

.research #leftcolumn #leftpanel h2 {
   background-color: #330099;
	color: white;
}

.study #leftcolumn #leftpanel h2 {
   background-color: #ef037f;
	color: white;
}
  
#leftpanel, .leftpanel {
	background-color:white;
}	
/* centre styles */
#maincontent {
  background: url('/images/bg-percent.gif') 20% 0 repeat-y #d1d8d8;
}
#container {
  background: url('/images/bg-bar-percent.gif') 79% 0 repeat-y;
}

#centre {
  background-color: white;
	}

#centre img {
/*  border: 1px solid #d1d8d8;*/
	}

#centre h1 {
  color: black;
	}

#centre h2 {
	color: black;
	}

/* school colour rules for dept info */

/*School of Life Sciences */
.sls #centre h2 {
	color: #339999;
}

.sls #centre p.deptlink {
	background-color: #339999;
	color: white;
}

.sls #centre p.deptlink a{
	color: white;
}

/* School of Engineering */

.soedt #centre h2 {
	color: #ffcc00;
}

.soedt #centre p.deptlink {
	background-color: #ffccoo;
	color: white;
}

.soedt #centre p.deptlink a{
	color: white;
}

/* School of Health */

.soh #centre h2 {
	color: #99cc33;
}

.soh #centre p.deptlink {
	background-color: #99cc33;
	color: white;
}

.soh #centre p.deptlink a{
	color: white;
}

/* School of Social and International Studies */

.ssis #centre h2 {
	color: #993399;
}

.ssis #centre p.deptlink {
	background-color: #993399;
	color: white;
}

.ssis #centre p.deptlink a{
	color: white;
}

/* School of Informatics */

.soi #centre h2 {
	color: #ff0000;
}

.soi #centre p.deptlink {
	background-color: #ff0000;
	color: white;
}

.soi #centre p.deptlink a{
	color: white;
}

/* School of Management */

.som #centre h2 {
	color: #666699;
}

.som #centre p.deptlink {
	background-color: #666699;
	color: white;
}

.som #centre p.deptlink a{
	color: white;
}

/* School of Lifelong Education */

.sled #centre h2 {
	color: #003399;
}

.sled #centre p.deptlink {
	background-color: #003399;
	color: white;
}

.sled #centre p.deptlink a{
	color: white;
}

/* end  school colours */
#centre h3 {
  color: black;
	} 

#centre th {
		 background-color: #d1d8d8;
}

#centre td {
		 background-color: #f1f8f8;
}

#centre table {
  border: 1px solid #d1d8d8;
	}

  
/* right column styles */

#rightcolumn {
  background-color: white;
  }

#rightcolumn h1 {
  }

#rightcolumn h2 {
  }

#rightcolumn blockquote {
  color: #ef037f;
	}

#rightcolumn .rightpanel {
	border-bottom: 1px solid #d1d8d8;
}

#rightcolumn .rightpanel h1 {	
color: black;
}

.study #rightcolumn .rightpanel h1 {	
color: #ef037f;
}

.student #rightcolumn .rightpanel h1 {	
color: #FFCC00;
}

.bradford #rightcolumn .rightpanel h1 {	
color: #66CC33;
}

.research #rightcolumn .rightpanel h1 {	
color: #330099;
}

.graduates #rightcolumn .rightpanel h1 {	
color: #990099;
}

.about #rightcolumn .rightpanel h1 {	
color:#33CC99;
}
/* school colours */
.sls #rightcolumn .rightpanel h1 {	
color: #339999;
}

.soedt #rightcolumn .rightpanel h1 {	
color: #ffcc00;
}

.soh #rightcolumn .rightpanel h1 {	
color: #99cc33;
}

.ssis #rightcolumn .rightpanel h1 {	
color: #993399;
}

.soi #rightcolumn .rightpanel h1 {	
color: #ff0000;
}

.som #rightcolumn .rightpanel h1 {	
color: #666699;
}

.sled #rightcolumn .rightpanel h1 {	
color: #003399;
}
/* end school colours */

/* footer styles */
#footer {
  margin: 0;
  padding: 10px 15px 10px 30%;
  background-color: #d1d8d8;
  border-top: 5px solid white;
  font-size: 0.8em;
  clear: both;
  }
