@charset "utf-8";

/***********************************************/ 
/***********************************************/
/* =GLOBAL CSS			  					   */
/***********************************************/ 
/***********************************************/ 

/* DO NOT CHANGE ANYTHING IN THIS AREA UNLESS YOU ARE A MEMBER OF THE MARKETING DEPARTMENT OR HAVE BEEN AUTHORISED TO DO SO. THIS CSS AFFECTS THE ENTIRE WEBSITE */

html
{
	overflow: scroll
}

body
{
	background: url(bg_tile.jpg) repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

html, body, th, form, em, strong, fieldset, h3, h4, h5, a, br
{
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

.imgbdr {
	border: 1px solid #999999;
	padding: 0px;
	margin: 2px;
}

input, textarea {
	border:#333333 1px solid;
}

.surnamesearch {
	height: 20px;
}

.radioinput {
	border: 0px;
}

h4 {
	font-size:16px;
	font-weight:bold;
}

h5 {
	font-size:14px;
	font-weight:bold;
}

h6 {
	font-size:12px;
	font-weight:bold;
}

#department h1
{
	font-size: 16px;
	color:#FFFFFF;
	padding: 0px;
	margin: 0px;
	vertical-align:middle;
}

#toplinks
{
	height: 15px;
	font-size:10px;
	color:#666666;
	margin-top: 0px;
	padding: 3px;
}

#toplinks a
{
	font-size:10px;
	color:#666666;z
}

#toplinks a:hover
{
	font-size:10px;
	color:#000000;
}

#wrapper
{
	background-color:#FFFFFF;
	width: 999px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border: #c6c4c4 1px solid;
}

#header
{
	background-image: url(banner_top.jpg);
	width: 999px;
	height: 43px;
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
}

#homepage
{
	width: 520px;
	padding: 0px;
	margin: 0px;
}

#homepage:hover
{
	background-image: url(banner_top_homepage.jpg);
	width: 520px;
	height: 43px;
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
}

#search
{
	float: right;
	padding-top: 8px;
	padding-right: 8px;
	color: #FFFFFF;
	font-weight:bold;
	font-size:12px;
}

.search
{
	background-color:#FFFFFF;
	border: #5894c4 1px solid;
	margin-right: 5px;
	padding: 3px;
	color:#569FD3;
}

.searchbutton
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.homeimg2pxbottom {
	margin-bottom: 2px;
}

#breadcrumbs, #breadcrumbs a
{
	color: #377fb9;
	font-size:10px;
	height: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

#breadcrumbs a:hover
{
	text-decoration:none;
}

#force
{
	height: 1px;
	clear: both;
}

.hr
{
	background-image: url(divider-tile.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding-bottom: 6px;
	padding-top: 2px;
	text-align: left;
	vertical-align:middle;
}

.centre
{
	text-align: center;
}

#footer
{
	text-align: right;
	width: 999px;
	height: 50px;
	background-color:#ffffff;
	color: #999999;
	font-size:12px;
	margin-top:1px;
	padding-top: 2px;
	padding-right: 0px;
	border-top: 1px #c6c4c4 solid;
}

.accesstoggle
{
	display: none;
	visibility:hidden;
	border: 0px;
} /*hides elements not suitable for the accessible template */

.vanish
{/* not used in accessible template */
}

.tinytext {
font-size: 10px;
}

/***********************************************/
/* =Left Column								   */
/***********************************************/ 

#leftcol
{
	width: 190px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 8px;
	float:left;
	color:#000000;
	font-size:12px;
}

#leftcol .box {
	border: 1px #d2d0d0 solid;
	background-color:#f5f5f5;
	padding: 3px;
}

#leftcol ul
{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#leftcol ul ul
{
	margin: 0px;
}

#leftcol li
{
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	border: 0px;
}

#leftcol li li
{
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#leftcol li li li
{
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#leftcol li a
{
	color: #333333;
	width: 175px;
	text-decoration: none;
	display:block;
	padding: 3px;
	margin: 2px;
	vertical-align: bottom;
}

#leftcol li li a
{
	color: #666666;
	width: 170px;
	text-decoration: none;
	display:block;
	padding: 3px;
	margin: 2px;
	vertical-align: bottom;
}

#leftcol li li li a
{
	color: #666666;
	width: 165px;
	text-decoration: none;
	display:block;
	padding: 3px;
	margin: 2px;
	vertical-align: bottom;
}

#leftcol a:hover
{
	color: #ffffff;
	background-color: #8ebadf;
}

#leftcol .active a
{
	color: #FFFFFF;
	background-color: #8ebadf;
}

#leftcol li li a:hover
{
	color: #ffffff;
	background-color: #d3d3f8;
}

#leftcol li li li a:hover
{
	color: #ffffff;
	background-color: #add2f2;
}

#leftcol .currentpage
{
	background-image: url(endpoint.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #cde6fc;
	width: 185px;
	padding: 3px;
	color: #377fb9;
	font-weight: bold;
	margin: 0px;
	vertical-align: bottom;
}

.currentpage a
{
	color: #377fb9;
	padding: 0px;
	margin: 0px;
}

ul li ul
{
	min-height: 1%;
}

/***********************************************/
/* =Right Column							   */
/***********************************************/ 

#rightcol
{
	width: 186px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 8px;
	float: left;
	padding-left: 3px;
	font-size: 10px;
}

#rightcol a
{
	color: #0066CC;
	text-decoration: none;
}

#rightcol a:hover
{
	color: #333333;
}

#rightcol p
{
	padding: 0px;
	margin: 0px;
}

#rightcol .box1
{
	border: 1px #d2d0d0 solid;
	background-color:#f5f5f5;
	padding: 3px;
}

#rightcol .box2
{
	border: 1px #999999 solid;
	background-color: #CCCCCC;
	padding: 3px;
}

#rightcol .box3
{
	border: 0px;
	padding: 3px;
}

#useful {
 	border: 1px #d2d0d0 solid;
	background-color:#f5f5f5;
	padding: 3px;
}

#useful a{
	color:#333333;
	line-height: 12px;
	font-size:10px;
}

/***********************************************/
/* =Centre Column							   */
/***********************************************/

#centrecol
{
	width: 550px;
	float:left;
	font-size:12px;
	line-height: 15px;
}

#centrecol h2
{
	font-size:16px;
}

#centrebox #text
{
	padding: 4px;
	width: 173px;
	color: #FFFFFF;
	float: right;
	font-size:12px;
}

#department a {
	text-decoration:none;
	color: #FFFFFF;
}

.centrebox2 {
	background: #f5f5f5;
	margin: 0px;
	padding: 5px;
	border: solid 1px #dddddd;
}

.centrebox3 {
	background: #f5f5f5;
	margin: 2px;
	float: right;
	width: 330px;
	padding: 5px;
	border: solid 1px #dddddd;
}

.centrebox4 {
	background: #f5f5f5;
	margin: 0px;
	padding: 3px;
	border: solid 1px #999999;
	display: table;
	height: 220px;
}


li.currentsection
{
	background-color: #569FD3;
	width: 185px;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	height: 15px;
	border: 0px;
	font-weight:bold;
}

.currentsection a
{
	background-color: #569fd3;
	width: 185px;
	padding: 0px;
	margin: 0px;
	height: 15px;
	border: 0px;
	font-weight:bold;
}

.currentsection a:hover
{
	background-color: #00CCFF;
	width: 185px;
	padding: 0px;
	margin: 0px;
	height: 15px;
	border: 0px;
	font-weight:bold;
}

.lonelylink a
{
	color: #569FD3;
}

.lonelylink a:hover
{
	color: #006699;
}

#centrecol a
{
	text-decoration: none;
	color:#3366CC;
}

#centrecol a:visited
{
	text-decoration: none;
}

#centrecol a:hover
{
	color: #00CCFF;
}

#centrebox h1
{
	font-size: 18px;
	color: #FFFFFF;
}

#featurebox_container
{
	height: 130px;
	width: 561px;
	margin: 0px;
	padding: 0px;
}

#centrecontent_container
{
	width: 550px;
	margin: 0px;
	padding: 0px;
	clear:right;
	margin-bottom: 10px;
	margin-top: 10px;
}

#centrecontent_container h1
{
	font-size:18px;
	padding: 0px;
	margin-bottom: 15px;
}

.featurebox
{
	width: 270px;
	height: 100px;
	padding: 2px;
	border: 1px #d2d0d0 solid;
	font-size:12px;
	margin-top: 10px;
}

#fbleft
{
	float:left;
	margin-right: 7px;
}

#fbright
{
	float:left;
	margin-right: 0px;
}

.featurebox .c1
{
	height: 100px;
	width: 25px;
	padding: 0px;
	float:left;
}

.featurebox .c2
{
	padding: 0px;
	margin: 0px;
	height: 99px;
	width: 219px;
}

.featurebox .c3
{
	width: 26px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#featurebox_container .image
{
	float:left;
	padding: 0px;
	margin: 0px;
	margin-right:10px;
	margin-top: 10px;
	border: 0px;
}

#featurebox_container .image-nm
{
	float:left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-top: 10px;
}

.currentsection ul
{
	min-height: 1%;
}

.nobullet
{
	list-style-type: none;
	list-style-image: none;
}

/*** =COURSES ***/
	
/* A to Z Box  for courses home page*/

.courselist
{
	list-style-type: none;
}

#littlebuttonshome
{
	float: left;
	width: 280px;
	height: 45px;
	margin: 55px 0px 0 5px !important;
	padding: 0px !important;
	display: inline;
}

#littlebuttonshome a:link
{
	float:left;
	width:16px;
	height:16px;
	margin:0 3px 3px 0;
	background-color: #0066CC;
	color:#FFFFFF;
	display:inline;
	text-decoration:none;
	text-align:center;
	font:100% Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:1px 0 0 0;
	font-weight:bold;
}

#littlebuttonshome a:visited
{
	float:left;
	width:16px;
	height:16px;
	margin:0 3px 3px 0;
	background-color: #0066CC;
	color:#FFFFFF;
	display:inline;
	text-decoration:none;
	text-align:center;
	font:100% Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:1px 0 0 0;
	font-weight:bold;
}

#littlebuttonshome a:hover
{
	float:left;
	width:16px;
	height:16px;
	margin:0 3px 3px 0;
	background-color: #0099CC;
	color:#000000;
	display:inline;
	text-decoration:none;
	text-align:center;
	font:100% Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:1px 0 0 0;
	font-weight:bold;
}

#littlebuttonshome a:active
{
	float:left;
	width:16px;
	height:16px;
	margin:0 3px 3px 0;
	background-color: #000066;
	color:#FFFFFF;
	display:inline;
	text-decoration:none;
	text-align:center;
	font:100% Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:1px 0 0 0;
	font-weight:bold;
}

#atozboxhome
{
	background-image: url(atozhome.jpg);
	background-repeat: no-repeat;
	float: left;
}

/* A to Z Box for rest of pages */

#atozbox
{
	background-image: url(atoz.jpg);
	background-repeat:no-repeat;
	width:165px;
	height:201px;
	float:left;
}

#littlebuttons
{
	float:left;
	width:164px;
	height:140px;
	margin: 40px 0px 0 10px !important;
	padding:0px !important;
	display:inline;
}

#littlebuttons a:link
{
	float:left;
	width:16px;
	height:16px;
	margin:0 3px 3px 0;
	background-color: #0066CC;
	color:#FFFFFF;
	display:inline;
	text-decoration:none;
	text-align:center;
	font:100% Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:1px 0 0 0;
	font-weight:bold;
}

#littlebuttons a:visited
{
	float:left;
	width:16px;
	height:16px;
	margin:0 3px 3px 0;
	background-color:#0066CC;
	color:#FFFFFF;
	display:inline;
	text-decoration:none;
	text-align:center;
	font:100% Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:1px 0 0 0;
	font-weight:bold;
}

#littlebuttons a:hover
{
	float:left;
	width:16px;
	height:16px;
	margin:0 3px 3px 0;
	background-color: #0099CC;
	color:#000000;
	display:inline;
	text-decoration:none;
	text-align:center;
	font:100% Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:1px 0 0 0;
	font-weight:bold;
}

#littlebuttons a:active
{
	float:left;
	width:16px;
	height:16px;
	margin:0 3px 3px 0;
	background-color: #000066;
	color:#FFFFFF;
	display:inline;
	text-decoration:none;
	text-align:center;
	font:100% Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:1px 0 0 0;
	font-weight:bold;
}

.courseselectorbox
{
	border: solid 0px #76766E;
	padding: 5px 5px 5px 80px;
	font-size:0.95em;
	background-color: #6699FF;
	background-image: url(coursearrow.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 200px;
	height: 150px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.courseselectorboxtitle
{
	font-size: 1.3em;
	font-weight: bold;
}

#indexl
{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	display:inline;
}

*index indexl
{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: 0px;
	display:inline;
	margin-right:-3px;
	height: 1%;
}

#indexr
{
	float: left;
	display:inline;
}

*html #indexr
{
	float: right;
	display:inline;
	margin-left:-3px;
	height: 1%;
}

#indexrhome
{
	float: left;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 7px;
	display:inline;
}

*html #indexrhome
{
	float: right;
	display:inline;
	margin-left:-17px;
	height: 1%;
	margin-top: 7px;
}

ul.indexleft a:link, ul.indexleft a:visited
{
	padding: 5px;
	color: #292929;
	font-weight: bold;
	background-color: #b2c0c2;
	text-decoration: none;
	border-top: thin solid #fff;
	border-bottom: thin solid #fff;
	list-style-type: none;
	display: block;
}

ul.indexleft a:hover, ul.indexleft a:active
{
	padding: 5px;
	color: #fff;
	background-color: #5d5d5d;
}

.indexright li
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #dcdcdc;
	list-style-type: none;
}

* html .indexright li
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #dcdcdc;
	list-style-type: none;
	height: 1%;
}

ul indexleft
{
	list-style-type: none;
	margin: margin: 5px 5px 5px 0;
}

.bl {font-family: arial;
	background: url(bl.gif)#0098c9 no-repeat 0 100%}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:5px 0px}

.coursesummary_title {
	font-size: 1.6em;
	font-weight: bold;
margin-left: -30px; }
.coursesummary_bold {
	color: #fff;
	margin-left: -30px;
	font-weight: bold; }
#threegoodreasons {
	font-size: 0.85em; }

.bl a:link {
	color: #fff;
	font-weight: bold; }
.bl a:visited {}
.bl a:hover {
	color: #0098c9;
	background-color: #fff; }
.bl a:active{}

.standard_red
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: red;
    text-align: left;
    }
    

.title
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #black;
    text-align: left;
}

.title_italic
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #black;
    text-align: left;
    font: italic;
}
    
.title_red
    {
    font-family: Arial, Helvetica, sans-serif;
     font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: red;
    text-align: left;
    }

.title_red_italic
    {
    font-family: Arial, Helvetica, sans-serif;
     font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: red;
    text-align: left;
     font: italic;
    }
    
.sub_sext
    {
    font-family: Arial, Helvetica, sans-serif;
     font-size: 9px;
    line-height: 18px;
    font-weight: normal;
    color: black;
    text-align: left;
    }
    
.sub_text_italic
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 18px;
    font-weight: normal;
    color: black;
    text-align: left;
    font: italic;
}

#basicbox {font-size: 0.9em;
	color: #000;
	background-color: #deeaf9;
	background-position: 0 0;
	padding: 5px;
	border: solid 1px #292929; }

#basicbox a:link {color: #000; text-decoration:underline;}
#basicbox a:visited {color: #000; text-decoration:underline;}
#basicbox a:hover {color: #000; text-decoration:underline;}
#basicbox a:active {color: #000; text-decoration:underline;}

#basicboxcourses{font-size: 0.9em;
	background-color: #edecc2;
	background-position: 0 0;
	padding: 5px;
	border: solid 1px #292929;
	color: #000;
	 }
	 
#basicboxcourses a:link {color: #000; text-decoration:underline;}
#basicboxcourses a:visited {color: #000; text-decoration:underline;}
#basicboxcourses a:hover {
	color: #fff;
	background-color: #292929;
	text-decoration:underline; }
#basicboxcourses a:active {color: #000; text-decoration:underline;}

#basicboxprogrammes {font-size: 0.9em;
	color: #000;
	background-color: #deeaf9;
	background-position: 0 0;
	padding: 5px;
	border: solid 1px #292929; }

#basicboxprogrammes a:link {color: #000; text-decoration:underline;}
#basicboxprogrammes a:visited {color: #000; text-decoration:underline;}
#basicboxprogrammes a:hover {color: #000; text-decoration:underline;}
#basicboxprogrammes a:active {color: #000; text-decoration:underline;}


/*** END COURSES ***/

/*** SIDE BOXES **

.sideboxgray
{
	font-size: 0.95em;
	background: #f5f5f5;
	margin: 0;
	padding: 5px;
	border: solid 1px #ddd;
}

.sideboxgray a:link
{
	text-decoration: none;
}

.sideboxgray a:visited
{
	text-decoration: none;
}

.sideboxgray a:hover
{
	text-decoration: underline;
}

.sideboxgray a:active
{
	text-decoration: underline;
}

.sideboxblue
{
	margin: 0 0;
	border: 1px solid #ddd;
	padding: 5px;
	font-size:.9em;
	background: #f2f0ff;
}

.sideboxblue a:link
{
	text-decoration: none;
}

.sideboxblue a:visited
{
	text-decoration: none;
}

.sideboxblue a:hover
{
	text-decoration: underline;
}

.sideboxblue a:active
{
	text-decoration: underline;
}

.sideboxclear
{
	margin: 0 0;
	border: 1px solid #ddd;
	padding: 5px;
}*/

.studprofile
{
	margin-left: 10px;
	border: 1px solid #006699;
	padding: 5px;
	background: #A9BCFE;
	color:#ffffff;
	width: 150px;
	float: right;
}

.studprofiletitle {	
	font-weight: bold;
	font-size: 1.6em;
	colour: #ffffff;
	letter-spacing: 0.4em;
}

/*** END SIDEBOXES ***/

/*** Courses Lists ***/
#coursecontainingbox
{
}

#courseleftbox
{
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	width: 20em;
	float: left;
	margin: 0 0 0 1em;
}

#courserightbox
{
	font-size: 0.8em;
	min-width: 22em;
	width: 40%;
	float: left;
	margin: 0 0 0 2em;
	padding: 0;
}

.courseboldtitle
{
	font-weight: 700;
	background-color: #cbe8ec;
	border-top: 1px solid #808080;
	list-style-type: none;
}

.coursebold
{
	font-weight: 700;
}

#courserightbox ul
{
	background: transparent;
	font-size:0.95em;
	margin: 0;
	padding: 0;
}

#courserightbox li
{
	padding: 0.5em 0 0.25em 0.5em;
	border-bottom: 1px solid #cacac5;
}

#courserightbox a:link
{
	color: black;
	text-decoration: none;
}

#courserightbox a:hover
{
	text-decoration: underline;
}

#courseleftbox ul
{
	background-color: #d8edef;
	margin: 0;
	padding: 0;
}

#courseleftbox ul a:link, a:visited
{
}

#courseleftbox ul a:hover
{
	background-color: #668386;
	width: 100%;
	height: 1.1em;
}

#courseleftbox li
{
	width: 20em;
	padding: 0.3em;
	border-top: thin solid #fff;
	border-bottom: thin hidden #fff;
	border-right-color: #fff;
	border-right-width: thin;
}

#courseleftbox li a:link, a:visited
{
	color: #000;
	text-decoration: none;
	list-style-type: none;
}

#courseleftbox li a:hover
{
	color: #fff;
	list-style-type: none;
}

/* Trying to this out, trying to get add the bullet points back onto programme copy but keeping them off course list */
.courselist
{
	list-style-type: none;
}

/*** end courses lists ***/

.trheaderblue {
	height: 15px;
	background-color: #5B71A4;
	padding: 5px;
	color:#FFFFFF;
	font-weight:bolder;
}

.trlightblue {
	height: 10px;
	background-color: #99CCFF;
	padding: 5px;
	font-weight:bolder;
}

.cell
{
	background-color: #EDECFF;
	padding: 4px;
}

.cellalt
{
	background-color: #E1EAE9;
	padding: 4px;
}

.cellred
{
	background-color: #FF9999;
	color: #FF0000;
	padding: 4px;
}

.cellbull
{
	background-color: #569FD3;
	color: #000000;
	padding: 4px;
}

/* Right Box Calendar */

#calendar
{
	width: 117px;
	height: 127px;
	border: 1px #666666 solid;
	background-color: #cccccc;
	text-align: center;
	margin: auto;
	padding-top: 1px;
}
	
#calendar_container
{
	border: 1px #666666 solid;
	background-color:#E1E3FF;
	width: 103px;
	height: 98px;
	padding: 2px;
	margin: 4px;
	}

.month
{
	width: 30px;
	height: 20px;
	line-height: 18px;
	color: #000000;
	font-size:12px;
	text-align:center;
	background-color:#99CCFF;
	display:inline;
	margin: 2px;
	font-weight:bold;
	float:left;
}

.month a
{
	width: 30px;
	height: 20px;
	font-size:12px;
	text-align:center;
	background-color: #003366;
	display:inline;
	text-decoration:none;
	font-weight:bold;
	float:left;
}

.month a:hover
{
	width: 30px;
	height: 20px;
	color: #FFFFFF;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	background-color: #006699;
	display:inline;
	font-weight:bold;
	float:left;
}
/* end Right Box Calendar */

/* Residence key box */

#residencekey {
	width: 184px;
	font-size:10px;
	padding: 2px;
	margin: 1px;
	background-color: #E4E4E4;
	color: #333333;
	font-weight:bold;
	border: 1px  #999999 solid;	
}

#residencekey table {
	width: 185px;
}
#residencekey .cell {
	background-color:#CCCCCC;
	color:#333333;
	border: 1px #999999 solid;
}

#residencekey .cellalt {
	background-color: #F7F7F7;
	color:#333333;
	border: 1px #999999 solid;
}

/* end residence key box */


/***********************************************/ 
/***********************************************/
/* =Department Specific   					   */
/***********************************************/ 
/***********************************************/ 

/***********************************************/
/* =CORPORATE  								   */
/***********************************************/ 

#corporate
{
/* This ID contains the colour scheme for the university, please do not alter anything in this section unless you are authorised to do so */
}

#corporate #department
{
	background-color: #569FD3;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#corporate h2
{
	color: #569FD3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#corporate h3
{
	color: #569FD3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#corporate #centrebox
{
	width: 559px;
	height: 222px;
	background-color: #569FD3;
	padding: 0px;
	margin: 0px;
}

/***********************************************/
/* =HULL CAMPUS								   */
/***********************************************/ 

#hullcampus
{
/* This ID contains the colour scheme for the Hull Campus, please do not alter anything in this section unless you are authorised to do so */
}

#hullcampus #department
{
	background-color: #B5121B;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#hullcampus h2
{
	color: #B5121B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#hullcampus h3
{
	color: #B5121B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#hullcampus #centrebox
{
	width: 559px;
	height: 222px;
	background-color: #B5121B;
	padding: 0px;
	margin: 0px;
}

#hullcampus .currentsection
{
	background-color: #B5121B;
	width: 185px;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	height: 15px;
	border: 0px;
}

/***********************************************/
/* =SCARBOROUGH CAMPUS						   */
/***********************************************/ 

#scarboroughcampus
{
/* This ID contains the colour scheme for the Scarborough Campus, please do not alter anything in this section unless you are authorised to do so */
}

#scarboroughcampus #department
{
	background-color: #DCA616;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#scarboroughcampus h2
{
	color: #DCA616;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#scarboroughcampus h3
{
	color: #DCA616;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#scarboroughcampus #centrebox
{
	width: 559px;
	height: 222px;
	background-color: #DCA616;
	padding: 0px;
	margin: 0px;
}

#scarboroughcampus .currentsection
{
	background-color: #DCA616;
	width: 185px;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	height: 15px;
	border: 0px;
}

/***********************************************/
/* =UNDERGRADUATE          					   */
/***********************************************/ 

#undergraduate
{
/* This ID contains the colour scheme for the Undergraduate Site, please do not alter anything in this section unless you are authorised to do so */
}

#undergraduate #department
{
	background-color: #493F87;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#undergraduate h2
{
	color: #493F87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#undergraduate h3
{
	color: #493F87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#undergraduate #centrebox
{
	width: 559px;
	height: 222px;
	background-color: #493F87;
	padding: 0px;
	margin: 0px;
}

#undergraduate .currentsection
{
	background-color: #493F87;
	width: 185px;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	height: 15px;
	border: 0px;
}

/***********************************************/
/* =POSTGRADUATE          					   */
/***********************************************/ 

#postgraduate
{
/* This ID contains the colour scheme for the Post Graduate Department, please do not alter anything in this section unless you are authorised to do so */
}

#postgraduate #department
{
	background-color: #336600;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#postgraduate h2
{
	color: #336600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#postgraduate h3
{
	color: #336600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#postgraduate #centrebox
{
	width: 559px;
	height: 222px;
	background-color: #336600;
	padding: 0px;
	margin: 0px;
}

#postgraduate .currentsection
{
	background-color: #336600;
	width: 185px;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	height: 15px;
	border: 0px;
}

/***********************************************/
/* =RESEARCH     						       */
/***********************************************/ 

#research
{
/* This ID contains the colour scheme for the Research Department, please do not alter anything in this section unless you are authorised to do so */
}

#research #department
{
	background-color: #A7BB60;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#research h2
{
	color: #A7BB60;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#research h3
{
	color: #A7BB60;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#research #centrebox
{
	width: 559px;
	height: 222px;
	background-color: #A7BB60;
	padding: 0px;
	margin: 0px;
}

#research .currentsection
{
	background-color: #A7BB60;
	width: 185px;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	height: 15px;
	border: 0px;
}

/***********************************************/
/* =ALUMNI		         					   */
/***********************************************/ 

#alumni
{
/* This ID contains the colour scheme for the Alumni Website, please do not alter anything in this section unless you are authorised to do so */
}

#alumni #department
{
	background-color: #876500;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#alumni h2
{
	color: #876500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#alumni h3
{
	color: #876500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#alumni #centrebox
{
	width: 559px;
	height: 222px;
	background-color: #876500;
	padding: 0px;
	margin: 0px;
}

#alumni #text
{
	padding: 4px;
	width: 173px;
	color: #FFFFFF;
	float: right;
	font-size:12px;
}

#alumni .currentsection
{
	background-color: #876500;
	width: 185px;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	height: 15px;
	border: 0px;
}

/***********************************************/
/* =BUSINESS		         				   */
/***********************************************/ 

#business
{
/* This ID contains the colour scheme for the Business Website, please do not alter anything in this section unless you are authorised to do so */
}

#business #department
{
	background-color: #7D7D7D;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#business h2
{
	color: #7D7D7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#business h3
{
	color: #7D7D7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#business #centrebox
{
	width: 559px;
	height: 222px;
	background-color: #7D7D7D;
	padding: 0px;
	margin: 0px;
}

#business #text
{
	padding: 4px;
	width: 173px;
	color: #FFFFFF;
	float: right;
	font-size:12px;
}

#business .currentsection
{
	background-color: #7D7D7D;
	width: 185px;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	height: 15px;
	border: 0px;
}

/***********************************************/
/* =FACULTY OF ARTS AND SOCIAL SCIENCES		   */
/***********************************************/ 

#arts
{
/* This ID contains the colour scheme for the Faculty of Arts and Social Sciences, please do not alter anything in this section unless you are authorised to do so */
}

#arts #department
{
	background-color: #E78A05;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#arts h2
{
	color: #E78A05;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#arts h3
{
	color: #E78A05;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#arts #centrebox
{
	width: 559px;
	height: 222px;
	background-color: #E78A05;
	padding: 0px;
	margin: 0px;
}

#arts .currentsection
{
	background-color: #E78A05;
	width: 185px;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	height: 15px;
	border: 0px;
}

/***********************************************/
/* =FACULTY OF HEALTH AND SOCIAL CARE		   */
/***********************************************/ 

#health
{
/* This ID contains the colour scheme for the Faculty of Health and Social Care, please do not alter anything in this section unless you are authorised to do so */
}

#health #department
{
	background-color: #005596;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#health h2
{
	color: #005596;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#health h3
{
	color: #005596;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#health #centrebox
{
	width: 559px;
	height: 222px;
	background-color: #005596;
	padding: 0px;
	margin: 0px;
}

#health .currentsection
{
	background-color: #005596;
	width: 185px;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	height: 15px;
	border: 0px;
}

/***********************************************/
/* =HULL BUSINESS SCHOOL     (HUBS)   		   */
/***********************************************/ 

#hubs
{
/* This ID contains the colour scheme for the Hull Business School, please do not alter anything in this section unless you are authorised to do so */
}

#hubs #department
{
	background-color: #9B0033;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#hubs h2
{
	color: #9B0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#hubs h3
{
	color: #9B0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#hubs #centrebox
{
	width: 559px;
	height: 222px;
	background-color: #9B0033;
	padding: 0px;
	margin: 0px;
}

#hubs .currentsection
{
	background-color: #9B0033;
	width: 185px;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	height: 15px;
	border: 0px;
}

/***********************************************/
/* =INSTITUTE OF LEARNING		     		   */
/***********************************************/ 

#learning
{
/* This ID contains the colour scheme for the Institute of Learning, please do not alter anything in this section unless you are authorised to do so */
}

#learning #department
{
	background-color: #9D3393;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#learning h2
{
	color: #9D3393;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#learning h3
{
	color: #9D3393;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#learning #centrebox
{
	width: 559px;
	height: 222px;
	background-color: #9D3393;
	padding: 0px;
	margin: 0px;
}

#learning .currentsection
{
	background-color: #9D3393;
	width: 185px;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	height: 15px;
	border: 0px;
}

/***********************************************/
/* =FACULTY OF SCIENCE			     		   */
/***********************************************/ 

#science
{
/* This ID contains the colour scheme for the Faculty of Science, please do not alter anything in this section unless you are authorised to do so */
}

#science #department
{
	background-color: #529724;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#science h2
{
	color: #529724;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#science h3
{
	color: #529724;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#science #centrebox
{
	width: 559px;
	height: 222px;
	background-color: #529724;
	padding: 0px;
	margin: 0px;
}

#science .currentsection
{
	background-color: #529724;
	width: 185px;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	height: 15px;
	border: 0px;
}
