/* 
#############################
Name: Brom.css
Created by: Phil Yates
Purpose: To add extra layout CSS on the Bromley College Website
working with Layout.css and all the other Contrapositive CSS files
#############################
 */

.examstable {
	border-collapse:collapse;
	border:1px solid #333;
	margin-top:20px;
}
.examsheader {
	font-weight:bold;
	color: #fff;
	background-color:#789;
}
.examsbody {
	font-weight:normal;
	border:1px solid #999;
	background-color:#eee;
	padding:5px;
}
#div_celebrating_50:hover {
	border: 1px SOLID #dfdfdf;
	padding: 2px 2px 5px 2px;
	text-align:center;
	margin-bottom: 10px!important;
	font-size:1.1em;
	background-color:#D1D1D1!important;
}
#div_celebrating_50 {
	border: 1px SOLID #dfdfdf;
	background-color:#FFFFFF;
	padding: 2px 2px 5px 2px;
	text-align:center;
	font-size:1.1em;
	margin-bottom: 10px!important;
}
#div_celebrating_50 a {
	color:#808080!important;
}
a.a_celebrate_50 {
	color:#808080!important;
}
a.a_celebrate_50:hover {
	color: #000000!important;
}
#div_celebrating_50 img {
	margin-left: -7px;
	border:0 SOLID White;
}
#NEWS1 {
	padding-top: 10px;
}
#div_Portlet_Casestudy {
	margin-top: 20px;
	width:190px;
	/*border: 1px SOLID #dfdfdf;*/
height: 200px;
	padding: 0px 0px 0px 0px;
	font-size: 1.0em;
	font-weight: bold;
	color:#E10062;
}
#div_Portlet_Casestudy img {
	width: 190px;
	margin-top: 10px;
}
#brom_home_content {
	/*
USED IN: 
- Home Page Template (HomeTemplate.tpl; Line 11)

PURPOSE:
Added Div around the content to allow the "Prospectus" Portlet to align on the right 
next to the paragraph text of the page

CSS:*/
width: 100%; /* 48%; */
	float:left;
}
p.brom_news_summary_heading {
	/*
USED IN: 
- News Page Handler (content_NEWS_handler.php; Line  & 6)

PURPOSE:
Added Div around the content to allow the "Prospectus" Portlet to align on the right 
next to the paragraph text of the page

CSS:*/
color: #E10062; /*Contrapositive designed PINK*/
	font-weight: bold;
}
#newsPortletNewsRight h2 {
	color: #FFFFFF;
}
#newsPortletNewsRight a {
	/*
USED To Override the A Href Style for the Portlet News
*/
color:#FFFFFF;
}
#newsPortletNewsRight a:hover {
	/*
USED To Override the A Href Style for the Portlet News
*/
color:#000000;
}
.PageFeatureLeft a {
	/*
USED To Override the A Href Style for the Feature Box
*/
color:#FFFFFF;
}
.PageFeatureLeft a:hover, .PageFeatureLeft a:focus {
	/*
USED To Override the A Href Style for the Feature Box
*/
color:#000000;
}
#BROM_Linked_Image_Portlet_Container img {
	/*
USED IN: 
- Image Section Handler (_section-image.tpl; Line 1)

PURPOSE:
To Contain the text and image of the Portlet and to allow the user to place the text either side of the image
and to allow the image to be a link.

CSS:*/
border: 0 solid transparent;
}
#BROM_Linked_Image_Portlet_Image {
/*
USED IN: 
- Image Section Handler (_section-image.tpl; Line 2)

PURPOSE:
To Contain the text and image of the Portlet and to allow the user to place the text either side of the image
and to allow the image to be a link.

CSS:*/

}
#BROM_Linked_Image_Portlet_Text {
	/*
USED IN: 
- Image Section Handler (_section-image.tpl; Line 5)

PURPOSE:
To Contain the text and image of the Portlet and to allow the user to place the text either side of the image
and to allow the image to be a link.

CSS:*/
padding: 2px 2px 2px 5px;
}
#brom_news_photoCaption {
	/*
USED IN: 
- content_NEWS_handler (content_NEWS_handler.php; Line 5)

PURPOSE:
To contain the image in the news article page and allow the user to specify size and position.

CSS:*/
	background-color: #E10062;
	padding: 5px;
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 5px 20px 10px;
	position:relative;
	z-index: 3;
}
#brom_news_photoCaption img {
	margin-bottom: 5px;
	clear: none;
}
#brom_news_photoCaption p {
	margin: 0px !important;
}
#brom_news_feature {
	background-color: #E10062;
	color: #FFFFFF;
	margin-bottom: 10px;
	/*margin-left: 304px;*/
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	min-height:80px;
}
#brom_news_article_date {
	/*
USED IN: 
- News Article (content_News_handler.php; Line 14)

PURPOSE:
To contain the logo images and place them at the right of the screen

CSS:*/
position:relative;
	top: -35px;
	float: right;
}
#brom_news_article_container {
	/*
USED IN: 
- News Article (content_News_handler.php; Line 14)

PURPOSE:
To contain the logo images and place them at the right of the screen

CSS:*/
padding: 2px 2px 2px 2px;
	margin: 0 0 0 0;
	background-color: transparent;
	position:relative;
	z-index:0;
}
#brom_news_article_text {
	/*
USED IN: 
- News Article (content_News_handler.php; Line 14)

PURPOSE:
To contain the logo images and place them at the right of the screen

CSS:*/
background-color: transparent;
	position:relative;
	top: -30px;
	z-index: 1;
}
#brom_training_for_business_logos {
	/*
USED IN: 
- News Article (content_News_handler.php; Line 14)

PURPOSE:
To contain the logo images and place them at the right of the screen

CSS:*/
margin-top: -90px;
	float:right;
	width:310px;
	padding-right:1px;
}
a.a_quote {
	/*
USED IN: 
- Training for Business landing template (TrainingTemplate.tpl; Line 14)

PURPOSE:
To keep the text grey instead of white!

CSS:*/
color:#808080 !important;
	text-decoration:none !important;
}
a.a_quote:hover {
	/*
USED IN: 
- Portlets for Quotes.

PURPOSE:
To allow user feedback by turning the text black

CSS:*/
color:#000000 !important;
	text-decoration:none !important;
}
img.Brom_img_profile_border {
	border: 3px SOLID #E10062 !important;
}
.bromnewspics {
	/*
USED IN: 
- content_NEWS_handler (content_NEWS_handler.php; Line 5)

PURPOSE:
To contain the image in the news article page and allow the user to specify size and position.

CSS:*/
/*background-color: blue;*/
min-height: 55px;
}
#brom_news_leftColumn {
	/*
USED IN: 
- content_NEWS_handler (content_NEWS_handler.php; Line 267)

PURPOSE:
To contain the left hand side of the news list

CSS:*/
padding-top: 5px;
	width: 50%;
	min-height: 250px;
	float: left;
}
#brom_news_rightColumn {
	/*
USED IN: 
- content_NEWS_handler (content_NEWS_handler.php; Line 267)

PURPOSE:
To contain the right hand side of the news list

CSS:*/
/*background-color: red; */
padding-top: 5px;
	width: 50%;
	min-height: 250px;
	float: left;
}
img.brom_news_image {
	/*
USED IN: 
- content_NEWS_handler (content_NEWS_handler.php; Line 267)

PURPOSE:
To contain the images in the news list

CSS:*/
width: 115px;
	float:left;
	border: 0 solid transparent;
	padding-right: 5px;
	padding-bottom: 2px;/*margin-bottom: 20px;*/
}
#brom_new_pages {
	float: right;
	width: 100px;
}
#brom_news_landingPageImage {
	/*
USED IN: 
- content_NEWS_handler (content_NEWS_handler.php; Line 267)

PURPOSE:
To contain the landing page image in the news and to bring the bread crumbs up.

CSS:*/
	margin-bottom: -50px;
	height: 233px;
}
#BROM_Enquiry_Form ul {
	list-style: none;
}
#BROM_Enquiry_Form ul, #box1 ul, #box2 ul {
	list-style: none;
	margin: 0;
	padding: 0
}
#BROM_Enquiry_Form li, #box1 li, #box2 li {
	margin: 0.5em 0
}
/*Last Edit: 31/01/2011-MattT*/	
#BROM_Enquiry_Form label {
	display: block;
	min-height: 1.6em;
}
/*Added By Colin Palmer*/	
#BROM_Enquiry_Form select, textarea {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;/* Formats font in textarea so can be enlarged */

}
/*Added By Colin Palmer*/	
/*Radio & Check Box Positioning*/	
#BROM_Enquiry_Form li.check span {
	display:block;
	padding-left:11.5em;
}
/*Added By Colin Palmer*/	
/*Label Text*/	
#BROM_Enquiry_Form li.check span.name {
	padding-left:1em;
	width:18em;
	text-align:left;
	margin-bottom: 1em;
}
/*Added By Colin Palmer*/	
/*Text for Course/Source Information*/	
#BROM_Enquiry_Form label.Courses {
	text-align:left;
	width:18em;
}
#BROM_Enquiry_Form input.button {
	background-color: #E10062;
	color: #FFFFFF;
	font-weight:bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;
	border: 0 solid transparent;
	padding: 2px 5px 2px 5px;
}
#Brom_Reviewers_Comments {
	background-color:#FFFFAA;
	font-weight: bold;
	border: 1px SOLID #000000;
	padding: 5px 5px 5px 5px;
}
.PageFeatureLeft {
	/**min-height: 100px;
max-height: 200px;/**/
font-size:small;
}
.featureLeft .PageFeatureLeft {
/*	margin-top:-12px;	
	margin-bottom: -6px;
	*/
}
#screen_message h1, #screen_message h2 {
	padding-top: 10px;
	text-align:center;
}
#screen_blackout {
	position:absolute;
	z-index: 100;
	background-color: black;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	opacity:0.6;
	filter:alpha(opacity=60);
	text-align:center;
	vertical-align:middle;
}
#screen_message {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color:#DFDFDF;
	margin: auto;
	width: 500px;
	min-height: 300px;
	border: 3px SOLID #E10062!important;
	opacity:1!important;
	filter:alpha(opacity=100)!important;
	position:absolute;
	z-index: 101;
	text-align:left;
	margin-top: 100px;
	font-size: medium;
	font-size: medium;
	line-height: 30px;
}
#modified_date {
	font-size: small;
	float:right;
	line-height: 15px;
}
#close_link {
	text-align: center;
}
/******************* Faux Columns 30-07-2010 *************/
#homepage_FauxColWrapper {
	background-image: url('images/homepage_fauxColumnGrey.png');/**  This image to change depending on colour **/
	background-repeat: repeat-y;
	display: block;
	position: relative;
	zoom: 1;
	padding-bottom: 5px;
}
#homepage_FauxColWrapper .featureLeft *, #homepage_FauxColWrapper .featureRight *, #homepage_FauxColWrapper .featureLeft, #homepage_FauxColWrapper .featureRight {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
}
#homepage_FauxColWrapper .featureLeft, #homepage_FauxColWrapper .featureRight {
	display: block;
	position: relative;
	width: 285px;
	margin-left: 0px;
	margin-top: 5px;
	background-color: transparent !important;
	float: right;
	padding: 0px 5px;
}
#homepage_FauxColWrapper .featureRight {
	margin-left: 9px;
}
#homepage_FauxColWrapper h2 {
	font-size: 1.4em;
}
#homepage_FauxColWrapper h3, #homepage_FauxColWrapper h4, #homepage_FauxColWrapper h5, #homepage_FauxColWrapper h6, #homepage_FauxColWrapper h7 {
	font-size: 1em;
}
/******************* End of Faux Columns *************/



/******************* YouCan Campaign 30-07-2010 *************/
#youCanEnrol {
	display: block;
	background-image: url('images/youCanEnrol.gif');
	width: 190px;
	height: 245px;
	cursor: pointer;
	clear: left;
}
#youCanEnrol a {
	display: block;
	width: 100%;
	height: 100%;
}
#youCanEnrol:hover {
	background-position: -190px 0px;
}
#col2 #homePageImage {
	height: 335px;
	width: 600px;
	/**/margin-bottom: -40px;/**/
}
#col2 #homePageImage div#youCanIntro {
	background-image: url('images/prospectus_mini.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#col2 #videoPageContent div#youCanVideos {
	background-image: url('images/youcanpageFlashReplacement.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 200px;
	padding: 20px;
}
#col2 #homePageImage div#youCanIntro a.tubeLink {
	display: block;
	position: relative;
	height: 330px;
	width: 600px;
	z-index: 1;
}
/******* End YouCan Campaign *************/


/******************* Channel Landing Pages 'Six Boxes' - 05/08/2010 *************/
div.boxWrapper {
	line-height: 0px;
	float: right;
	width: 100%;
}
.landingSixBox {
	float: left;
	display: block;
	position: relative;
	width: 294px;
	margin: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	line-height: normal;
}
.landingSixBox:first-child {
	margin-left: 0px;
	margin-right: 5px;
}
.landingSixBox:last-child {/** margin-right: 0px; /**/
}
.landingSixBox a {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: normal;
}
.landingSixBox h3 a {
	font-weight: bold;
}
div.boxWrapper a * {
	text-decoration: none !important;
	cursor: pointer;
} /* IE 7 fix for badly formed dom, does not effect other browsers */
.landingSixBox:hover p a {
	color: #999999;
}
.landingSixBox a:hover {
	cursor: pointer;
}
.landingSixBox div.W3C a, .landingSixBox div.W3C a:hover {
	color: #000;
}
.landingSixBox h3 a, .landingSixBox h3 a:hover {
	color: #fff;
}
.landingSixBox span.boxheading, .landingSixBox h3 {
	background-color: transparent;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 3px 5px;
	text-align: right;
	line-height: 1em;
	color: #fff !important;
	text-decoration:none!important;
}
.landingSixBox span {
	display: block;
	text-align: right;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 0px;
}
#content .landingSixBox span.Bobby {
	display: none;
}
#content .landingSixBox p, .landingSixBox p, .landingSixBox div.W3C {
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 0px;
	text-align: right;
}
/******** addition - 19-08-2010 *********/
.landingSixBox *, div.boxWrapper a, div.boxWrapper a * {
	text-decoration: none !important;
}
/******** addition - 09-12-2010 - People Setup *********/
.peopleSixBox img {
	float: left;
}
.peopleSixBox span, .peopleSixBox h3, .peopleSixBox div, .peopleSixBox p {
	text-align: left !important;
}
.peopleSixBox span.boxheading, .peopleSixBox h3 {
	margin-top: 5px;
}
.peopleSixBox img {
	margin-right: 5px;
	border-style: solid;
	border-width: 5px;
}
/** END ***** Channel Landing Pages 'Six Boxes' *** END ****/


/******************* In content Enrol banner *************/
#content a img.enrolBanner {
	border: 2px solid #fff;
	margin-top: 20px;
}
#content a:hover img.enrolBanner {
	border-color: #ccc;
}
/*** END *** In content Enrol banner *** END ***/


/******** In content Images connected to paragraphs top over-ride *************/
#articlePageImageTop div.photoCaption {
	background-color: transparent!important;
	padding: 0px;
}
#articlePageImageTop div.photoCaption p {
	display: none;
}
#articlePageImageTop div.photoCaption img {
	margin-right: 7px;
	margin-top: 17px;
}
/*** END *** Images connected to paragraphs top over-ride *** END ***/


/******************* Openday 12-10-2010 *************/
#openday {
	display: block;
	background-image: url('images/openday/openday_button.gif');
	width: 190px;
	height: 245px;
	cursor: pointer;
	clear: left;
}
#openday a {
	display: block;
	width: 100%;
	height: 100%;
}
#openday:hover {
	background-position: -190px 0px;
}
/****END***** Openday 12-10-2010 *********/


/******************* News Article - Orp Brom Merger - 22-10-2010 *************/
#image_Bromley_Orpington_Logos_jpg {
	display: block;
	position: relative;
	background-image: url('images/Bromley_Orpington_Logos.jpg');
	background-repeat: no-repeat;
	width: 526px;
	height: 45px;
	margin-left: 20px;
	margin-bottom: 20px;
}
/****END** Orp Brom Merger - 22-10-2010 *************/


/******************* Accessibility - Hidden Access Key Menu - 27-01-2011 *************/
#accessibilityContainer {
	position: absolute;
	top: 0px;
	width: inherit;
	z-index: 999;
}
#accessibilityMenu {
	display: block;
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	list-style: inside none;
}
#accessibilityMenu li {
	/* Sits the list item in the top left of the page wrap, a nice anchor point 
	*/
	position: absolute;
	left: 0px;
	margin-left: 25px;
}
#accessibilityMenu li a {
	position: absolute;
	display: block;
	color: #ffffff;
	background-color: #A5A5A5;
	border-color: #E10062;
	border-style: solid;
	border-width: 0 5px 2px;
	top: 0;
	left: -4000px;
	width: 400px;
	padding: 0.3em 0.2em 0.4em 2em;
	text-decoration: none;
}
#accessibilityMenu li a:hover, #accessibilityMenu li a:focus, #accessibilityMenu li a:active {
	position: absolute;
	left: 2px;
	display: block;
	layout: 1;
	zoom: 1;
}
/****END**  Accessibility - Hidden Access Key Menu - 27-01-2011 *************/



/******************* Enquirey Form Update - 31-01-2011 *************/
#BROM_Enquiry_Form fieldset {
	margin-bottom: 20px;
}
#BROM_Enquiry_Form li.check, #box1 li.check, #box2 li.check {
	margin: 2em 0px;
}
#BROM_Enquiry_Form li.check:last-child {
	margin-bottom: 0px;
}
#BROM_Enquiry_Form label span.labelText {
	width: 10em;
	display: block;
	float: left;
	text-align: right;
	margin-right: 2em;
}
#BROM_Enquiry_Form label input, #BROM_Enquiry_Form label textarea, #BROM_Enquiry_Form label select {
	float: left;
	display: block;
	margin-top: 1px;
	position: relative;
}
/****END** Enquirey Form Update - 31-01-2011 *************/




/******************* Senior Leadership Photos - 17-02-2011 *************/
div.leadershipTeam_PicRow {
	/*border: 1px solid red;/**/
	text-align: center;
	display: block;
	position: relative;
	padding: 5px 0px;
}
div.leadershipTeam_PicRow div.teammember {
	/*border: 1px solid blue;/**/
	display: inline;
	display: inline-block;
	position: relative;
	width: 142px;
	padding: 0px 5px 5px;
	margin: 0px auto;
	vertical-align:top;
}
div.leadershipTeam_PicRow div.teammember img {
	/*border: 1px solid green;/**/
	height: 160px;
	width: 140px;
	display: block;
	margin: 0px auto;
}
div.teammember .name { font-size: 1em; }
div.teammember .position { font-size: .9em; }
/****END** Senior Leadership Photos - 17-02-2011 *************/



/******************* Course Lists - Pagnation - 27-07-2011 *************/
div.filtering .pag_prev,
div.filtering .pag_next {
	display: block; position: relative;
	float: right;
	background: #999999;
	color: #FFFFFF;
	padding: 3px 5px;
	margin: -2px 5px;
	text-decoration: none;
}
div.filtering .pag_prev:focus,
div.filtering .pag_next:focus,
div.filtering .pag_prev:hover,
div.filtering .pag_next:hover {
	background: #333333;
	text-decoration: none;
}
/****END** Course Lists - Pagnation - 27-07-2011 *************/


/******************* Summer Campaign 2011 - 29-07-2011 *************/
/******************* Updated 2011 - 13-12-2011; Feature BG Images *************/

#homepage_FauxColWrapper {
	background-image: none;
}

#homepage_FauxColWrapper .featureRight {
    margin-left: 9px;
	background-image: url('images/frontPage/fp_princestrust.jpg');
	height: 112px;
	cursor: pointer;
}

#homepage_FauxColWrapper .featureLeft {
	background-image: url('images/frontPage/fp_janstarts.jpg'); 
	height: 112px;
	cursor: pointer;
}


#brom_portletFB {
	margin-top: 20px;
	background-image: url('images/summer_campaign_2011/bromley-fb.gif');
	display: block; position: relative;
	width: 190px; height: 55px;
}
#brom_portletTwit {
	margin-top: 5px;
	background-image: url('images/summer_campaign_2011/bromley-twitter.gif');
	display: block; position: relative;
	width: 190px; height: 39px;
}


#youCanIntro a img {
	border: none;
}

/****END** Summer Campaign 2011 - 29-07-2011 *************/




ul.tabs {
	color:#FFF;
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 30px; /*--Set height of tabs--*/
/*	border-bottom: 1px solid #999;*/
/*	border-left: 1px solid #999;*/
	width: 100%;
}
ul.tabs li {
	color:#FFF;
	float: right;
	margin: 5px;
	padding: 0px;
	height: 25px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 25px; /*--Vertically aligns the text within the tab--*/
/*	border: 1px solid #999;*/
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #ccc;
}
ul.tabs li a {
	text-decoration: none;

	display: block;
	font-size: 1em;
	padding: 0 20px;
/*	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
    color: #FFFFFF;
    font-weight: normal;

}
ul.tabs li a:hover {
	background: #e0e0e0;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #e81e75;
	border-bottom: 2px solid #ccc; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #ccc;

	overflow: hidden;
	clear: right;

	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 10px;
	font-size: 1em;
	line-height:20px;
}
img.icon {

	padding: 10px;
	float:left;
}
.simpleTabs {margin-bottom: 20px; float: left;}






/******************* Open Events - Claire H - 20-12-2011 *************/
.odd  {	background-color: #f7e4ec;  }
.even {	background-color: #fff; 	}

.big_pink_tick {
	background-image: url("images/pink_tick.png");
	background-repeat: no-repeat;
	height: 17px;
	width: 16px;
	display: block;
}
#course_locations td, #course_locations tr {
	border:solid white 1px;
	border-collapse:collapse;
	padding: 4px;
}
#course_locations a {
	text-decoration: none;
	padding:4px;
	font-weight: normal;
}
/****END** Open Events - Claire H - 20-12-2011 *************/
