﻿/* Styles for Page ----------------------------------------------------------------------------- */

body {
	color: #000077;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color:#9DB0C4;
}

#wholepagecontainer {
	width: 880px;
	height: 100%;
	margin: 0 auto;
	margin-top: 10px;
	background-color:#9DB0C4;
}

#mainpagebody {
	width: 860px;
	margin: 5px 0px 10px 10px;
	background-color: #FFFFFF;
	border: 1px #3333CC solid;
	border-width: 1px 1px 1px 1px;
	background-image: url('/graphics/assorted/pageheader.png');
	background-repeat: no-repeat;
}

#menuholder {
	margin-left: 10px;
	margin-top: 5px;
	width: 860px;
	height: 25px;
	background-color:#FFFFCC;
	border: 1px #3333CC solid;
	border-width: 1px 1px 1px 1px;	
}

/* Styles for Page Banner ---------------------------------------------------------------------- */

#pagebanner {
	margin-left: 10px;
	width: 860px;
	height: 182px;
	background-color: #CCDDEE;
	border: 1px #3333CC solid;
	border-width: 1px 1px 1px 1px;
}

#pagebanner img {
	float: left;
}

#pagebanner p {
	color: #000066;
	text-align: right;
	margin: 10px 10px 0 10px;
}

/* Styles for Columns -------------------------------------------------------------------------- */

#column1 {
	float: left;
	width: 500px;
	margin: 70px 0px 10px 10px;
	padding: 0px 10px 10px 10px; 
	background-color: #FFFFFF;
}

#column2 {
	float: right;
	width: 280px;
	margin: 70px 10px 10px 0px;
	padding: 0px 10px 0px 10px;
	background-color: #FFFFFF;
}

#columnfull {
	float: left;
	width: 810px;
	margin: 70px 0px 10px 10px;
	padding: 0px 10px 10px 10px; 
	background-color: #FFFFFF;	
}

/* Style for Hyperlinks ------------------------------------------------------------------------ */

a {
	font-weight: bold;
	color:#0066FF;
	text-decoration: none;
}

a:hover {
	color: #37A87B;
	text-decoration: underline;
}

/* Styles for Alignment ------------------------------------------------------------------------ */

.aligntop {
	vertical-align: top;
}

.alignbottom {
	vertical-align: bottom;
}

.aligncentre {
	text-align: center;
}

.alignright {
	text-align: right;
}

/* Styles for Titles --------------------------------------------------------------------------- */

.headertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #508EA7;
	margin-top: 10px;
	margin-left: 20px;
}

.visiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #000066;
}

.texttitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8F3693;
}

.texttitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

.texttitle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8A0000;
}

/* Styles for Lists ---------------------------------------------------------------------------- */

.bulletlist {
	list-style-image: url('/graphics/assorted/menubullet.png');
}

ul.standardlist li {
	margin-bottom: 7px;	
}

ul.bulletlist li {
	margin-bottom: 7px;	
}

.awardlist {
	list-style-image: url('/graphics/assorted/award.png');
}

.awardlist li {
	margin-bottom: 7px;
	font-weight: bold;
}

.ticklist {
	list-style-image: url('/graphics/assorted/tick.png');
}

ol li {
	margin-bottom: 7px;	
}

/* Styles for Tables --------------------------------------------------------------------------- */

.tableheading {
	background-color: #79A5FF;
}

.tablebody {
	background-color: #FFFFEA;
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}

.tablebody td {
	border: 1px solid #000000;
}

/* Styles for Webforms ------------------------------------------------------------------------- */

.inputfields {
	border: 1px solid #79BCFF;
}

.ftapplicationtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.ftapplicationtable td {
	border: 1px solid #79BCFF;
}

.ftapplicationtable {
	border: 1px solid #79BCFF;
}

/* Styles for Course Information --------------------------------------------------------------- */

.coursetitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.coursedatestext {
	color: #3366FF;
	font-weight: bold;
}

.coursefeetext {
	color: #009900;
	font-weight: bold;
}

.coursetableheader {
	background-color: #4280FF;
	color: #FFFFFF;
}

.coursetablecol1 {
	background-color: #93B6FF;
	vertical-align: top;
}

.coursetablecol2 {
	background-color: #79A5FF;
	vertical-align: top;
}

.coursetablecol5 {
	background-color: #93B6FF;
	vertical-align: middle;
}

/* Assorted Styles ----------------------------------------------------------------------------- */

.borderless {
	border-width: 0px;
}

.indent1 {
	margin-left: 40px;
}

.entryrequirementsbox {
	padding: 5px;
	width: 480px;
	border: 5px solid #99CCFF;
}

.alevelrequirementsbox {
	padding: 5px;
	width: 480px;
	border: 5px solid #99CCFF;
}

.vacancyclosingdate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0066;
}

.visiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}

/* --------------------------------------------------------------------------------------------- */
