/* CSS Document */

body {
	margin:0;
	background-color:#054d8b;  	/*************** CHRISTMAS ***********************************************************/           
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg-jo.jpg); /*************** CHRISTMAS ***********************************************************/
	background-repeat:repeat-x;
	}
	
textarea {
	overflow:auto;
}	

/*-------------- Gallery List - Jason --------------------*/

.gallery img {
  border:3px solid #101010;
}
.gallery a {
  font-size:1.8em;
  color:#fff;
  text-shadow:2px 2px #000;
  text-decoration:none;
}
.gallery a span {
  padding-right:15px;
  background:url("images/submenu-arrow.png") no-repeat scroll right center transparent;
}
.gallery a:hover img {
  border:3px solid #fbca2f;
}
	
/* =-=-=-=-=-=-=-[H Tags]-=-=-=-=-=-=-=- */

h1 {
	font-size:large;
	margin-top:0;
	}
	
h2 {
	font-size:medium;
	margin-top:0;
	color:#005CA7;
	}
	
h3 {
	font-size:small;
	margin-top:0;
	color:#005AA6;
	}

.subHead {
	font-size:medium;
	font-weight:bold;
	margin-top:0;
	color:#A0AEB1;
	}

caption {
	text-align:left;
	color:#FFD24E;
	font-size:medium;
	font-weight:bold;
	}
	

img {
	border:none;
	}

	
form {
	margin:0;
	padding:0;
	}
	
q {
	font-style:italic;
	color:#005AA6;
	font-size:small;
	}
	

.alert {
	color:#FF0000;
	}
	
.closure {
	border:1px solid #CCC;
	border-top: solid 0px;
	background-color:#FFFFFF;
	padding:5px 5px 5px 5px;
	}		
.closure_txt {
	border: 1px solid #CCC;
	border-bottom:solid 0px; 
	color:#FFFFFF;
	font-size:small;
	background-color:#023968;
	padding:5px 5px 5px 5px;
	margin:0;
	background-image:url(../images/section.jpg);
	background-position:right;
	background-repeat:repeat-y;
	}
	
.open {
	border:1px solid #CCC;
	border-top: solid 0px;
	background-color:#FFFFFF;
	padding:5px 5px 5px 5px;
	}		
.open_txt {
	border: 1px solid #CCC;
	border-bottom:solid 0px; 
	color:#FFFFFF;
	font-size:small;
	background-color:#023968;
	padding:5px 5px 5px 5px;
	margin:0;
	background-image:url(../images/section.jpg);
	background-position:right;
	background-repeat:repeat-y;
	}	
	
.news_flash {
	padding:5px 5px 5px 0px;
	}	
	 
/*********** News ************/
<!--
.style5 {color: #000000}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

-->



/*--Main Container--*/
.main_view {
	float: left;
 	position: relative; 
}
/*--Window/Masking Styles--*/
.window {
	height:200px;	width: 600px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
 	position: relative; 
}
.image_reel {
	position: absolute; 
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*-- Styles--*/
.paging {
	position: absolute;
	bottom: 8px; right: -7px;
	width: 182px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/news-slider/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #083c68;
	border: 1px solid #07345a;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}


/*****************************/

fieldset {
	padding:10px;
	}
	
/* =-=-=-=-=-=-=-[Page Columns]-=-=-=-=-=-=-=- */

.red {
	color:#FF0000;
	font-size:small;
	}
.grey {
	color:#666666;
	font-size:small;
	}	
.blue {
	color:#0099FF;
	font-size:x-small;
	}	
	
.leftBox {
	width:17%;
	vertical-align:top;
}

.centreBox {
	width:75%;
	vertical-align:top;
	border:1px solid #2A3744;
	background-color:#FFFFFF;
	background-image:url(../images/inSection_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.rightBox {
	vertical-align:top;
	width:5%;
}
	
	
.login_btn {
	background-image:url(../images/login_btn.jpg);
	background-repeat:no-repeat;
	height:30px;
	padding-top:6px;
	
	
}
.login_txt {
	font-size:x-small;
	padding-left:1px;
	padding-top:5px;
	text-decoration:none;
}	

/* =-=-=-=-=-=-=-[BreadCrumb]-=-=-=-=-=-=-=- */

#breadCrumb {
  position:relative;
  font-size: small;
  font-weight: normal;
  /*border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;*/
  padding:2px 0px 2px 0px;
  margin: 0 1.5em 0em 1.5em;
  /*background: url("../images/youre_here.gif") left 50%;
  background-repeat:no-repeat;
  background-color:#FFFFFF;*/
  clear:both;
  }
  
#breadCrumb span {
	font-size:x-small;
	color:#FFFFFF;
	}	
  
#breadCrumb a:link {
	color:white;
	text-decoration:none;
	}

#breadCrumb a:visited {
	color:white;
	text-decoration:none;
	}
	
#breadCrumb a:active {
	color:white;
	text-decoration:none;
	}
	
#breadCrumb a:hover {
	color:white;
	text-decoration:underline;
	}
	
/* =-=-=-=-=-=-=-[Logo]-=-=-=-=-=-=-=- */

#banner-layer {
	/*postion:absolute;*/
	width:500px;
	height:200px;
	z-index:100;
	left:156px;
	top:194px;
	}
.top-content {
	width: 315px;
}	

#content {
	width: 581px;
	float:left;
	padding-bottom: 25px;
}

#Logo {
	background-image:url(../images/web_logo4.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:105px;
	}
	
#OfstedHTC {
	background-image:url(../images/ofsted_outstanding_90x90.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:90px;
	
	}
	
#frogHTC {
	background-image:url(../images/frog.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:90px;
	
	}	
	
.welcomeBox {
	border:1px solid #2A3744;
	/*background-color:#005CA7;*/
	background-color:#01427a;
	padding:0px;

	}
	
#margin {
	margin:10px;
	}
	
/* =-=-=-=-=-=-=-[Boxes & Panels]-=-=-=-=-=-=-=- */

.textContent {
	font-size:small;
	padding:10px;
	float: none;
	}
.bigBlue {
	color: #005CA7;
	font-size: medium;
}
.Blue {
	color: #005CA7;
	font-size: small;
}
.style12 {
	color: #bea15f;
	}
	
/*+++++++++++++ TABLE +++++++++++++++*/

#tablestyle
{
font-family:Verdana, Arial, Helvetica, sans-serif;
width:85%;
border-collapse:collapse;
}
#tablestyle td, #tablestyle th 
{
font-size:1em;
border:1px solid /*#98bf21*/ #374758;
padding:3px 7px 2px 7px;
}
#tablestyle th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
padding-left:4px;
background-color:/*#A7C942*/ #f6c334;
color:#2a3744;
}
#tablestyle tr.alt td 
{
color:#ffffff;
background-color:/*#EAF2D3*/ /*#a9c9f8*/ #2a3744;
}




/* +++++++++++++ [Site Map Links] +++++++++++++++ */
/* +++++++++++++ [Site Map Links] +++++++++++++++ */
/* +++++++++++++ [Site Map Links] +++++++++++++++ */

/*.textSiteMapTitles {
	padding:2px 5px 2px 5px;
	text-align:left;
	font:bold;
	text-decoration:none;
	width:20%;
	background:#CCCCCC;
	color:#0066FF;
		
	}
.textSiteMapLinks {
	padding:5px 5px 5px 5px;
	text-align:left;
	text-decoration:none;
	color:#0066FF;
	font-size:x-small;
	}	
*/
/* +++++++++++++ [white Links in inSection Blue background] +++++++++++++++ */
.textWhite_Links {
	font-size:small;
	text-decoration:none;
	background-color:#023968;
	padding:5px 0px 5px 10px;
	color:#FFFFFF;
	margin:0;
	background-image:url(../images/section.jpg);
	background-position:right;
	background-repeat:repeat-y;
	}

a.WhiteLink:link 
	{
	font-size:small;
	text-decoration:none;
	padding:5px 0px 5px 10px;
	color:#FFFFFF;
	margin:0;
	

	}
a.WhiteLink:active 
	{ 
	font-size:small;
	text-decoration:none;
	padding:5px 0px 5px 10px;
	color:#FFFFFF;
	margin:0;
	
	}
a.WhiteLink:visited 
	{ 
	font-size:small;
	text-decoration:none;
	color:#FFFFFF;
	padding:5px 0px 5px 10px;
	color:#FFFFFF;
	margin:0;
	
	}
a.WhiteLink:hover 
	{ 
	font-size:small;
	text-decoration:none;
	padding:5px 0px 5px 10px;
	color:#999999;
	margin:0;
	
	}

/* +++++++++++++ [Site Map Titles] +++++++++++++++ */

.textSiteMapTitles {
	padding:2px 5px 2px 5px;
	text-align:left;
	font-weight:bold; 
	text-decoration:none;
	width:100%;
	background:#EFF3FF;
	color:#0066FF;
	
	}

a.site_map_title:link 
	{
	padding:2px 5px 2px 5px; 
	text-align:left;
	font-size:small;
	width:33%;
	font-weight:bold; 
	/*color: #0066FF;*/ 
	color:#F7C830;
	text-decoration: none;
	background:#EFF3FF; 
	}
a.site_map_title:active 
	{ 
	padding:2px 5px 2px 5px;
	text-align:left;
	font-size:small;
	width:33%;
	font-weight:bold; 
	/*color: #0066FF;*/ 
	color:#F7C830;
	text-decoration: none;
	background: #EFF3FF;  
	}
a.site_map_title:visited 
	{ 
	padding:2px 5px 2px 5px;
	text-align:left;
	font-size:small;
	width:33%;
	font-weight:bold; 
	/*color: #0066FF;*/ 
	color:#F7C830;
	text-decoration: none;
	background:#EFF3FF; 
	}
a.site_map_title:hover 
	{ 
	padding:2px 5px 2px 5px;
	text-align:left;
	font-size:small;
	width:33%;
	font-weight:bold; 
	color:#F7C830;
	/*color: #0099FF;*/ 
	text-decoration: underline;
	background:#EFF3FF; 
	}

/* +++++++++++++ [Site Map Titles] +++++++++++++++ */

a.site_map:link 
	{
	padding:5px 5px 5px 5px; 
	text-align:left;
	font-size:x-small;
	color: #0066FF;
	font-weight:bold; 
	text-decoration: none; 
	}
a.site_map:active 
	{ 
	padding:5px 5px 5px 5px; 
	text-align:left;
	font-size:x-small;
	font-weight:bold; 
	color: #0066FF; 
	text-decoration: none;  
	}
a.site_map:visited 
	{ 
	padding:5px 5px 5px 5px; 
	text-align:left;
	font-size:x-small;
	font-weight:bold; 
	color: #0066FF; 
	text-decoration: none; 
	}
a.site_map:hover 
	{ 
	padding:5px 5px 5px 5px; 
	text-align:left;
	font-size:x-small;
	font-weight:bold; 
	color: #0099FF; 
	text-decoration: underline ;
	}

/* +++++++++++++ [Site Map Sub Titles] +++++++++++++++ */	
	
a.site_map2:link 
	{
	padding:5px 5px 5px 8px; 
	text-align:left;
	font-size:x-small;
	color: #0066FF; 
	text-decoration: none 
	}
a.site_map2:active 
	{ 
	padding:5px 5px 5px 8px; 
	text-align:left;
	font-size:x-small;
	color: #0066FF; 
	text-decoration: none  
	}
a.site_map2:visited 
	{ 
	padding:5px 5px 5px 8px; 
	text-align:left;
	font-size:x-small;
	color: #0066FF; 
	text-decoration: none 
	}
a.site_map2:hover 
	{ 
	padding:5px 5px 5px 8px; 
	text-align:left;
	font-size:x-small;
	color: #0099FF; 
	text-decoration: underline 
	}
/* +++++++++++++ [Site Map Div Image] +++++++++++++++ */	
	
.div
	{
	padding:2px 5px 2px 5px;
	width:95%;
	height:1px;
	}	
	
/* +++++++++++++ [Site Map Links] +++++++++++++++ */


.imageCentreTable {
	padding:5px 5px 5px 5px;
	text-align:center;
	}
	
.textContentRight {
	font-size:small;
	vertical-align:top;
	text-align:right;
	padding:0px;
	float: none;
	}
	
.textContentCenter {
	font-size:small;
	vertical-align:top;
	text-align:center;
	padding:0px;
	float: none;
	}

.center1
{ 
margin-left: auto;
margin-right: auto;
text-align: center;
}

	
/* +++++++++++++ [Jason] +++++++++++++++ */	
/* +++++++++++++ [Jason] +++++++++++++++ */
/* +++++++++++++ [Jason] +++++++++++++++ */	


.textHighlight {
	font-size:small;
	padding:2px 0px 2px 10px;
	width:99%;
	float: none;
	background-color:#999999;
	color:#FFFFFF;
	margin:0;
	}
	
.textHighlight2 {
	font-size:small;
	font-weight:bold;
	color:#993333;
	}	

.flashBG {
	
	padding:10px 10px 10px 10px;
	width:200px;
	height:200px;
	vertical-align:middle;
	text-align:center;
	background-color:#EBEBEB;
	margin:0;
	}


.last_post {
	width:370px;
	height:400px;
	padding:10px 10px 10px 0px;
	float:left;
	}

.imageLeft {
	padding:0px 30px 20px 0px;
	float:left;
	}

.imageLeft2 {
	padding:0px 5px 5px 0px;
	float:left;
	}

.imageLeft3 {
	padding:0px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
	float:left;
	border:1px solid #000000;
	}
	
.imageCentreBorder {
	padding:0px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
	border:1px solid #000000;
	}	
	
.imageLeft4 {
	padding:10px;
	margin: 10px;
	float:left;
	}

.imageRight {
	padding:0px 0px 20px 20px;
	float:right;
	}
	
.imageRight2 {
	padding:0px 0px 0px 0px;
	float:right;
	}
	
#rightLinks {
	padding:0px 0px 0px 0px;
	float:right;
	color:#FFF;
	}
#rightLinks a
	{
	color: #FFF; 
	text-decoration: none; 
	}
#rightLinks active 
	{ 
	color: #FFF; 
	text-decoration: none;  
	}
#rightLinks visited 
	{ 
	color: #FFF; 
	text-decoration: none; 
	}
#rightLinks hover 
	{ 
	color: #0099FF; 
	text-decoration: underline; 
	}
	
	
.imageRight3 {
	padding:0px 0px 0px 0px;
	float:right;
	border:1px solid #666666;
	}
		
#imageFloat {
	padding:0px 20px 20px 0px;
	float:left;
	}
/*        //////////////////////////////                 */	
/*        //////////////////////////////                 */	

.surround {
	font-size:small;
	font-weight:bold;
	background-color:#c6c6c6;
	padding:5px 0px 5px 10px;
	color:#FFFFFF;
	margin:0;
	background-image:url(../images/surround.jpg);
	background-position:right;
	background-repeat:repeat-y;
	}	
	
.sur {
	border-left: 1px solid #e7e5e5;
	border-bottom: 1px solid #e7e5e5;
	border-right: 1px solid #e7e5e5;
	border-top: 1px solid #e7e5e5;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	}	

.sur-top {
	padding:5px 0px 5px 10px;
	border-left: 1px solid #e7e5e5;
	border-right: 1px solid #e7e5e5;
	border-top: 1px solid #e7e5e5;
	}	
	
.sur-bot {
	padding:5px 0px 5px 10px;
	border-left: 1px solid #e7e5e5;
	border-bottom: 1px solid #e7e5e5;
	border-right: 1px solid #e7e5e5;
	
	}	
/*-------- NEWS - NEWS - NEWS ----------*/	
.newstitle {
	width:230px;
	font-size:small;
	font-weight:bold;
	text-align:center;
	background-color:#023968;
	padding:5px 0px 5px 0px;
	color:#FFFFFF;
	margin:0;
	background-image:url(../images/section.jpg);
	background-position:right;
	background-repeat:repeat-y;
	
	padding:5px 0px 5px 0px;
	border-left: 1px solid #e7e5e5;
	
	border-right: 1px solid #e7e5e5;
	border-top: 1px solid #e7e5e5;
	}				
	
.newsbody {
	width:224px;
	font-size:small;
	
	padding:5px 3px 5px 3px;
	border-left: 1px solid #e7e5e5;
	border-bottom: 1px solid #e7e5e5;
	border-right: 1px solid #e7e5e5;
	border-top: 1px solid #e7e5e5;
		}
.newssecbody {
	
	font-size:small;
	
	padding:5px 3px 5px 3px;
	border-left: 1px solid #e7e5e5;
	border-bottom: 1px solid #e7e5e5;
	border-right: 1px solid #e7e5e5;
	border-top: 1px solid #e7e5e5;
		}		
		
.newsvid{
	padding:0px 10px 10px 0px;
	float:left;
	width:660px;
	height:370px;
	}		

	

/*        //////////////////////////////                 */	
/*        //////////////////////////////                 */	

.textContent ul {
	list-style-image:url(../images/black_dots.gif);
	}
	
.textContent li {
	margin-bottom:3px;
	}
	
.panelTitles {
	background-color:#2A3744;
	padding:3px 0px 5px 8px;
	font-size:x-small;
	font-weight:bold;
	background-image:url(../images/box_dots.gif);
	background-position:right;
	background-repeat:no-repeat;
	}

#largeTitle {
	background-color:#2A3744;
	padding:5px 0px 0px 8px;
	font-size:medium;
	font-weight:bold;
	background-image:url();
	background-position:right top;
	background-repeat:no-repeat;
	}
	
#largeTitle h1 {
	color:#FFD24E;
	font-size:medium;
	margin:0;
	padding:0;
	}
	
	
#largeTitle p {
	color:#FFD24E;
	font-size:medium;
	margin:0;
	padding:10px 0px 5px 0px;
	text-align:left;
	}
	
#pupilsTitle {
	background-color:#2A3744;
	padding:5px 0px 0px 8px;
	font-size:medium;
	font-weight:bold;
	background-image:url();
	background-position:right top;
	background-repeat:no-repeat;
	}
	
#pupilsTitle h1 {
	color:#7BE37B;
	font-size:medium;
	margin:0;
	padding:0;
	}
	
#pupilsTitle p {
	color:#7BE37B;
	font-size:medium;
	margin:0;
	padding:10px 0px 5px 0px;
	text-align:left;
	}
	
#parentsTitle {
	background-color:#2A3744;
	padding:5px 0px 0px 8px;
	font-size:medium;
	font-weight:bold;
	background-image:url();
	background-position:right top;
	background-repeat:no-repeat;
	}
	
#parentsTitle h1 {
	color:#6FBEFF;
	font-size:medium;
	margin:0;
	padding:0;
	}
	
#parentsTitle p {
	color:#6FBEFF;
	font-size:medium;
	margin:0;
	padding:10px 0px 5px 0px;
	text-align:left;
	}
	
#TopRight {
	color:#FFD24E;
	font-size:medium;
	margin:0;
	padding:0px 5px 0px 0px;
	float:right;
	}	
	
.panels {
	text-align:right;
	font-size:x-small;
	color:#000000;
	line-height:normal;
	list-style-type:none;
	margin:0em;
	}
	
.panels a {
	display:block;
	text-decoration:none;
	padding:10px;
	color:#000000;
	margin:0em;
	}
	
.panels a:hover {
	background-color:#E5E5E5;
	}
	
.panels span {
	color:#005CA7;
	font-size:small;
	text-transform:uppercase;
	}
	
.panels ul {
	margin:0em;
	padding:0em;
	list-style-type:none;
	}
	
.panels li {
	margin:0em;
	padding:0em;
	list-style-type:none;
	border-left:1px solid #2A3744;
	border-right:1px solid #2A3744;
	border-bottom:1px solid #2A3744;
	background-color:#FFFFFF;
	}
	
	
	
	
.yellowTitle {
	color:#FFD24E;
	}

.blueTitle {
	color:#6FBEFF;
	}
	
.greenTitle {
	color:#7BE37B;
	}
	
.errFormPass {
	font-size:large;
	color:#7BE37B;
	}
		
	
.white {
	color:#FFFFFF;
	}
	
.largeYellowTitle {
	color:#FFD24E;
	font-size:medium;
	}
	
.largeWhite {
	color:#FFFFFF;
	font-size:medium;
	}
	
.box {
	border:1px solid #2A3744;
	background-color:#FFFFFF;
	padding:0px;
	}
.table {
	border:1px solid #2A3744;
	background-color:#FFFFFF;
	padding:0px;
	}	
	
.yourHTC {
	border:1px solid #2A3744;
	}
	
.boxSpacer {
	height:10px;
	}
	
/* =-=-=-=-=-=-=-[Terms Styles]-=-=-=-=-=-=-=- */

#terms {
	height:120px;
	text-align:center;
	font-size:xx-small;
	}
	
#terms li {
	list-style-type:none;
	display:inline;
	padding-right:5px;
	padding-left:5px;
	}
	
#terms ul {
	margin:0;
	}

/* =-=-=-=-=-=-=-[In This Section]-=-=-=-=-=-=-=- */



.myimage {
	border:1px;
	border-color:#000000
	}


.inSection {
	font-size:small;
	background-color:#023968;
	padding:5px 0px 5px 10px;
	color:#FFFFFF;
	margin:0;
	background-image:url(../images/section.jpg);
	background-position:right;
	background-repeat:repeat-y;
	}
	
.inSection2 {
	font-size:small;
	background-color:#FFFFFF;
	padding:3px 0px 3px 15px;
	color:#FFFFFF;
	margin:0;
	background-image:url(../images/section2.jpg);
	background-position:right;
	background-repeat:repeat-y;
	}	
	
.inSection3 {
	font-size:small;
	font-weight:bold;
	background-color:#A0AEB1;
	padding:5px 0px 5px 10px;
	color:#FFFFFF;
	margin:0;
	background-position:right;
	background-repeat:repeat-y;
	}	
	
.padded {
	font-size:small;
	background-color:#A0AEB1;
	padding:5px 20px 5px 20px;
	}		
/* =-=-=-=-=-=-=-[Calendar]-=-=-=-=-=-=-=- */

.greyBg {
	font-size:small;
	background-color:#E2E2E2;
	padding:5px 0px 5px 15px;
	margin:0;
	background-image:url(../images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
	
.greyBg span {
	color:#666666;
	font-size:x-small;
	}
	
.whiteBg {
	font-size:small;
	padding:5px 0px 5px 15px;
	margin:0;
	background-image:url(../images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
	
.whiteBg span {
	color:#666666;
	font-size:x-small;
	}
	
/* =-=-=-=-=-=-=-[Reviews]-=-=-=-=-=-=-=- */

.reviewBtns {
	width:95px;
	vertical-align:top;
	padding-top:20px;
	text-align:center;
	background-color:#D7D7D7;
	}
	
.reviewText {
	vertical-align:middle;
	padding-top:20px;
	}
	
.reviewCorner {
	background-image:url(../images/corner.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
	
.reviewPreview {
	background-color:#E9E9E9;
	font-size:x-small;
	color:#666666;
	}
	
.reviewPreview a {
	color:#999999;
	text-decoration:none;
	}
	
.reviewPreview a:hover {
	color:#000000;
	text-decoration:none;
	}
	
/* CSS Document */

/* MAIN INCS */
	
#headteacher {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/message.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#D7DAED;
	}
	
#industry {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/industry.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#B7B7B7;
	}
	
#examResults {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/exam_results.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#A2C97A;
	}
	
#jobs {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/career.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#989898;
	}
	
#sportsHall {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/sports_hall.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#858A6A;
	}
	
#techStatus {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/technology.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#575877;
	}

#sportsCalendar {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/sports.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#B45D4C;
	}
	
#rugby {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/rugby.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#9BC4F2;
	}
	
.rugbySections{
	
}	
	
#photo01 {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/photo01.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFFFFF;
	}
	
#reporter01 {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/reporter01.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#F1F1EF;
	}
	
#news01 {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/news01.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#D9CFC3;
	}
	
/* PUPILS INCS */
	
#reviews01 {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/reviews01.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFFFFF;
	}
	
#drama {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/drama.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#F4DC1A;
	}
	
#musicDownloads {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/music_downloads.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#C3E3DE;
	}
	
#promNight {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/prom.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#9E5705;
	}
	
#photo02 {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/photo02.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#3B423A;
	}
	
#reviews02 {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/reviews02.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFFFFF;
	}
	
#reviews03 {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/reviews03.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFFFFF;
	}

	
#news02 {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/news02.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#3B423A;
	}
	
#reporter02 {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/reporter02.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#232A3C;
	}
	
/* PARENTS INCS */

#getInvolved {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/get_involved.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#687C7D;
	}
	
#lunchMenus {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/menus.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#C8B573;
	}
	
#letters {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/letter.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#CA2428;
	}
	
#news03 {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/news03.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFFFFF;
	}
	
#photo03 {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/photo03.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#3B423A;
	}
	
#reporter03 {
	margin:0px;
	padding:0px;
	text-align:right;
	background-image:url(http://www.harton-tc.co.uk/images/boxes/reporter03.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#0D0E13;
	}
	
/* =-=-=-=-=-=-=-[Homepages]-=-=-=-=-=-=-=- */
#Home{}

#Reviews{
	width:250px;
	border:1px solid #666666;
	padding:36px 3px 3px 3px;
	margin-bottom:15px;
	background-image:url(../images/latest_reviews.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:xx-small;
	color:#FFFFFF;
	background-color:#FFFFFF;
	}
	
#Reviews p {
	background-color:#A0AEB1;
	padding:5px;
	margin:1px;
}

#Links{
	/*width:244px;*/
	width:224px;
	border:1px solid #666666;
	background-image:url(../images/interesting_links.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:xx-small;
	color:#000000;
	background-color:#FFFFFF;
	padding-top: 36px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	}
	
#Images {
	width:230px;
	border:1px solid #666666;
	background-image: url(../images/wellness.jpg);
	}
	
.Images {
	width:230px;
	border:1px solid #666666;
	margin-bottom: 15px;
	}	
	
#Images a {
	font-size:small;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
#Images a:hover {
	background-color:#FFFFFF;
	color:#000000;
	}

#6thformad {
	width:230px;
	border:1px solid #666666;
	}	
	
.6thformad {
	width:230px;
	font-size:small;
	font-weight:bold;
	text-align:center;
	background-color:#FFF;
	padding:5px 0px 5px 0px;
	color:#FFFFFF;
	margin:0;
	background-position:right;
	background-repeat:no-repeat;
	border:1px solid #666666;
	height: 205px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}				

#Links p {
	margin:1px;
	/*background-color:#A0AEB1;*/
	background-color:#dac445;
	padding:5px;
}
#Links a {
	font-size:small;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
#Links a:hover {
	background-color:#FFFFFF;
	color:#000000;
	}
/* ===================================================== */

#webLinks{
	
	border:1px solid #666666;
	padding:44px 3px 3px 3px;
	margin-top:15px;
	background-image:url(../images/interesting_links_2.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:xx-small;
	color:#000000;
	background-color:#FFFFFF;
	}
#webLinks p {
	margin:1px;
	background-color:#A0AEB1;
	padding:5px;
}
#webLinks a {
	font-size:small;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
#webLinks a:hover {
	background-color:#FFFFFF;
	color:#000000;
	}	
/*==================================================================*/

#locator {
	position:absolute;
	visibility:visible;	
	left: 336px;
	top: 284px;
	z-index:2;
	width: 230px;
	height: 132px;
} 

/*==================================================================*/

.homeLeftPanel {
padding-right:10px;
}	

.hits {

	font-size:x-small;
	color: #CCC;
	text-align: center;
	}

.counter {

	font-size:x-small;
	color:#666666;
	text-align: center;
	}
	
.calendar {
	font-size:small;
	text-align: center;
	}
	
.time {
	padding-right:15px;
	font-size:small;
	background-color:#2A3744;
	color:#FFD24E;
	text-align: right;
	}	
		
#Banner{}

.output { color:red; font-weight:bold; padding:5px; border:1px red solid; }
.x-small {
	font-size: x-small;
}

