﻿/* Initial layout styles to place areas on page and apply basic styles */

@import url("/StudyHere/css/header.css");
@import url("/StudyHere/css/footer.css");

html {
	height: 100%;
	 
	background-color: #dfdcd9;
	
}
body {
	background-color: #dfdcd9;
	text-align: center;
}
#ExtWrapper {
	width: 794px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	overflow: auto;		
}
#ExtHeader, #ExtNav, #ExtCrumb, #ExtBody, #ExtFooter {
	width: 774px;
	margin: auto;
}
#ExtHeader {
	position: relative;	
	height: 99px;
	background: #fff url("../images/ExtHeaderBG.gif") no-repeat;
}

#ExtHeader a {
	font-size: 1.0em;
	color: #464340;
}

#ExtHeader a:hover {
	font-size: 1.0em;
	color: #D81E05;
	text-decoration: underline;
}


#ExtNav {
	height: 30px;
	
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #e0e4e7;
}
#ExtCrumb {
	height: 25px;
	background-color: #d81e05;
}

#ExtCrumb a {
	
	color: #ffffff;
}

#ExtCrumb p {
	color: #fff;
	padding: 7px 0 0 10px;
	font-family: Verdana, sans-serif;
	font-size: 1em;
		
}
#ExtBody {
	width: 754px;
	background-color: #fff;
	padding: 10px 10px 40px 10px;
	overflow: auto;
}
#ExtFooter {
	width: 754px;
	background-color: #efedec;
	margin: 0 10px 10px 10px !important;
	padding: 8px 10px 20px 10px;
	overflow: auto;
}



/* Default styles for text sizes, colours and link colours */
a {
	color: #1a67b4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #1a67b4;
}
a:visited {
	color: #1a67b4;
}
a:active {
	color: #1a67b4;
}
.greyText {
	color: #aea79f;
}



/* Styles for main landing pages */
#ExtMainContent {
	float: left;
	width: 580px;
}

#ExtMainImage {
	margin: 10px 0;
	width: 580px;
	overflow: auto;
}

#ExtMainImageSocialNetworking {
	margin: 10px 0;
	width: 580px;
	height:260px;
	overflow: auto;
	background: url("../images/social-networking-main.jpg") no-repeat;
}

#ExtMainImageSocialNetworking div {
	margin: 11px 0 0 0;
	width: 580px;
	height:30px;
}
#ExtMainImageSocialNetworking div img {
	padding-left:309px;
	float: left;
}

#ExtMainImageSocialNetworking div a:link, #ExtMainImageSocialNetworking div a:visited, #ExtMainImageSocialNetworking div a:active {
	color: #f58426;
}

#ExtMainImageSocialNetworking div p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height:1.3em;
	color: #ffffff;
	padding:4px 0 0 13px;
	float:left;
}

.socialMedia1{
	margin:36px 0 0 0 !important;
}


#ExtMainImageText {
	position: absolute;
	right: 255px;
	top: 177px;
	width: 172px;
	height: 255px;	
}
#ExtMainImageText h2 {
	font-size: 1.8em;
	color: #fff;
	padding-left: 12px;
	padding-top: 28px;
	padding-bottom: 8px;
}
#ExtMainImageText p {
	font-size: 1.2em;
	color: #FFF;
	padding-left: 12px;
	padding-right: 5px;
	line-height: 1.3em;
}
#ExtMainImageNarrow {
	width: 406px;
	margin: 10px 0;
	float: left;
}

/* Main image code used on the Undergraduate/Postgraduate landing pages */
#ExtMainImage {
	margin: 10px 0;
	width: 580px;
}
#ExtTopImage {
	float: left;
}
#ExtSearchBox {
	float: left;	
	width: 174px;
	height: 260px;
}
.ExtSearchBoxOrange {
	background-color: #f58426;			
}
.ExtSearchBoxGreen {
	background-color: #7eb442;			
}
#ExtSearchBox h2 {
	padding-top: 15px;
	padding-left: 11px;
	font-size: 1.6em;
	line-height: 1.1em;
	color: #fff;
	font-weight: bold;
}
#ExtSearchBox p {
	float: left;
	padding-top: 4px;
	padding-left: 13px;
	font-size: 1.2em;
	color: #fff;
	line-height: 1.1em;
}
#ExtSearchBox a {
	font-size: 13px;
	color: #FFF;
	line-height: 1.1em;
}
#ExtAtoZSearchBox {
	padding-top: 4px;
	padding-left: 12px;
	padding-bottom: 10px;
	overflow: auto;
}
.ExtAtoZ {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	margin-top: 6px;
	background-color: #fff;
	color: #aea79f;
	text-align: center;
	padding-top: 3px;
	font-size: 1.4em;
	line-height: 1.3em;
}
.ExtAtoZ a {
	color: #464340 !important;
	font-size: 1em !important;
	line-height: 1.3em !important;
}
#ExtSearch {
	height:auto;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #464340;
	border: 0;	
	padding: 5px 10px;
	margin-top: 10px;
	margin-left: 12px;
	width: 105px;
	float: left;
	margin-bottom: 7px;	
}
#ExtSearchSubmit {
	background: url("../images/SNHeaderSearchButton.gif") no-repeat;
	border: 0;
	width: 25px;
	height: 25px;
	margin: 0;
	float: left;
	margin-top: 10px;
}
.ExtLinkButton {
	padding-right: 5px;
}
.ExtSearchLinkButton {
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-top: 2px;
}
/* End of code for main image on Undergraduate/Postgraduate landing page */



/* Code for the text areas under the main image on pages */
#ExtBodyMiddle{
	float: left;
	margin-top: 10px;
	width: 406px;		
}
.WiderMiddle {
	width: 580px !important; /* class added to #ExtBodyMiddle when full width required */		
}
#ExtBodyMiddle h1{	
	font-size: 2.4em;
	line-height:1.15em;
	color: #d81e05;
	font-weight: normal;
	margin-bottom: 12px;
}
#ExtBodyMiddle h2 {	
	font-size: 1.4em;
	color: #232120;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 1.3em;
}
#ExtBodyMiddle h2.DottyTop {
	border-top: 1px dotted #AEA79F;
	padding-top: 6px;
}
#ExtBodyMiddle h3 {
	font-size: 1.4em;
	color: #D81E05;
	font-weight: bold;
	padding-top: 6px;
	margin: 12px 0 15px 0;
}
#ExtBodyMiddle h4 {
	font-size: 1.3em;
	color: #D81E05;
	font-weight: bold;
	margin: 12px 0 5px 0;
}


#ExtBodyMiddle h3.DottyTop {
/*	font-size: 1.4em;
	color: #D81E05;
	font-weight: bold;
	padding-top: 6px;
	margin: 12px 0 15px 0;*/
	border-top: 1px dotted #AEA79F;
}
#ExtBodyMiddle p {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #232120;
	margin-bottom: 15px;
}
#ExtBodyMiddle .RedText {
	color: #d81e05;
}
#ExtBodyMiddle b {
	font-weight: bold;
}
#ExtBodyMiddle ul {
	margin: 0 0 15px 0;
}
#ExtBodyMiddle li{
	list-style-type: none;	
	color: #232120;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 4px 0px 2px 23px;
	margin-top: 5px;	
	background: #fff url("../images/red-bullet.gif") no-repeat 12px 10px;
}
#ExtBodyMiddle li li {
	font-size: 1em;
}

#ExtBodyMiddle ul.flowchart {
	
}
#ExtBodyMiddle ul.flowchart li {
	background: #fff url("../images/flowchart-orange.png") no-repeat 50% 37px;
	padding: 0 0 14px 0;
	margin: 0;
	font-size: 1.3em;
	text-align: center;
}
#ExtBodyMiddle ul.flowchart li.last {
	background-image: none;
}
#ExtBodyMiddle ul.flowchart li span {
	display: block;
	padding: 8px 0 10px 0;
	background-color: #efedec;
}

.ExtLinkList li {
	padding: 5px 5px 0px 14px !important;
	background: url("../images/link_button.gif") no-repeat 0 8px !important;
	line-height: 1.2em !important;
	margin-top: 0 !important;
}
#ExtSubText {
	margin-top: 20px;
	border-top: 1px dotted #AEA79F;	
	padding-top: 10px;	
}
#ExtSubText p {
	padding-top: 7px;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #68645F;
}
#ExtSubText li {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #68645F;
}
.ExtLinkButton {
	padding-right: 5px;
}
.stars {
	color: #D81E05;
}
.TextBox {
	width: 404px;
	background-color: #fef2e9;
	margin: 30px 0 21px 0;
	border: 1px solid #f58426;
}
.TextBox h2 {
	color: #f58426 !important;
	padding: 13px 12px 0px 12px;
}
.TextBox p {
	font-size: 1.2em !important;
	padding: 0px 12px 19px 12px;
	margin: 0 !important;
}
.TextBox p.Smalltext {
	font-size: 1.1em !important;
}
.TextBox ul {
	padding: 0 12px;
}
.TextBox li {
	background: url("../images/orange-bullet.gif")  no-repeat 12px 10px !important;
	font-weight: bold;
	margin: 0 0 0 0 !important;
}
.TextBox ul.nobold li {
	font-weight: normal;
}


/* Code used to layout the study routes on the main Study Here landing page */
.ExtRoutes {
	float: left;
	height: 100px;
	width: 406px;			
}
.ExtRoutesTop {
	Height:75px;
}
.ExtRoutesBottom {
	Height:25px;
}

.ExtRoutesTop p {
	margin: 0 0 0 107px !important;
	padding: 35px 15px 0 0;
}
.ExtRoutesBottom p {
	margin: 0 0 0 107px !important;
	padding: 2px 0 0 0;
	font-size: 1.6em !important;
	font-weight:bold;
}

.ExtRoutesBottom p a {
	color: #fff !important;
}
.ExtRoutesBottom p a:hover {
	text-decoration: underline;
}
#ExtUnderGrad {
	margin-top: 8px;
	background: #fff url(../images/undergrad-image.jpg) no-repeat;
}
#ExtPostGrad {
	margin-top: 10px;
	background: #fff url(../images/postgrad-image.jpg) no-repeat;
}
#ExtInternational {
	margin-top: 10px;
	background: #fff url(../images/international-image.jpg) no-repeat;
}
/* End of code used to layout the study routes on the main Study Here landing page */


/* Code used for key link sections on landing pages eg Undergraduate/Postgraduate */
.ExtKeyLink {
	float: left;
	/*height: 75px;*/
	width: 406px;
	border-top: 1px #aea79f dotted;
}
.ExtKeyLink h2 {
	color: #000 !important;
	margin: 6px 0 3px 0 !important;
	font-size: 1.6em !important;
	font-weight: bold !important;
}
.ExtKeyLink h2 a {
	color: #1A67B4;
}
.ExtKeyLink p {
	color: #232120;
}
.ExtKeyLinkLast {
	border-bottom: 1px #aea79f dotted;
}
/* End of code used for key link sections on landing pages */


/* Code used for the "About" boxes on landing page eg International */
#ExtBoxesWrapper {
	float: left;
	margin-top: 8px;
	margin-bottom: 26px;
}
#ExtBoxesWrapper h3 {
	font-size: 1.8em;
	padding: 14px 0px 0px 10px;
	margin-top: 5px;
	font-weight: normal;
}
#ExtBoxesWrapper li {
	list-style-type: none !important;
	background: none;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 3px 0px 2px 0px;
	margin: 8px;
	margin-bottom: -5px;
}
#ExtAboutCCCU {
	margin-right: 10px;
	float: left;
	width: 196px;
	height: 280px;
	background-color: #f2f7ec;
	border: 1px solid #7eb442;
}
#ExtAboutCCCU h3 {
	color: #7eb442;
}
#ExtAboutCCCU li {
	border-top: 1px #7eb442 dashed;
}
#ExtAboutCCCU li.last {
	padding-bottom: 6px;
	border-bottom: 1px #7eb442 dashed;			
}
#ExtAboutKent{
	float: right;
	width: 196px;
	height: 280px;
	background-color: #fef2e9;
	border: 1px solid #f58426;
}
#ExtAboutKent h3 {
	color: #f58426;
}
#ExtAboutKent li {
	border-top: 1px #f58426 dashed;
}
#ExtAboutKent li.last {
	padding-bottom: 6px;
	border-bottom: 1px #f58426 dashed;			
}

/* End of code used for "About" boxes */


/* Start of styles used on the course finder page (search, a to z etc) */
#ExtCourseSearchWrapper{
	float: left;
	width: 406px;
}
#ExtCourseSearchHeader {
	margin-top: 15px;
	width: 406px;
	height: 28px;
	background-color: #68645F;	
}
#ExtCourseSearchHeader p {
	font-weight: bold;
	font-size: 1.5em;
	padding: 4px 5px 0 8px;
	color: #fff;
	float: left;
	margin-bottom: 0;
}
#ExtCourseSearchPanel {	
	margin-bottom: 35px;
	margin-right: 0px;
	float: left;
	width: 230px;
	height: 240px;
	background-color: #F58426;
	border-right: 1px solid #68645F;
}
#ExtCourseSearchPanelContainer {
	margin-top: 15px;	
}
#ExtCourseSearchPanel label {
	display: block;
	padding: 0 0 15px 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #232120;
	overflow: auto;
}
#ExtCoursesInput {
	width: 148px;
	margin: 8px 2px 0 0;
	color: #464340;
	float: left;
	height: 24px;
	font-weight: normal;
	border: 0;
}
.ExtCoursesDropDown {
	width: 148px;
	margin: 8px 2px 0 0;
	color: #464340;
	font-size: 1.1em;
	font-weight: normal;
	float: left;
	height: 24px;
}
.CourseSearchButton{
	margin-top: 8px;
	width: 60px;
	height: 31px;
	border: 0;
	background: url("../images/course-search-button.png");
	background-repeat: no-repeat ; 
	float: left;
}
#ExtAtoZCoursePanel{
	margin-bottom: 35px;
	float: right;
	width: 175px;
	height: 240px;
	background-color: #F58426;
}
#ExtAtoZCourseSearchBox {
	padding: 26px 0 0 13px;
	overflow:auto
}
.ExtAtoZCourse {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	margin-top: 6px;
	background-color: #fff;
	color: #aea79f;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.3em;
}
.ExtAtoZCourse a {
	color: #464340 !important;
	font-size: 1em !important;
	line-height: 1.3em !important;
}
.CourseSearchResult {
	border-top: 1px solid #dfdcd9;
}
.CourseSearchResult li {
	background: 0 !important;
	padding: 5px 0 6px 0 !important;
	margin: 0 !important;
	border-bottom: 1px solid #dfdcd9;
	font-size: 1.2em !important;
	line-height: 1.2em !important;
	color: #68645f !important;
}
/* End of course finder styles */


/* Styles used to display prospectus selection on get prospectus page */
.ExtProBoxes {
	width: 406px;
	background-color: #efedec;
	margin-top: 30px;
	overflow: auto;
}	
.ExtProBoxes .ExtProImgWrap {
	float: left;
	width: 120px;
}
.ExtProBoxes .ExtProImgWrap img.ProImgTop {
	padding: 14px 10px 0 10px;
}
.ExtProBoxes .ExtProImgWrap a img {
	margin-left: 10px;
	border: none;
}
.ExtProBoxes h3 {
	font-size: 1.8em !important;
	line-height: 1.2em !important;
	color: #d81e05 !important;
/*	padding: 16px 0 15px 0 !important;*/
	margin-left: 130px !important;
	font-weight: normal !important;
}
.ExtProBoxes p {
	font-size: 1.2em !important;
	line-height: 1.3em !important;
	margin: 0 10px 20px 130px;
}
.ExtProBoxes p.ProImgNote {
	color: #464340 !important;
}
/* End of prospectus box styles */


/* Styles used to display the course pop-up on the get prospectus page */
/*############ These styles remain in prospectus-pop-up.css and thickbox.css ############*/
/* End of course pop-up styles */


/* Start of form styles for the order prospectus page */
#ExtFormContainer {
	margin-top: 10px;
	width: 406px;
	background-color: #EFEDEC;
}
#ExtFormContainer p {
	font-size: 1.2em;
	color: #232120;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#ExtFormContainer h3 {
	font-size: 1.4em;
	color: #fff;
	background-color: #68645F;
	padding: 8px 0 0 8px;
	margin-bottom: 20px;
	height: 20px;
}
#requestform input, #requestform select {
	font-size: 1em !important;
}
.ExtFormRow {
	width: 406px;	
	height: 39px;
}
.ExtFormAddressRow {
	width: 406px;	
	height: 30px;
}
.ExtFormLabel {
	padding-top: 3px;
	margin: 0 10px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	width: 140px;	
	height: 22px;
	color: #232120;
	line-height: 1.2em;
}
.ExtFormLabel .RedText {
	color: #d81e05;
}
.ExtFormField {
	width: 246px;
	float: left;
	font-size: 1.2em;
}
.ExtFormInput {
	border: 1px solid #aea79f !important;
	font-size: 1.2em !important;
	font-weight: normal;
	text-align: left;
	height: 18px;
	width: 234px;
}
.ExtFormInputNarrow {
	width: 98px;
}
.ExtFormTitleDropDown {
	height: 20px;
	width: 53px;
}
.ExtFormWideDropDown {
	height: 20px;
}
.ExtFormYearDropDown {
	height: 20px;
	width: 86px;
}
.ExtFormCheckBox {
	margin-top: 3px;
}
#ExtOrderSubmit {
	margin-top: 25px;
	margin-left: 151px;
	width: 112px;
	height: 38px;
	border: 0;
	background: url(../images/order-prospectus-button.gif) no-repeat;
}
#ExtFormConsent {
	margin-top: 20px;
	padding: 18px 10px 18px 10px;
	background-color: #EFEDEC;
}
/* End of order prospectus pages styles */

/* Styles used to configure drop-down panels and content - see Fees and Finance, Research areas */
.DropDownContainer {
	width: 580px;
	margin: 0 auto;
}
.DropDownContainerNarrow {
	width: 406px;
	margin: 0 auto;
}
h2.DropDownTrigger {
	font-size: 1.8em !important;
	color: #1A67B4 !important;
	padding: 0 0 0 9px;
	/*margin: 8px 0 2px 0 !important;*/
	margin: 8px 0 1px 0 !important;
	background: url("../images/h2_trigger_a.gif") no-repeat;
	height: 45px;
	line-height: 42px !important;
	width: 100%;
	font-weight: normal !important;
	float: left;
	cursor: pointer;
}
.DropDownContainerNarrow h2.DropDownTrigger {
	width: 399px;
	background: url("../images/h2_trigger_a_small.gif") no-repeat;
}
h2.DropDownTrigger a {
	color: #1A67B4;
	text-decoration: none;
	display: block;
	font-size: 0.8em;
}
h2.DropDownTrigger a:hover {
	text-decoration: underline !important;
}
h2.active, .DropDownContainerNarrow h2.active {
	background-position: left bottom;
}

h2.DropDownTrigger:hover {
	text-decoration: underline !important;
}


.toggle_container {
	padding: 0;	
	background: #f0f0f0 url("images/toggle_block_stretch.gif") repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 100%;
	clear: both;
}
.toggle_container .block {
	padding: 10px;
	border-left: 1px solid #EFEDEC;
	border-right: 1px solid #EFEDEC;
}
.toggle_container p {
	font-size: 1em !important;
}
.toggle_container h3 {
/*	font: 1.8em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;*/
	font-size: 1.2em !important;
	margin: 0 0 10px 0 !important;
	color: #232120 !important; 
}
.toggle_container ul {
	margin: 0 0 7px 0;
}
.toggle_container li {
	list-style-type: none !important;	
	color: #232120 !important;
	font-size: 1em !important;
	line-height: 1.2em !important;
	padding: 4px 0px 2px 23px !important;
	background: url("../images/red-bullet.gif") no-repeat 3% 10px !important;
	margin-top: 0 !important;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}
.courseList {
	width: 100%;
	border: 1px solid #AEA79F;
	background-color: #fff;
	margin: 0 auto;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 15px;

	}
.contentList {
	width: 100%;
	border: 1px solid #AEA79F;
	background-color: #fff;
	margin: 0 auto;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 15px;
	font-size: 1.2em;
}

.tableheader {
	text-align: left;
	font-weight: bold;
	padding: 8px 5px;
	color: #fff;
	border: 1px solid #DFDCD9;
	background-color: #7EB442;
	vertical-align: top;
}
.tablesubheader {
	text-align: left;
	font-weight: bold;
	padding: 8px 5px;
	color: #232120;	
	background-color: #EFEDEC;
	border: 1px solid #DFDCD9;
	vertical-align: top;
}



.tableheadertop {
	/*height: 27px;*/
	padding: 8px 5px;
	text-align:center;
	font-weight: bold;
	color: #fff;
	border: 1px solid #DFDCD9;
	background-color: #7EB442;
	vertical-align: top;
}


.courses {
	padding: 8px 5px;
	border: 1px solid #DFDCD9;
	color: #232120;
	text-align: left;
	line-height: 1.2em;
	vertical-align: top;
}


.courses a {
	
	
}

.coursenames {
	text-align: right;
	padding: 8px 5px;
	border: 1px solid #DFDCD9;
	color: #232120;
	vertical-align: top;
}
.notes {
	text-align:center;
	padding: 8px 5px;
	border: 1px solid #DFDCD9;
	color: #D81E05;
	vertical-align: top;
}
.ticks {
	text-align:center;
	padding: 5px;
	border: 1px solid #DFDCD9;
}

.applytable {
	font-size: 1.2em;
}

/* End of drop-down configuration styles */


/* Styules for the Accommodation landing page */
h2.ExtLatestNewsTitle {
	background-color: #68645f !important;
	color: #ffffff !important;
	font-size: 1.8em !important;
	padding: 4px 5px 5px 10px;
	margin: 24px 0 0 0 !important;
	font-weight: normal !important;
}
.ExtLatestNewsTag {
	border-bottom: 1px #aea79f dotted !important;	
}
.ExtLatestNewsTag h3 {	
	color: #1a67b4 !important;
	font-size: 1.6em !important;
	margin: 0 !important;
	padding: 13px 10px 4px 10px !important;
	font-weight: normal !important;	
}
.ExtLatestNewsTag p{
	color: #232120 !important;
	font-size: 1.3em !important;
	line-height: 1.3em !important;
	padding: 0 10px;
}
.ExtHighLightBox {
	background-color: #efedec;
	margin-top: 30px;
	float: left;
	width: 406px;
}
.ExtHighLightBoxImage {
	float: left;
	width: 120px;			
}
.ExtHighLightBoxPara {
	float: left;
	width: 286px;
}
.ExtHighLightBox img{
	padding: 18px 15px 30px 12px;
}
.ExtHighLightBox p{
	margin: 12px 20px 20px 0;
	color: #464340!important;
	font-size: 1.3em;
}
/* End of styles for the Accomodation landing page */


/* Styles for the open days and open day events home page */
h2.ExtBlockTitle{
	background-color: #68645f !important;
	color: #ffffff !important;
	font-size: 1.4em !important;
	padding: 7px 5px 7px 10px;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
table.OpenDays{
	width: 100%;
	border-collapse: collapse;
}
table.OpenDays th{
	color: #d81e05;
	background-color: #efedec;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 5px 10px 5px 10px !important;
	font-weight: bold;
	text-align: left;
}
table.OpenDays th.subject{
	margin-right: 10px;
	font-weight: bold;
	padding: 6px;
}
table.OpenDays th.location{
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
	padding: 6px;
}	
table.OpenDays td{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #232120;
	padding: 8px !important;
	vertical-align: top;
	text-align: left;	
}
table.OpenDays td.date{
	color: #1a67b4;
	border-bottom: 1px dotted #aea79f;
	padding: 10px !important;
}
table.OpenDays td.location{
	color: #464340;
	border-bottom: 1px dotted #aea79f;
	padding: 10px !important;
	text-align: right;
	margin-right: 10px;
	vertical-align: top;
}
table.OpenDays td.subject{
	color: #464340;
	border-bottom: 1px dotted #aea79f;
	padding: 10px !important;
	vertical-align: top;
}
span.ODInfo {
	color: #d81e05;
	font-weight: bold;
}
img.ODButton{
	padding-top: 8px;
}
/* End of open days and open day events styles */


/* Styles for the quote boxes on Student life */
.ExtStudentImage {
	float: left;
	width: 98px;
	height: 156px;
	margin-right: 0px;
}
#ExtStudentImage1 {	
	margin-bottom: 20px;
	background: #fff url("../images/profile-DOrji.jpg") no-repeat left bottom;
}
#ExtStudentImage2 {
	margin-bottom: 0px;
	background: #fff url("../images/profile-TRichford.jpg") no-repeat left bottom;
}
#ExtStudentImage3 {
	margin-top: 17px;
	margin-bottom: 20px;
	background: #fff url("../images/profile_DClak.jpg") no-repeat left bottom;
}
.ExtQuote {
	float: right;
	width: 306px;
	height:125px;;
	overflow:auto;
}
#ExtQuoteLearning {
	margin-top: 3px;
	background-color: #F39E4B;
	/* Following styles implement css3 gradients for lastest version of major browsers */
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#F39E4B), to(#E07E1A));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #F39E4B, #E07E1A);
	/* For Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF39E4B, endColorstr=#FFE07E1A);
}
#ExtQuoteSocial {
	background-color: #A1C551;
	/* Following styles implement css3 gradients for lastest version of major browsers */
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#A1C551), to(#7CAB21));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #A1C551, #7CAB21);
	/* For Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFA1C551, endColorstr=#FF7CAB21);
}
#ExtQuoteSupport {
	background-color: #515296;
	/* Following styles implement css3 gradients for lastest version of major browsers */
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#515296), to(#122C74));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #515296, #122C74);
	/* For Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF515296, endColorstr=#FF122C74);
}
.ExtQuoteImage {
	float: left;
	padding: 10px 2px 0 8px;
}
.ExtQuote p {
	color:#FFFFFF !important;
	font-size:1.4em !important;
	font-weight:bold;
	line-height:1.2em !important;
	padding:16px 3px 0px 10px;
	margin-bottom: -4px !important;
}
.ExtQuoteSection {
	margin-top: 14px;
	margin-left: 10px;
	margin-right: 5px;
	height: 27px;
	background:  url(../images/quoteArrow.png);
	background-repeat:no-repeat;
	background-position: 99% 60%;
}
#ExtQuoteSectionLearning {
	border-top: 1px solid #E99D4F;
}
#ExtQuoteSectionSocial {
	border-top: 1px solid #9BBF55;
}
#ExtQuoteSectionSupport {
	border-top: 1px solid #4B5D95;
}
.ExtQuoteSection h1 {
	color: #FFFFFF !important;
	font-size: 1.8em !important;
	padding-top: 0px !important; 
	margin-bottom: 3px !important;
	cursor:pointer;

}

.ExtQuoteSection h1 a {
	color: #FFFFFF !important;	
	padding-top: 4px !important; 
	margin-bottom: 3px !important;
	display:block;
	width:100% !important;

}


.ExtQuoteBottom {
	float: right;
	width: 306px;
	height: 31px;
	margin-bottom: 17px;
}
#ExtQuoteBottomLearning {
	background: url("../images/quoteBottom.jpg") no-repeat;
	

}
#ExtQuoteBottomSocial {
	background: url("../images/quoteBottom2.jpg") no-repeat;
}
#ExtQuoteBottomSupport {
	background: url("../images/quoteBottom3.jpg") no-repeat;
}
.ExtQuoteBottom p{
	padding-top: 6px;
	text-align: right;
	font-size: 1.1em !important;
	line-height: 1.2em !important;
	color: #68645f !important;
}
.ExtQuoteBottom b{
	font-weight: bold;
	color: #232120 !important;
}
/* End of styles for Student life */


/* Start of styles for the courses c.asp page */
/* Course styles start here */
#courseContent{
	float: left;
	width: 580px;		
}
#courseContent h1{	
	font-size: 2.4em;
	color: #d81e05;
	font-weight: normal;
	padding-bottom: 2px;
	padding-top: 4px;
}
#courseContent h2{
	color: #D81E05;
	font-size: 2.4em;
	font-weight: normal;
	padding-bottom: 2px;
	padding-top: 4px;
}
#courseContent h3{	
	font-size: 1.4em;
	color: #232120;
	font-weight: bold;
	padding: 0 !important;
}
#courseContent h4 {
	font-size: 1.2em;
	color: #D81E05;
	font-weight: bold;
	padding: 5px 0 10px 0;
}
#courseContent h5{ 
	color: #232120;
	font-size: 1.2em;
	font-weight: bold;
	margin: 18px 0px 18px;	
}
#courseContent p {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #232120;
	margin: 0 !important;
	padding-bottom: 10px;
}
#courseContent ul {
	margin: 0 !important;
	padding-bottom: 10px;
}

#courseContent li{
	list-style-type:none;	
	color: #232120;
	font-size: 1.2em;
	line-height:1.3em;
	padding: 2px 0px 2px 27px;
	margin-top: 2px;	
	background: #fff url("../images/red-bullet.gif") no-repeat 12px 10px;
}

#courseContent table{
    background-color: #FFFFFF;
    border-collapse: collapse;
    border: 1px solid #DFDCD9;
    border-spacing: 0;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 100%;
   	font-size: 1.2em;
    line-height: 1.3em;}
    
#courseContent table th {
    background-color: #7EB442;
    border: 1px solid #DFDCD9;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px 5px;
    text-align: center;
    vertical-align: top;
}
#courseContent table td {
	border: 1px solid #DFDCD9;
    padding: 8px 5px;
    text-align: left;
    vertical-align: top;
}
/* Code for testimonials */
.TestimonialContainer {
	width: 580px;
	height: 178px;
	background: url("../images/testimonials/testamonial-bg-wide.gif") no-repeat;
	position: relative;
	margin: 10px 0 10px 0;
}
.TestimonialContainer img {
	/*position: absolute;
	top: 12px;
	left: 12px;*/
	float: left;
}
.TestimonialTextContainer {
	position: absolute;
	top: 10px;
	left: 130px;
}
.TestimonialTextContainer table {
	width: 440px;
	/*margin: 10px 0 0 56px;*/
	height: 110px;	
}
.TestimonialTextContainer td {
	vertical-align: middle;
	border: none;
	text-align: left;				
}
.TestimonialTextContainer td p {
	color: #464340 !important;
	font-size: 1.4em !important;
	text-indent: 1.8em;
	padding: 0 !important;
}
.TestimonialContainer > p {
	position: absolute;
	top: 140px;
	left: 0px;
	color: #68645f !important;
	font-size: 1.1em !important;
}
.TestimonialContainer p span {
	color: #232120 !important;
	font-weight: bold;
}

/* Course right hand box styles start here */
.ExtRightContentBox {
	float:right;
	width:162px;
	padding-left: 10px;
	padding-bottom:20px;
}
.ExtRightContentBox h2, .courseInfoHeader {
	clear: both;
	padding: 8px 5px 8px 9px;
	font-size: 1.8em;
	color: #FFF;
	background-color: #68645F;
	font-weight: normal;
}
.ExtRightContentBox h5, .ExtRightContentBox p {
	background-color: #efedec !important;
	margin: 0 !important;
}
.ExtRightContentBox h5 {
	color: #d81e05 !important;
	padding: 7px 10px 0 10px !important;
}
.ExtRightContentBox p {
	padding: 4px 10px 5px 10px !important;
}
.canterburyAvail, .chathamAvail, .medwayAvail, .broadstairsAvail, .folkestoneAvail, .ymcaAvail {
	padding: 6px 5px 6px 9px;
	font-size: 1.4em;
	color: #FFF;
	background-color: #7eb442;
	font-weight: bold;
	margin-top: 3px;
}

.videosContainer {
	clear: both;
	margin-top: 20px;
	background-color: #efedec;
}
.videosContainer h2 {
	padding: 6px 5px 6px 9px !important;
	font-size: 1.8em !important;
	color: #FFF !important;
	background-color: #68645F !important;
	font-weight: normal;	
}
.videosContainer .thumbImages {
	margin-bottom: 15px;
	overflow: auto;
	font-size: 1.1em;
	line-height: 1.2em;
}
.videosContainer .thumbImages .thumbLeft {
	float: left;
	width: 142px;
	margin: 0 10px 0 10px;
	padding-bottom: 10px;
}
.videosContainer .thumbImages .thumbRight {
	float: left;
}
.videosContainer .videosContainerImage1, .videosContainer .videosContainerImage2 {
	/*border: 1px solid #333;*/
	margin-bottom: 4px;
}
.videosContainer .videoPlayButton {
	vertical-align: middle;
	margin-top: -2px;
}
.ExtStudentsSay {
	display: block;
	background: url("../images/course-images/what-students-think.gif") no-repeat;
	width: 152px;
	height: 57px;
	margin-top: 20px;
	font-size: 1.4em;
	color: #68645f !important;
	line-height: 1.3em;
	padding: 18px 0 0 10px;
}
/* End of styles for c.asp */



/* End of code for the text areas under the main image on pages */



/* Code for the right hand side button and quote area */
#ExtRightContent {
	margin-top: 10px;	
	float: right;
	width: 162px;
}
.ExtRightInfoBox {
	margin-bottom: 10px;
	padding: 0;
	height: 75px;
	width: 162px;
}
.ExtRightInfoBox a {
	color: #68645f;
	font-size: 1.4em;
	line-height: 1.2em;
}
#ExtOrderButton {
	background: url("../images/prospectus-button.jpg") no-repeat;
}
#ExtOrderButton a {
	display: block;
	height: 55px;
	width: 153px;
	padding: 20px 0 0 9px;
}
#ExtBookButton {
	background: url("../images/open-day-button.jpg") no-repeat;
}
#ExtBookButton a {
	display: block;
	height: 55px;
	width: 153px;
	padding: 20px 0 0 9px;
}
#ExtAccommButton {
	background: url("../images/accommodation-button.jpg") no-repeat;
}
#ExtAccommButton a {
	display: block;
	height: 63px;
	width: 153px;
	padding: 12px 0 0 9px;
}
#ExtSocialNetButton {
	background: url("../images/social-networking-button.gif") no-repeat;
}
#ExtSocialNetButton a {
	display: block;
	height: 55px;
	width: 153px;
	padding: 20px 0 0 9px;
}

#ExtContactButton {
	background: url("../images/contact-button.jpg") no-repeat;
}
#ExtContactButton a {
	display: block;
	height: 46px;
	width: 153px;
	padding: 29px 0 0 9px;
}

/* Styles for the quote box in the right hand side area */
#ExtRightQuoteBox {
	margin-bottom: 15px;
	width: 162px;	
}
#ExtRightQuoteBox img {
	display: block;
}
#ExtRightQuoteText {
	/*font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 1.2em;
	color: #464340;*/
	overflow: auto;
	background-color: #eeeceb;
	/* Following styles implement css3 gradients for lastest version of major browsers */
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeceb), to(#dfdcd9));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #eeeceb, #dfdcd9);
	/* For Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFeeeceb, endColorstr=#FFdfdcd9);
}
#ExtRightQuoteText p {
	padding: 16px 10px 12px 10px;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	color: #464340;
}
#ExtRightQuoteText img {
	float: left;
	padding: 10px 4px 0 10px;
}
#ExtRightSmallText {
	background: #fff url(../images/quote-gradient.gif) top no-repeat;
	line-height: 1.2em;
	font-size: 1.1em;
	text-align: right;
	padding-top: 10px;
}
#ExtRightSmallText p {
	color: #68645f;
}
#ExtRightSmallText p .quotename {
	color: #232120 !important;
	font-weight: bold;
}

.ExtRightQuoteButton {
	padding-right: 3px;
	margin-bottom: 5px;
}
/* End of styles for the quote box in the right hand side area */


/* Styles for quote box in right hand side - without photo */
#ExtRightTestimonialTop {
	width: 162px;
	overflow: auto;
	background-color: #df7c17;
	/* Following styles implement css3 gradients for lastest version of major browsers */
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#f49f4d), to(#df7c17));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #f49f4d, #df7c17);
	/* For Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf49f4d, endColorstr=#FFdf7c17);

}
#ExtRightTestimonialTopGreen {
	width: 162px;
	overflow: auto;
	background-color: #79a91e;
	/* Following styles implement css3 gradients for lastest version of major browsers */
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#a2c652), to(#79a91e));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #a2c652, #79a91e);
	/* For Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFa2c652, endColorstr=#FF79a91e);
}
#ExtRightTestimonialTop img, #ExtRightTestimonialTopGreen img {
	float: left;
	padding: 10px 4px 0 10px;
}
#ExtRightTestimonialBottom {
	width: 162px;
/*	height: 54px;	*/
	background:  url("../images/testimonial-bottom.gif") no-repeat;
	margin-bottom: 20px;
}
#ExtRightTestimonialBottomGreen {
	width: 162px;
/*	height: 54px;	*/
	background:  url("../images/testimonial-bottom-green.gif") no-repeat;
	margin-bottom: 20px;
}
#ExtRightTestimonialTop p, #ExtRightTestimonialTopGreen p {
	font-weight: bold;
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 16px 8px 16px 10px;
}
#ExtRightTestimonialBottom p, #ExtRightTestimonialBottomGreen p {
	padding-top: 8px;
	text-align:right;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #68645f;
}
#ExtRightTestimonialBottom p .quotename, #ExtRightTestimonialBottomGreen p .quotename  {
	color: #232120 !important;
	font-weight: bold;
}
/* End of quote box in right hand side - without photo */


/* Styles for "Things to do now" type list */
.ExtThingsToDo {
/*	margin-top: 4px;*/
	width: 162px;
	margin-bottom: 20px;
	background-color: #EFEDEC;
}
.ExtThingsToDo h2, .ExtRelatedItems h2, #ExtPhotoGalleryHeader h2, #ExtRightEvents h2, .ExtFollowUs h2 {
	padding: 6px 5px 6px 9px;
	font-size: 1.8em;
	color: #FFF;
	height: 20px;
	background-color: #68645F;
	font-weight: normal;
}
.ExtThingsToDo ul {
	font-size: 1.1em;
	line-height: 1.2em;
	list-style: none;
}
.ExtThingsToDo ul li{
	padding: 5px 5px 6px 24px;
	background: url("../images/link_button.gif") no-repeat 10px 8px;
	border-bottom: 1px dotted #CECAC5;
}


.ExtThingsToDo p {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #232120;
	padding-top: 6px;
	padding-left: 9px;
}
/* End of styles for "Things to do now" */


/* Styles for "Related items" type list */
.ExtRelatedItems {
	width: 162px;
	margin-bottom: 20px;
}
.ExtRelatedItems ul {
	font-size: 1.1em;
	line-height: 1.2em;
	list-style: none;
}
.ExtRelatedItems ul li{
	padding: 5px 5px 6px 10px;
	border-bottom: 1px dotted #CECAC5;
}
/* End of styles for "Related items" */


/* Styles for "Follow us" type list */
.ExtFollowUs {
	width: 162px;
	margin-bottom: 20px;
	text-align:right;
}

.facebook{
	padding: 5px 10px 0 0;

}
.twitter{
	padding: 5px 0 0 0;
}


/* End of styles for "Related items" */


/* Styles for "Latest events" type list (not including those used in "Things to do" styles above */
#ExtRightEvents {
	width: 162px;
	margin-bottom: 20px;
}
#ExtRightEvents ul {
	font-size: 1.1em;
	line-height: 1.3em;
	list-style: none;
}
#ExtRightEvents ul li {
	padding: 8px 5px 8px 10px;
	border-bottom: 1px dotted #CECAC5;
}
#ExtRightEvents ul li .EventDate {
	font-weight: bold;
	color: #D81E05;
}

/* End of styles for "Latest events" */


/* Styles for photo gallery function */
#ExtPhotoGallery {
	width: 162px;
	background-color: #EFEDEC;
	margin-bottom: 20px;
	padding-bottom:10px;
}
#ExtPhotoGallery h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.2em;
	color:#232120;
	padding:10px 0 3px;
}
#ExtPhotoGallery .first {
	padding: 5px 0 3px !important;
}

#ExtThumbnailContainer {
	width: 150px;
	margin-left: 9px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.ExtThumbnailImages {
	border: 1px solid #232120;	
	margin-top: 3px;	
	margin-right: 3px;
}
/* End of photo gallery styles */


/* End of code for the right hand side button and quote area */






/* Over-riding styles in the lhsmenu stylesheet */
#LeftMenu {
	font-size: 1em !important;
	margin-top: 9px !important;
	padding: 0 12px 0 0 !important;
	width: 162px !important;
	float: left;
}
#LeftMenu ul {
	list-style:	none !important;
	margin:	0 !important;
	padding: 0 !important;
}
ul#sectionMenu {
	margin-left: 0 !important;
}




