@import url(/microsites/common/css/main.css);
@import url(/microsites/common/css/positioning.css);
@import url(/microsites/common/css/nav.css);
@import url(/microsites/common/css/typography.css);
@import url(/common/css/header.css);
@import url(/microsites/common/css/table.css);
@import url(/microsites/common/css/jd.gallery.css);

/* **************************************************************************************** */
/* ************ BODY TEXT AND TABLE TEXT ************************************************** */
/* **************************************************************************************** */
/* CUT FROM MAIN.CSS IN OLD TEMPLATE */

body {
	color: #333333;
	background-color: #333;
}

td {
	color: #333333;
}


/* **************************************************************************************** */
/* ************ BANNER IMAGES ************************************************************* */
/* **************************************************************************************** */
/*         ADJUST ONLY IMAGE NAMES AND COLOURS - DO NOT CHANGE SPECIFIED PIXEL HEIGHTS      */
/* **************************************************************************************** */
/* CUT FROM POSITIONING.CSS IN OLD TEMPLATE */


/* Images */

/* Appear on Microsite Homepage only */
#main_img {
background:#41696C url(../img/main.jpg) repeat scroll 0% 50%;
clear:both;
display:block;
float:left;
height:220px;
margin:0px;
padding:0px;
width:570px;
}

body#home #main_img {
height: 180px;
border-bottom: 1px solid #eee;}

/* Smaller image - Appear on all other non-level pages */
body#examining #main_img, 
body#news #main_img,
body#links #main_img,
body#contact #main_img,
body#gce_composition  #main_img	{width: 570px; height: 60px; display: block; padding: 0px; margin: 0px; 
						float: left; clear: both; background: url("../img/sub.jpg") #fff; border-bottom: 1px solid #eee; }

/* GCE Images */
/* Appear on Subject Level Homepages only e.g. GCE homepage */
body#gce #main_img 		{background:  url("../img/gce.jpg") #41696C; border-bottom: 1px solid #eee; }
						
/* Smaller image - Appear on all other GCE level pages */
body#gce_benefits #main_img,
body#gce_specification #main_img,
body#gce_examinations #main_img,
body#gce_coursework #main_img,
body#gce_support #main_img,
body#gce_circulars #main_img,
body#gce_timetable #main_img,
body#gce_faqs #main_img		{width: 570px; height: 60px; display: block; padding: 0px; margin: 0px; 
							float: left; clear: both; background:  url("../img/sub_gce.jpg") #41696C; border-bottom: 1px solid #eee; }	

/* GCE Revised Images */
/* Appear on Subject Level Homepages only e.g. GCE Revised homepage */
body#gce_re #main_img 	{background:  url("../img/gce.jpg") #41696C; }

/* Smaller image - Appear on all other GCE Revised level pages */
body#gce_re_specification #main_img,
body#gce_re_examinations #main_img,
body#gce_re_performance #main_img,
body#gce_re_faqs #main_img,
body#gce_re_support #main_img	{width: 570px; height: 60px; display: block; padding: 0px; margin: 0px; 
							float: left; clear: both; background: #41696C url(../img/sub_gce.jpg);}


/* GCSE Images */
/* Appear on Subject Level Homepages only e.g. GCE homepage */
body#gcse #main_img 	{background:  url("../img/gcse.jpg") #41696C; border-bottom: 1px solid #eee; }

/* Smaller image - Appear on all other GCSE level pages */
body#gcse_benefits #main_img,
body#gcse_specification #main_img,
body#gcse_examinations #main_img,
body#gcse_coursework #main_img,
body#gcse_support #main_img,
body#gcse_circulars #main_img,
body#gcse_timetable #main_img,
body#gcse_faqs #main_img	{width: 570px; height: 60px; display: block; padding: 0px; margin: 0px; 
							float: left; clear: both; background: url("../img/sub_gcse.jpg") #41696C; border-bottom: 1px solid #eee; }
							
/* GCSE Revised Images */
/* Appear on Subject Level Homepages only e.g. GCSE Revised homepage */
body#gcse_re #main_img 	{background:  url("../img/gcse.jpg") #41696C; }

/* Smaller image - Appear on all other GCE Revised level pages */
body#gcse_re_specification #main_img,
body#gcse_re_examinations #main_img,
body#gcse_re_assessment #main_img,
body#gcse_re_assessment_lt #main_img,
body#gcse_re_faqs #main_img,
body#gcse_re_support #main_img	{width: 570px; height: 60px; display: block; padding: 0px; margin: 0px; 
							float: left; clear: both; background: #41696C url(../img/sub_gcse.jpg);}



/* Entry Level Images */
/* Appear on Subject Level Homepages only e.g. Entry Level homepage */
body#entry_level #main_img 	{background:  url("../img/titles/entry.jpg") #fff; border-bottom: 1px solid #eee; display: none;}

/* Smaller image - Appear on all other GCSE level pages */
body#entry_level_benefits #main_img,
body#entry_level_specification #main_img,
body#entry_level_examinations #main_img,
body#entry_level_coursework #main_img,
body#entry_level_support #main_img,
body#entry_level_circulars #main_img,
body#entry_level_timetable #main_img,
body#entry_level_faqs #main_img	{width: 570px; height: 60px; display: block; padding: 0px; margin: 0px; 
							float: left; clear: both; background: url("../img/sub_entry_level.jpg") #fff;
							border-bottom: 1px solid #eee; display: none; }

/* **************************************************************************************** */
/* ************ MENU ELEMENT COLOURS ****************************************************** */
/* **************************************************************************************** */
/*         ADJUST ONLY COLOURS - DO NOT CHANGE FONT WEIGHTS                                 */
/* **************************************************************************************** */
/* CUT FROM NAV.CSS IN OLD TEMPLATE */


/* 'Active' menu elements */

body#home #leftnav #mnu_home,
body#gce #leftnav #mnu_gce,
body#gce_re #leftnav #mnu_gce_re,
body#gcse #leftnav #mnu_gcse,
body#gcse_re #leftnav #mnu_gcse_re,
body#entry_level #leftnav #mnu_entry_level,
body#examining #leftnav #mnu_examining, 
body#news #leftnav #mnu_news,
body#links #leftnav #mnu_links,
body#contact #leftnav #mnu_contact, 

body#gce_benefits #mnu_gce,
body#gce_specification #mnu_gce,
body#gce_examinations #mnu_gce,
body#gce_coursework #mnu_gce,
body#gce_support #mnu_gce,
body#gce_circulars #mnu_gce,
body#gce_timetable #mnu_gce,
body#gce_faqs #mnu_gce,
body#gce_composition #mnu_gce,

body#gce_re_specification #mnu_gce_re,
body#gce_re_examinations #mnu_gce_re,
body#gce_re_performance #mnu_gce_re,
body#gce_re_support #mnu_gce_re,
body#gce_re_faqs #mnu_gce_re,

body#gcse_benefits #mnu_gcse,
body#gcse_specification #mnu_gcse,
body#gcse_examinations #mnu_gcse,
body#gcse_coursework #mnu_gcse,
body#gcse_support #mnu_gcse,
body#gcse_circulars #mnu_gcse,
body#gcse_timetable #mnu_gcse,
body#gcse_faqs #mnu_gcse,

body#gcse_re_specification #mnu_gcse_re,
body#gcse_re_examinations #mnu_gcse_re,
body#gcse_re_assessment #mnu_gcse_re,
body#gcse_re_assessment_lt #mnu_gcse_re,
body#gcse_re_support #mnu_gcse_re,
body#gcse_re_faqs #mnu_gcse_re,

body#entry_level_benefits #mnu_entry_level,
body#entry_level_specification #mnu_entry_level,
body#entry_level_examinations #mnu_entry_level,
body#entry_level_coursework #mnu_entry_level,
body#entry_level_support #mnu_entry_level,
body#entry_level_circulars #mnu_entry_level,
body#entry_level_timetable #mnu_entry_level,
body#entry_level_faqs #mnu_entry_level

	{background-color: #eee;}

/* 'Active' menu elements - GCE section */
body#gce_benefits #nav_gce #mnu_benefits,
body#gce_specification #nav_gce #mnu_specification,
body#gce_examinations #nav_gce #mnu_examinations,
body#gce_composition #nav_gce #mnu_composition,
body#gce_coursework #nav_gce #mnu_coursework,
body#gce_support #nav_gce #mnu_support,
body#gce_circulars #nav_gce #mnu_circulars,
body#gce_timetable #nav_gce #mnu_timetable,
body#gce_faqs #nav_gce #mnu_faqs 
{font-weight: bold; color: #CC0099;}

/* 'Active' menu elements - GCE Revised section */
body#gce_re_specification #nav_gce_re #mnu_specification,
body#gce_re_examinations #nav_gce_re #mnu_examinations,
body#gce_re_performance #nav_gce_re #mnu_performance,
body#gce_re_faqs #nav_gce_re #mnu_faqs,
body#gce_re_support #nav_gce_re #mnu_support {
	font-weight: bold; color: #CC0099;}

/* 'Active' menu elements - GCSE section */
body#gcse_benefits #nav_gcse #mnu_benefits,
body#gcse_specification #nav_gcse #mnu_specification,
body#gcse_examinations #nav_gcse #mnu_examinations,
body#gcse_coursework #nav_gcse #mnu_coursework,
body#gcse_support #nav_gcse #mnu_support,
body#gcse_circulars #nav_gcse #mnu_circulars,
body#gcse_timetable #nav_gcse #mnu_timetable,
body#gcse_faqs #nav_gcse #mnu_faqs {
	font-weight: bold; color: #CC0099;}
	
	/* 'Active' menu elements - GCSE Revised section */
body#gcse_re_specification #nav_gcse_re #mnu_specification,
body#gcse_re_examinations #nav_gcse_re #mnu_examinations,
body#gcse_re_assessment #nav_gcse_re #mnu_assessment,
body#gcse_re_assessment_lt #nav_gcse_re #mnu_assessment_lt,
body#gcse_re_faqs #nav_gcse_re #mnu_faqs,
body#gcse_re_support #nav_gcse_re #mnu_support {
	font-weight: bold; color: #CC0099;}


/* 'Active' menu elements - Entry Level section */
body#entry_level_benefits #nav_entry_level #mnu_benefits,
body#entry_level_specification #nav_entry_level #mnu_specification,
body#entry_level_examinations #nav_entry_level #mnu_examinations,
body#entry_level_coursework #nav_entry_level #mnu_coursework,
body#entry_level_support #nav_entry_level #mnu_support,
body#entry_level_circulars #nav_entry_level #mnu_circulars,
body#entry_level_timetable #nav_entry_level #mnu_timetable,
body#entry_level_faqs #nav_entry_level #mnu_faqs {
	font-weight: bold; color: #41696C;}

/* **************************************************************************************** */
/* ************ SET LEFT NAV LINK COLOURS ************************************************* */
/* **************************************************************************************** */
/*         ADJUST ONLY COLOURS - DO NOT CHANGE FONT WEIGHTS                                 */
/* **************************************************************************************** */
/* SET COLOUR HERE FROM OLD TEMPLATE BEFORE UPDATING YOUR TEMPLATE                          */

#leftnav a {
	color: #cc3399;
}

#leftnav a:hover {
	color: #000;
	background-color: #fff;
}

#leftsubnav a {
	color: #ff66cc;
}

#leftsubnav a:hover {
	color: #000;
}

/* **************************************************************************************** */
/* ************ MISC COLOURS ************************************************************** */
/* **************************************************************************************** */
/* CUSTOMISABLE COLOURS FROM ELEMENTS IN POSITIONING.CSS                                    */
/* **************************************************************************************** */

#main_content {
	background: #ffffff;
}

/* aka - the doc box */
#right_content {
	background-color: #F5E0F8;
	border: 1px solid #ff66cc;
}

#right_content p {
	color: #333;
}

#right_content p a:link, #right_content p a:visited {
	color: #333;
	text-decoration:none:
}

#boxed_content_left {
	color: #41696C;
	border: 1px solid #C9E4E4;
}

#boxed_content_left p a {
	color: #333;
}

#boxed_content_right a:link, #boxed_content_right a:visited {
	background: #eff8f6;
	border: 1px solid #b5dfd6;
}

#boxed_content_right a:hover {
	color: #41696C;
	text-decoration: none;
}

/* Footer */
/* The footer.inc file is a common file and is shared amongst all microsites "rewardinglearning.com/common/includes/" */

#footer {
	color: #333;
	border-top: 1px solid #eee;
	background: #fff;
}

#question {
	color: #41696C;
	background-color:#fff;
}

#answer {
	color: #41696C;
	background-color:#fff;
}

/* **************************************************************************************** */
/* ************ TABLE STYLES ************************************************************** */
/* **************************************************************************************** */

th {
	color: #cc3399;
}

th.left {
	color: #cc3399;
}

th.right {
	color: #cc3399;
}

/* **************************************************************************************** */
/* ************ TYPOGRAPHY STYLES ********************************************************* */
/* **************************************************************************************** */

a {
	color: #cc3399;
}

a:link, a:visited {
	color: #cc3399;
}

a:hover {
	color: #000;
}

#line	{
border: 3px solid #000000;
}


/* MIME-type Links */
 
p.pdf, p.doc, p.wmv, p.html, p.excel, p.mdb  {line-height: 1.5em; margin:0 0 10px 0; padding:0 0 0 33px; display:block; clear:both; min-height:40px;}
 
/* for ie6 */
*html p.pdf, *html p.doc, *html p.wmv, *html p.html, *html p.excel, *html p.mdb  {line-height: 1.5em; margin:0 0 10px 0; padding:0 0 0 33px; display:block; clear:both; height:40px;}
 
p.pdf {background:transparent url(/dep/img/ico/pdf.gif) no-repeat 0 0;
margin-top: 10px;}
p.doc {background:transparent url(/dep/img/ico/word.gif) no-repeat 0 0;}
p.wmv {background:transparent url(/dep/img/ico/wmv.gif) no-repeat 0 0;}
p.html {background:transparent url(/dep/img/ico/html.gif) no-repeat 0 0;}
p.excel {background:transparent url(/dep/img/ico/xls.gif) no-repeat 0 0;}
p.mdb {background:transparent url(/dep/img/ico/mdb.gif) no-repeat 0 0;}
p.mp3 {background:transparent url(/dep/img/ico/mp3.gif) no-repeat 0 0;}
 
span.docdetails {
            font-size:90%;
            float:left;
            clear:both;
            color:#666;
            font-style:italic;
}
 
 
/* PPT */
p.ppt {line-height: 1.5em; margin:0 0 10px 0; padding:0 0 0 46px; display:block; clear:both; min-height:32px; background:transparent url(/dep/img/ico/ppt.gif) no-repeat 0 0;}
/* for ie6 */
*html p.ppt {line-height: 1.5em; margin:0 0 10px 0; padding:0 0 0 46px; display:block; clear:both; height:32px; background:transparent url(/dep/img/ico/ppt.gif) no-repeat 0 0;}


/* **************************************************************************************** */
/*  TABS - Optional in page body */
/* **************************************************************************************** */

#tabs {
  float: left;
  width: 100%;
  background: #fff url("../img/bg/bg.gif") repeat-x bottom;
  font-size: 93%;
  line-height: normal;
  margin-bottom: 10px;
}

#tabs ul {
  margin: 0;
  padding: 10px 10px 0;
  list-style: none;
}

#tabs li {
  float: left;
  background: url("../img/bg/norm_left.gif") no-repeat left top;
  margin: 0;
  padding: 0 0 0 9px;
}

#tabs a {
  float: left;
  display: block;
  background: url("../img/bg/norm_right.gif") no-repeat right top;
  padding: 5px 15px 4px 6px;
  text-decoration: none;
  font-weight: bold;
  color: #cc3399;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a { 
	float: none;
}

/* End IE5-Mac hack */

#tabs a:hover {
  color: #333;
}

#tabs #current {
  background-image: url("../img/bg/norm_left_on.gif");
}

#tabs #current a {
  background-image: url("../img/bg/norm_right_on.gif");
  color: #333;
  padding-bottom: 5px;
}
