/* link underlines tend to make hypertext less readable,
because underlines obscure the shapes of the lower halves of words */

:link,:visited {
	text-decoration:none;
}

/* no list-markers by default, since lists are used more often for semantics */

ul,ol {
	list-style:none;
	}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:1em;
}

/* remove the inconsistent (among browsers) default ul,ol padding or margin */
/* the default spacing on headings does not match nor align with
normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}

/* whoever thought blue linked image borders were a good idea? */

a img,:link img,:visited img {
	border:none;
}

/* de-italicize address */
address {
	font-style:normal;
}

.text_black{
    color:black;
}
.text_bold{
    font-weight: bold;
}
.align_center{
    text-align: center;
}
.padding_top10{
    padding-top: 10px;
}

/* more varnish stripping as necessary... */

body {
	font-size: 72.5%;
	background-image:url(../gfx/backgroundFade.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
#contentHolder{
	height: 400px;
	width: 100%;
	background-image:url(../gfx/bubbles.jpg);
	background-repeat:no-repeat;
	background-position: 700px 0px;;
}
.header1{

	background-image:url(../gfx/headerBackground.png);

	background-repeat:no-repeat;

	width: 761px;
	height: 84px;

	display: table;

}
#mainLogo{

	margin-left: 15px;
	margin-top: 15px;
	float: left;
}
#banner{
	float: right;
	margin-right: 16px;
	margin-top: 15px;

	/*
	margin-right: 19px;
	margin-top: 18px;
	*/

}
/* Content Headers */
#contentHeader{
	display: block;
	background-image:url(../gfx/fir_NavHeader.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='gfx/fir_contentHeaderIE.png');
	width: 757px;
	height: 19px;
	margin-left: 1px;
}
#contentHeaderTeachers{
	display: block;
	background-image:url(../gfx/fir_NavHeader.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='gfx/fir_contentHeaderTeachersIE.png');
	width: 757px;
	height: 19px;
	margin-left: 1px;
}
#contentHeaderParents{
	display: block;
	background-image:url(../gfx/fir_NavHeader.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='gfx/fir_contentHeaderParentsIE.png');
	width: 757px;
	height: 19px;
	margin-left: 1px;
}
#contentHeaderKids{
	display: block;
	background-image:url(../gfx/fir_NavHeader.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='gfx/fir_contentHeaderKidsIE.png');
	width: 757px;
	height: 19px;
	margin-left: 1px;
}
#contentHeaderGeneric{
	display: block;
	background-image:url(../gfx/fir_NavHeader.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='gfx/fir_contentHeaderGenericIE.png');
	width: 757px;
	height: 19px;
	margin-left: 1px;
}
/* Content Box styles */
#contentSection{
	width: 759px;
	background-image: url(../gfx/contentBackg.png);
	background-repeat:repeat-y;
	display:table;
	margin-left: 1px;
}
#contentFooter{
	display: block;
	background-image:url(../gfx/fir_contentFooter.png);
	width: 757px;
	height: 13px;
	margin-left: 1px;
}

/* Nav styles */

#navSection{
	width: 759px;
	background-image: url(../gfx/NavBackg.png);
	background-repeat:repeat-y;
	display:table;
	margin-left: 1px;
}
#navHeader{
	display: block;
	background-image:url(../gfx/fir_NavHeader.png);
	width: 757px;
	height: 19px;
	margin-left: 1px;
	font-size: 1.1em;
	_font-size: 1.0em;
}
#genericHeader{
	display: block;
	background-image:url(../gfx/fir_NavHeader.png);
	width: 757px;
	height: 19px;
	margin-left: 1px;
}

#navFooter{
	display: block;
	background-image:url(../gfx/fir_navFooter.png);
	width: 757px;
	height: 13px;
	margin-left: 1px;
}
#navSection li{
	float: left;
	list-style:none;
	margin-bottom: 4px;
	margin-left: 10px;
}

#navSection ul{
	margin-left: 10px;
}
#navSection a{
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
}
#navSection a:hover{
	text-decoration: underline;
}

/* footer styles */
#footerSection{
	width: 759px;
	background-image: url(../gfx/footerbackg.png);
	background-repeat:repeat-y;
	display:table;
	color: white;
	/*
		Below is a CSS2 attribute to add a small bit of orange shadow below the text
		only works in Safari at the moment, but more browsers will do so as CSS 2 Support
		improves I haven't inserted an IE shadow/glow filter here as they look very bad indeed.
	*/
	text-shadow: 1px 1px 1px #006699;
}
#footerSection a{
	color: white;
	font-weight:bold;
	text-decoration:none;
}
#footerSection a:hover{
	text-decoration:underline;
}
#footerHeader{
	display: block;
	background-image:url(../gfx/footerHeader.png);
	width: 759px;
	height: 14px;
	margin-top: 2px;
}
#footerFooter{
	display: block;
	background-image:url(../gfx/footerFooter.png);
	width: 759px;
	height: 14px;
}
/*footer internals */
#mediaSmartFooterTitle{
	float: left;
	margin-left: 16px;
	margin-top: 9px;
}
#mediaSmartFooterNav{
	float: left;
	margin-top: 10px;
	width: 530px;
	text-align:center;
}
#mediaSmartFooterLogo{
	float: right;
	margin-right: 13px;
}

/* Main content columns */

#leftHandColumn{
	width: 162px;
	_width: 162px;
	margin-left: 9px;
	_margin-left: 4px;
	font-size: 0.9em;
	_font-size: 1em;
	_margin-top: -5px;
	float: left;
}
#leftHandColumn p{
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
	_padding-top: 6px;
	width: 140px;
	display: block;
}

#leftHandColumn input{
	margin-left: 15px;
	float: left;
	clear: left;
	margin-bottom: 6px;
}
#leftHandColumn label{
	margin-right: 10px;
	margin-bottom: 2px;
	float: right;
	clear: right;
	width: 130px;
}

.compSubmit{
	float: right;
	text-align: right;
	clear: both;
	margin-right: 10px;
	_margin-right: 3px;
	margin-bottom: 10px;
	_margin-bottom: 16px;
}

#twoColumns{
	float: right;
	width: 586px;
	margin-right: 0px;
}
#centreColumn{
	float: right;
	width: 377px;
	_width: 357px;
	margin-left: 8px;
	_margin-left: 3px;
	margin-right: 3px;
	_margin-right: 0px;
}
#centreColumn p{
	margin-bottom: 10px;
}
#centreColumn h1{
	color: orange;
	font-size: 1.6em;
	margin-top: 5px;
	margin-bottom: 10px;
}

#centreColumnIndex{
	float: left;
	width: 377px;
	_width: 357px;
	margin-left: 8px;
	_margin-left: 3px;
	margin-right: 8px;
	_margin-right: 0px;
}
#centreColumnIndex p{
	margin-bottom: 10px;
	margin-left: 8px;
	_margin-left: 8px;
}
#centreColumnIndex h1{
	color: orange;
	font-size: 1.6em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	_margin-left: 8px;
}


#blueSection{
	background-color:#e5eef7;
	padding: 5px;
	width: 367px;
	margin-left: 1px;
	_margin-left: 3px;
	border-radius: 10px;
}

#blueSection h1{
	color: #0070de;
}
#blueH1{
	color: #0070de;
}

#rightColumn{
	/* float: right; */
}

.smallText{
	font-size: 0.8em;
}

.leftHandContentInner{
	width: 168px;
	padding-bottom: 5px;
}

#leftHandColumn ul {
	margin-top: 0px;
	margin-left: 9px;
}

.leftHandContentInner img{
	margin-top: 10px;
}

.leftHandContentInner p{
	text-align: left !important;	
}

#twoColumns .leftHandContentInner  {
	text-align: center;
	border: 1px solid #d5d5d5;
	border-radius: 10px;
}

.bordered {
	border: 1px solid #d5d5d5;
	border-radius: 10px;
	padding-top: 10px;
}

.leftHandContentInnerSub{
	display: table;
	width: 172px;
	_width: 174px;
	_margin-right: 3px;

}

.leftHandContentInnerSub img{
	margin-left: 8px;
	_margin-top: -7px;
}



#breadrumb{
	color: black;
	font-size:1em;
	_font-size:1em;
	font-weight: normal;
	margin-top: -10px;
	_margin-top: -3px;
}
#breadrumb a{
	color: black;
	font-weight: bold;
}

#breadrumbSub{
	color: black;
	font-size:1em;
	_font-size:1em;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 1px;
	_margin-left: 4px;
}
#breadrumbSub a{
	color: black;
	font-weight: bold;
}

#centreColumn p{
	_font-size: 1.2em;
	margin-bottom: 10px;
}
.rightHandLink{
	/*float: left;*/
	font-weight:bold;
	color:#FF6600;
	width: 100%;
	margin-top: 5px;
	/*
    margin-bottom: -9px;
	_margin-bottom: -16px;
    */
	_font-size: 1em;
	_margin-bottom: -15px;
	display: block;
	text-align: center;
}
#rightHandColumn{
	margin-right: 11px;
	_margin-right: 2px;
	margin-top: 0px;
	_margin-top: 0px;
	width: 170px;
	float: right;
}
#submit{
	width: 96px;
	height: 25px;
	background: url(../gfx/blank_btn.png);
	background-repeat:no-repeat;
	border: none;
	cursor: pointer;
	float: right;
	font-weight: bold;
	color: #fff;
}
#secondDown{
	margin-top: -8px;
	_margin-top: -16px;

	background-image:url(../gfx/leftHandContentColumnBackg2.gif);
}
#secondDown img{
	margin-top: 10px;
	background-image:url(../gfx/leftHandContentColumnBackg2.gif);
}
#secondDownLeft{
	margin-top: -8px;
	_margin-top: -16px;

	background-image:url(../gfx/leftHandContentColumnBackg2.gif);
}


.leftHandColumnFooterSecond{
	margin-left: -2px;
	margin-top: 6px;
	background-image:url(../gfx/secondColumnHeader.gif);
	background-repeat:no-repeat;
	width: 176px;
	height: 13px;
	_margin-bottom: 10px;
	_margin-top: -2px;
}

.leftHandContentInner p{
	margin-bottom: 0px;
	margin-left: 0px;
}

.leftHandContentInner input{
	margin-top: -3px;

}

#searchField{
	width: 137px;
	margin-top: -3px;
	margin-bottom: -3px;
	height: 14px;
	font-size:1em;
	padding-top: 2px;
}
#search2{
	margin-right: 15px;
}

#search3{
	margin-right: 3px;
	margin-bottom: 3px;
	text-align: right;
}
#loginForm{
	margin-left: 9px;
	margin-right: 9px;
	font-size: 0.9em;
	padding-left: 4px;
	padding-top: 5px;
	font-size: 0.95em;
	font-weight: bold;
}

#username{
	margin-top: 2px;
	width: 140px;
	font-size: 1em;
	height: 15px;
}

#password{
	margin-top: 2px;
	width: 140px;
	font-size: 1em;
	height: 15px;
	margin-bottom: 5px;
}
#retrieve{
	color: black;
	clear: both;
	float: right;
	padding-bottom: 5px;
	padding-right: 3px;
	margin-right: 2px;
	_margin-right: 8px;
	_margin-bottom: -5px;
	width: 150px;
}
/* teachers page */
#teachersNavHeader{
	color: white;
	background-color: #0070de;
	margin-left: 9px;
	margin-right: 11px;
	padding-left: 7px;
	padding-top: 4px;
	_padding-top: 9px;
	padding-bottom: 6px;
	font-size: 1.1em;
	_font-size: 1.0em;
}
#teachersNavHeader a{
	color: white;
	display: block;
	margin-bottom: 0px;
}
#teachersNav{
	background-image:url(../gfx/teachersMenuBackg.gif);
	background-repeat:repeat-x;
	background-color:#59a6f2;
	color: white;
	margin-left: 9px;
	margin-right: 11px;
	margin-bottom: 2px;
	padding-bottom: 1px;
	font-size: 1.1em;
	_font-size: 1.0em;
	border-radius: 10px;
}
#teachersNav a{
	color: white;
	display: block;
	margin-bottom: 0px;
}
#teachersNav a:hover{
	text-decoration: underline;
	display: block;
}
#teachersNav li{
	margin-left: 6px;
	margin-right: 6px;
	border-top: 1px solid white;
	margin-bottom: 4px;
	padding-top: 4px;
	_display: block;
	_margin-bottom: 0px;
	_padding-bottom: 0px;
	_margin-top: 0px;
	_height: 13px;
}
#sectionImage{
	margin-bottom: 4px;
	margin-top: 3px;
	visibility:hidden;
}

#teacherContent{
	display: table;
	float: left;
	width: 395px;

}

#secondLevelContent{
	margin-top: 6px;
	margin-left: 2px;
	_margin-left: 7px;
}
#teachersContentText{
	background-color: #e5eef7;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: -5px;
	width: 345px;
	_width: 345px;
}
#teachersContentText h1{
	color: #0070de;
	padding-top: 5px;
}
#teachersHeader{
	margin-top: 5px;
	height: 5px;
	background-image:url(../gfx/teacherContentTop.gif);
	background-repeat:no-repeat;
	_margin-bottom: -10px;
	_width: 375px;
}
#teachersFooter{
	height: 5px;
	background-image:url(../gfx/teacherContentBottom.gif);
	background-repeat:no-repeat;
	_width: 375px;
}
#teacherContent breadCrumb{
	margin-top: 20px;
}



/* parents page */
#parentsNavHeader{
	color: white;
	background-color: #2c8746;
	margin-left: 9px;
	margin-right: 11px;
	padding-left: 7px;
	padding-top: 4px;
	_padding-top: 9px;
	padding-bottom: 6px;
	font-size: 1.1em;
	_font-size: 1.0em;
}
#parentsNavHeader a{
	color: white;
	display: block;
	margin-bottom: 0px;
}
#parentsNav{
	background-image:url(../gfx/parentBackgFade.gif);
	background-repeat:repeat-x;
	background-color:#59a6f2;
	color: white;
	margin-left: 9px;
	margin-right: 11px;
	margin-bottom: 2px;
	padding-bottom: 1px;
	font-size: 1.1em;
	_font-size: 1.0em;
	border-radius: 10px;
}
#parentsNav a{
	color: white;
	display: block;
	margin-bottom: 0px;
}
#parentsNav a:hover{
	text-decoration: underline;
	display: block;
}
#parentsNav li{
	margin-left: 6px;
	margin-right: 6px;
	border-top: 1px solid white;
	margin-bottom: 4px;
	padding-top: 4px;
	_display: block;
	_margin-bottom: 0px;
	_padding-bottom: 0px;
	_margin-top: 0px;
	_height: 13px;
}
#sectionImage{
	margin-bottom: 4px;
	margin-top: 3px;
}

#parentContent{
	display: table;
	float: left;
	width: 395px;

}

#secondLevelContent{
	margin-top: 6px;
	margin-left: 2px;
	_margin-left: 7px;
}
#parentsContentText{
	background-color: #e5eef7;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: -5px;
	width: 345px;
	_width: 345px;
}
#parentsContentText h1{
	color: #0070de;
	padding-top: 5px;
}
#parentsHeader{
	margin-top: 5px;
	height: 5px;
	background-image:url(../gfx/teacherContentTop.gif);
	background-repeat:no-repeat;
	_margin-bottom: -10px;
	_width: 375px;
}
#parentsFooter{
	height: 5px;
	background-image:url(../gfx/teacherContentBottom.gif);
	background-repeat:no-repeat;
	_width: 375px;
}
#parentContent breadCrumb{
	margin-top: 20px;
}

#greenSection{
	background-color:#d2f1cf;
	padding: 5px;
	width: 367px;
	margin-left: 1px;
	_margin-left: 3px;
	border-radius: 10px;
}

#greenSection h1{
	color: #0db500;
}









/* kids page */

.circ li{
	list-style-type: disc;
	margin-left: 20px;
}

#kidsNavHeader{
	color: white;
	margin-left: 9px;
	margin-right: 11px;
	padding-left: 7px;
	padding-top: 4px;
	_padding-top: 9px;
	padding-bottom: 6px;
	font-size: 1.2em;
	_font-size: 1.0em;
}
#kidsNavHeader a{
	color: white;
	display: block;
	margin-bottom: 0px;
}
#kidsNav{
	background-image:url(../gfx/kidBackgFade.gif);
	background-repeat:repeat-x;
	background-color:#a91818;
	color: white;
	margin-left: 9px;
	margin-right: 11px;
	margin-bottom: 2px;
	padding-bottom: 1px;
	font-size: 1.2em;
	_font-size: 1.0em;
	border-radius: 10px;
}
#kidsNav a{
	color: white;
	display: block;
	margin-bottom: 0px;
}
/*#kidsNav a:hover{
	text-decoration: underline;
	display: block;
}*/
#kidsNav li{
	margin-left: 6px;
	margin-right: 6px;
	border-top: 1px solid white;
	margin-bottom: 4px;
	padding-top: 4px;
	_display: block;
	_margin-bottom: 0px;
	_padding-bottom: 0px;
	_margin-top: 0px;
	_height: 13px;
}
#sectionImage{
	margin-bottom: 4px;
	margin-top: 3px;
}

#kidContent{
	display: table;
	float: left;
	width: 395px;

}

#secondLevelContent{
	margin-top: 6px;
	margin-left: 2px;
	_margin-left: 7px;
}
#kidsContentText{
	background-color: #e5eef7;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: -5px;
	width: 345px;
	_width: 345px;
}
#kidsContentText h1{
	color: #0070de;
	padding-top: 5px;
}
#kidsHeader{
	margin-top: 5px;
	height: 5px;
	background-image:url(../gfx/teacherContentTop.gif);
	background-repeat:no-repeat;
	_margin-bottom: -10px;
	_width: 375px;
}
#kidsFooter{
	height: 5px;
	background-image:url(../gfx/teacherContentBottom.gif);
	background-repeat:no-repeat;
	_width: 375px;
}
#kidContent breadCrumb{
	margin-top: 20px;
}

#redSection{
	background-color:#ffe9e9;
	padding: 5px;
	width: 367px;
	margin-left: 1px;
	_margin-left: 3px;
	border-radius: 10px;
}

#redSection h1{
	color: #f00d0a;
}

#redSection a{
	color:#f00d0a;
	text-decoration: none;
}


/* generic page */
#genericNav{
	background-image:url(../gfx/genericBackgFade.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	color: white;
	margin-left: 9px;
	margin-right: 11px;
	margin-bottom: 2px;
	padding-bottom: 1px;
	font-size: 1.1em;
	_font-size: 1.0em;
	border-radius: 10px;
}
#genericNav a{
	color: black;
	display: block;
	margin-bottom: 0px;
}
#genericNav a:hover{
	text-decoration: underline;
	display: block;
}
#genericNav li{
	margin-left: 6px;
	margin-right: 6px;
	border-top: 1px solid #999999;
	margin-bottom: 4px;
	padding-top: 4px;
	_display: block;
	_margin-bottom: 0px;
	_padding-bottom: 0px;
	_margin-top: 0px;
	_height: 13px;
}
#sectionImage{
	margin-bottom: 4px;
	margin-top: 3px;
}



#genericContent{
	display: table;
	float: left;
	width: 395px;

}

#secondLevelContent{
	margin-top: 6px;
	margin-left: 2px;
	_margin-left: 7px;
}
#genericsContentText{
	background-color: #e5eef7;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: -5px;
	width: 345px;
	_width: 345px;
}
#genericsContentText h1{
	color: #0070de;
	padding-top: 5px;
}
#genericsHeader{
	margin-top: 5px;
	height: 5px;
	background-image:url(../gfx/teacherContentTop.gif);
	background-repeat:no-repeat;
	_margin-bottom: -10px;
	_width: 375px;
}
#genericsFooter{
	height: 5px;
	background-image:url(../gfx/teacherContentBottom.gif);
	background-repeat:no-repeat;
	_width: 375px;
}
#genericContent breadCrumb{
	margin-top: 20px;
}

#greySection{
	background-color:#f0f0f0;
	padding: 5px;
	width: 367px;
	margin-left: 1px;
	_margin-left: 3px;
	display: table;
	border-radius: 10px;
}

#greySection li{
	margin-left: 15px;
}

#greySection h2{
	color: black;
}
#greySection p{
	color: #333333;
	font-weight: normal;
}
#greySection a{
	color:#999999;
	font-weight: bold;
}

#greySection h1{
	color: black;
}
#genericNavHeader{
	color: black;
/*	background-color: #e2e2e2;*/
	margin-left: 9px;
	margin-right: 11px;
	padding-left: 7px;
	padding-top: 4px;
	_padding-top: 9px;
	padding-bottom: 6px;
	font-size: 1.1em;
	_font-size: 1.0em;
}


#genericNavHeader a{
	color: black;
	display: block;
	margin-bottom: 0px;
}

.feedbackField{
	background-color: white;
	width: 296px;
	border: 0px;
	font-family:Arial, Helvetica, sans-seri;
	font-size: 1em;
	padding: 3px;
	font-weight: normal;
}
.feedbackField2{
	background-color: white;
	width: 110px;
	border: 0px;
	font-family:Arial, Helvetica, sans-seri;
	font-size: 1em;
	padding: 3px;
	font-weight: normal;
}
.feedbackField3{
	background-color: white;
	width: 360px;
	border: 0px;
	font-family:Arial, Helvetica, sans-seri;
	font-size: 1em;
	padding: 3px;
	font-weight: normal;
}
#whiteSection{
	height: 0px;
	_height: 5px;
	background-color: white;
	display: block;
	_margin-bottom: -11px;
}

/* login p[anel on single page */


.leftHandContentInnerSubLogin{
	background-image:url(../gfx/leftHandContentColumnBackg.gif);
	background-repeat:no-repeat;
	display: table;
	_margin-right: 1px;
}
#loginFormLogin{
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
	display: table;

}

#teachersRegForm{
	width: 347px;
	padding-left: 17px;

}

#teachersRegisterForm{
	margin-right: 15px;
	padding-top: 10px;
	display: table;
}

#fname{
	width:165px;
	float: left;
	display: block;
	height: 30px;
}

#lname{
	width:165px;
	float: left;
	display: block;
	height: 30px;
}

#schoolname{
	width:165px;
	float: left;
	display: block;
	height: 30px;
	clear: both;
}

#schooladdress{
	width:165px;
	float: left;
	display: block;
	height: 30px;
}

#postcode{
	width:165px;
	float: left;
	display: block;
	height: 30px;
	clear: both;
}

#fax{
	width:165px;
	float: left;
	display: block;
	height: 30px;
}

#telephone{
	width:165px;
	float: left;
	display: block;
	height: 30px;
}

#email{
	width:165px;
	float: left;
	display: block;
	height: 30px;
}

#tpassword{
	width:165px;
	float: left;
	display: block;
	height: 30px;
}




#teacherRegFields{
	width: 150px;
	font-size: 1em;
	height: 15px;
}

#regfooter{
	display:block;
	clear:both;
	width: 320px;
	padding-top: 10px;
}

#optin1{
	display:block;
	width: 320px;
	padding-top: 4px;
	clear: both;
}

#loginFooterItem{
	background-image:url(../gfx/leftHandContentColumnFooter.gif);
	background-position:top;
	background-color: white;
	margin-left: 1px;
	background-repeat:no-repeat;
	height: 5px;
	margin-bottom: 0px;
	_margin-bottom: -15px;
	width: 171px;
}
#rightHandColumnLogin{
	margin-right: 11px;
	_margin-right: 3px;
	_border: right: 1px solid white;
	margin-top: -3px;
	_margin-top: 0px;
	width: 170px;
	float: right;
}
#search3Login{
	text-align: right;
	_margin-right: -6px;
}
.compSubmitLogin a{
	color: black;
	clear: both;
	display: block;
	_margin-right: -6px;
	text-align: right;
}
.contactPageTextfield{
	margin-bottom: 4px;
	width: 250px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #aaaaaa;
	font-size: 1em;
	padding: 3px;
}

.contactPageTickBox{
	margin-bottom: 4px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #aaaaaa;
	float: left;
	margin-right: 6px;
}
.caption{
	display: block;
	float: left;
}
.fieldMargin{
	padding-top: 4px;
}
#physicalAddress{
	float: left;
	width: 140px;
}
#otherAddress{
	float: right;
	width: 220px;
}
#contactSubmit{
	width: 69px;
	height: 21px;
	background-image: url(../gfx/submit.gif);
	background-repeat:no-repeat;
	border: 0px;
	color:white;
	font-size:1em;
	font-weight: bold;
}
#greySection ul{
	list-style:disc;
}
#greySection li{
	margin-top: 5px;
}
#blueSection  ul{
	list-style:disc;
	margin-left: 20px;
}
#blueSection li{
	margin-top: 5px;
}
#blueSection a{
	color: #0070de;
}
#graph{
	background-color: #eff4fa;
	width: 365px;
	display: table;
	text-align: center;
}
#graph2{
	background-color: #e2f6e0;
	width: 365px;
	display: table;
	text-align: center;
}
#graphAxis{
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	width: 305px;
	height: 170px;
	margin-top: 30px;
	margin-left: 30px;
}
#type1{
	margin-top: 5px;
	float: left;
	width: 90px;
	text-align: center;
	margin-left: 30px;
	_margin-left: 15px;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 10px;
	_height: 30px;
}
#type2{
	margin-top: 5px;
	float: left;
	width: 90px;
	text-align: center;
	margin-left: 9px;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 10px;
}
#type3{
	margin-top: 5px;
	float: left;
	width: 90px;
	text-align: center;
	margin-left: 4px;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 10px;
}
#bar1{
	background-color: #0372DF;
	background-image:url(../gfx/blueBar.gif);
	background-repeat: none;
	background-position:top;
	height: 100%;
	width: 50px;
	float: left;
	margin-left: 20px;
	_margin-left: 10px;
}
#bar2{
	background-color: #FF6705;
	background-image:url(../gfx/greenBar.gif);
	background-repeat: none;
	background-position:top;
	height: 100%;
	width: 50px;
	float: left;
	margin-left: 46px;
}
#bar3{
	background-color: #0EB501;
	background-image:url(../gfx/orangeBar.gif);
	background-repeat: none;
	background-position:top;
	height: 100%;
	width: 50px;
	float: left;
	margin-left: 46px;
}
#bar1Definer{
	border-bottom: 1px solid #0372DF;
}
#bar2Definer{
	border-bottom: 1px solid #0EB501;
}
#bar3Definer{
	border-bottom: 1px solid #FF6705;
}
#graph h2{
	margin-top: 20px;
	color: #0070E2;
	font-size: 1.3em;
}

#graph2 h2{
	margin-top: 20px;
	color: #0DB500;
	font-size: 1.3em;
}

#flashcontent5 {
	display:block;
	height: 244px;
}

#flash_container5 {
	display:block;
	clear: both;
}

#wallcont {
	display:block;
	height: 144px;
	padding-bottom: 15px;
}

#wallright{
	display:block;
	float: left;
	clear: right;
	width: 150px;
	padding-top: 55px;
}

#wallthumb {
	padding-right:12px;
	float: left;

}
/*Article stuff*/
.postdate { 
    font-style: italic;
   	font-size:93%;         
}

.articlebody {
    margin-left:8px;
    margin-top:5px;
}

.articlebody p {
    margin-left:0px !important;
    margin-top:5px;
}

.articleimage {
         margin-left: 8px;
         max-width: 290px;
         max-height: 200px;
}

.orangetext{
    color: #FF9933;
}
.blacktext{
    color: #000000;
}
.greytext{
    color: #CCCCCC;
}

.bold{
    font-weight:bold;
}
.fourteen_px{
	font-size:108%;    
}
.sixteen_px{
	font-size:123.1%;    
}

.twentysix_px{
	font-size:197%;    
}
#welcome_box{
    margin-bottom:10px;
    margin-left:15px;
    margin-top:0px;
}
.align_left{
	text-align:left;
}
.order_button1{
    margin-bottom:10px;

}
.vertical_align{
    vertical-align:middle;
}
.paddingright_fivepx{
    padding-right: 5px;
}
.paddingright_tenpx{
    padding-right: 10px;
}
.paddingtop_tenpx{
    padding-top: 10px;
}
.paddingtop_fifteenpx{
    padding-top: 15px;
}
.paddingbotom_fifteenpx{
    padding-bottom: 15px;
}

.paddingbottom_tenpx{
    padding-bottom: 10px;
}
.paddingbottom_fifteenpx{
    padding-bottom: 15px;
}

.marginleft_sixpx{
    margin-left: 6px;
}
.collapse{
    border-collapse:collapse;
}
.noborder{
	border: 0px;
}
#newsPostsHeader{
/*
	color: white;
	background-color: #0070de;
*/
	margin-left: 9px;
	margin-right: 11px;
	padding-left: 7px;
	padding-top: 4px;
	_padding-top: 9px;
	padding-bottom: 6px;
	font-size: 1.1em;
	_font-size: 1.0em;
}

.underline{
	text-decoration: underline;
}
.float_right{
    float:right;
}
.nostyle{
	text-decoration: none;
}
.nobold{
    font-weight: none;
}
.pointer{
    cursor: pointer;
}

.pointer:hover {
    cursor: pointer;
}

#newsPostYearView{
    width: 250px;
}

#popup_front {
	position: fixed;
	top: 40px;
	left: 40px;
	width: 820px;
	min-height: 570px;
	z-index: 100;
	background: #ffffff url(../gfx/popup/bg.png) no-repeat;
	border: 3px solid #666666;
}

.popup_front_content{
	z-index: 101;
	padding: 0px 15px 10px 15px;
	display: block;
	font-family: "Helvetica Neue", sans-serif;
}
.popup_front_content table {
	font-size: 18px;
	font-weight: bold;
}

.popup_front_content input {
	width: 200px;
	height: 20px;
	padding: 1px;
}

.popup_front_content img {
	padding-left: 20px;
}

#popup_front h2 {
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin-top: 270px;
	margin-bottom: 20px;
}

#overlay_front {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	background: url(../gfx/popup/overlay.png) repeat;
}

.orange {
	font-weight: bold;
	color: #f56c27;
}

.border_right {
	border-right: 1px solid #999999;
	padding-right: 25px;
	margin-right: 25px;
}

.border_top {
	border-top: 1px solid #999999;
	padding-top: 15px;
	background-color: #ffffff;
    
    height: 25px;
    width: 820px;
    
	/*
    position: absolute;
	bottom: 10px;
	width: 100%;
    */
}

.height220{
    height:220px;
}

#dismiss {
	width: 32px;
	height: 32px;
	cursor: pointer;
	display: block;
	position: absolute;
	top: -12px;
	right: -12px;
	background: url(../gfx/popup/dismiss.png) no-repeat;
}

.dismiss a {
	display: block;
	width: 32px;
	height: 32px;
	z-index: 1000;
}

.tall {
	height: 220px;
}

.no_margin {
	margin-top: 0px;
	margin-bottom: 20px;
}

.popup_front_content .auto_width {
	width: auto;
	clear: both;
}

.align_center {
	text-align: center;
}

.width270 {
	width: 270px;
}

.hidden {
	display: none;
}

.margin_top20 {
	margin-top: 20px;
}

.width150 {
	width: 150px;
}

.width400 {
	width: 400px;
}

.align_right {
	text-align: right;
}

.padding_right50 {
	padding-right: 70px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}
.margin_left10 {
	margin-left: 10px;
}

.margin_left20 {
	margin-left: 20px;
}

.margin_left150 {
	margin-left: 150px;
}

.margin_right150 {
	margin-right: 150px;
}

.margin_bottom20 {
	margin-bottom: 20px;
}

.lined {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #666;
}

.social_networks img {
	margin: -4px 3px 0px 0px;
	
}

#popup {
    display: none;
}

#poll_results{
    padding-left: 10px;
    padding-bottom: 15px;
}
#poll_results_title{
    padding-left: 4px;
}
.width_60{
    width: 60px;
}
.bordered h3 {
	color: #666666;
	font: bold 18px Arial;
	margin: 0px 0px 10px 15px;
}
.margin_bottom10 {
	margin-bottom: 10px;
}
.order_btn {
	float: right;
	margin: 5px 15px 5px 0px;
}
.clear {
	clear: both;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.date {
	border-bottom: 1px solid #999;
	margin: 0px 0px 10px 10px;
	font-size: 10px;
	color: #999;
}
.boxout {
	border: 1px solid #d5d5d5;
	border-radius: 10px;
	background: #f1f1f1 url(../gfx/boxout_img.png) no-repeat right top;
	margin-bottom: 30px;
}
.width210 {
	width: 230px;
	margin-left: 10px;
}
.boxout img {
	margin: 10px 0px 0px 10px;
}
.align_right {
	text-align: right;
}
.bordered #submit {
	margin-left: 45px;
	font-size: 12px;
}
.italics {
	font-style: italic;
	font-family: Georgia;
}
.res_header {
	margin: 20px 60px 0px 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.res_body {
	font-size: 11px;
	margin: 20px 60px 20px 40px;
}
.res_header h1 {
	font: 24px "arial black";
	color: #424242;
	margin: 10px 0px 10px 0px;
}
.res_header p {
	margin-bottom: 10px;
}
.margin_left15 {
	margin-left: 15px;
}
.res_body #rightHandColumn {
	margin: 0px;
}
.res_body h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}
.res_body ul {
	margin: 10px 0px 30px 0px;
}
li.pdf {
	list-style-image: url(../gfx/pdf_icon.png);
	list-style-position: inside;
}
li.ppt {
	list-style-image: url(../gfx/ppt_icon.png);
	list-style-position: inside;
}
li.doc {
	list-style-image: url(../gfx/doc_icon.png);
	list-style-position: inside;
}
.res_body ul li {
	margin-top: 6px;
	height: 16px;
}
.res_body ul li a {
	color: #000;
}
.res_body ul li a:hover {
	color: #ccc;
}
.width200 {
	width: 200px;
}
.width230 {
	width: 230px;
}
.width250 {
	width: 250px;
}
.res_body .leftHandContentInner {
	background-color: #f1f1f1;
}
.res_body .leftHandContentInner p {
	margin: 10px;
}
.res_body .leftHandContentInner h2 {
	margin: 10px;
	text-align: left;
	font-weight: bold;
}
p.margin_bottom0 {
	margin: 10px 0px 0px 0px;
}
#fat_box, #fat_box div {
	width: 250px;
	float: right;
}
.non_bold {
	font-weight: normal;
}
#centreColumnIndex .boxout .box_inner h1 {
	margin-bottom: 0px;
	color: #000;
}
.boxout .box_inner {
	margin: 15px 15px 15px 10px;
}

.boxout .italics {
	margin: 0px;
	color: #999;
}
.fake_btn {
	width: 96px;
	height: 25px;
	background: url(../gfx/blank_btn.png);
	background-repeat:no-repeat;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 5px;
}
.margin_left5 {
	margin-left: 5px;
}
.margin_top10 {
	margin-top: 10px;
}
.margin_bottom10 {
	margin-bottom: 10px;
}
#error {
	margin-top: 35px;
	margin-left: 35px;
}
.font_size18 {
	font-size: 18px;
}
hr.dotted {
	border: none;
	border-bottom: 1px dotted #a9a9a9;
	clear: both;
	margin: 15px 0px 15px 0px;
	padding-top: 15px;
}
.width270 {
	width: 270px;
}
.res_body h3 {
	color: #336699;
	font-family: "arial black";
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}
.leftHandContentInner ul {
	margin: 15px;
	text-align: left;
}
.res-btn {
	height: 25px;
	margin-right: 30px;
	margin-top: 10px;
	float: left;
	background: url(../gfx/res-btn.png) no-repeat left top;
}
.res-btn a {
	padding-left: 30px;
	padding-top: 6px;
	display: block;
	height: 100%;
	color: #797979;
}
.res-btn:hover {
	background-position: 0 -25px;
}
.res-btn a:hover {
	color: #000;
}
.margin_right15 {
	margin-right: 15px;
}
.margin_right10 {
	margin-right: 10px;
}
.margin_right20 {
	margin-right: 20px;
}
.margin_right40 {
	margin-right: 40px;
}
.res_header.res-main {
	background: url(../gfx/res-bg.png) no-repeat right bottom;
}
ul.resources li {
	float: left;
	width: 210px;
	margin-bottom: 10px;
	height: 170px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
}

ul.resources li {
	float: left;
	width: 210px;
	margin-bottom: 10px;
	height: 170px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
}

ul.resources li a:hover{
	color: #000;
}

ul.resources li p.italics {
	color: #666;
	font: 14px "arial black";
}

#games_list_item {
	height: 70px;
}
.width100 {
	width: 140px;
}
.hidden {
	display: none;
}
#trigger{
	cursor: pointer;
}
.align_centre {
	text-align: center;
}
.media div {
	background-color: #666;
	color: #fff;
}
.margin_bottom10{
	margin-bottom: 10px;
}
.margin_top48 {
	margin-top: 48px;
}
.margin_top28 {
	margin-top: 28px;
}
.margin_top30 {
	margin-top: 30px;
}
.blue_text {
	color: #1c4177;
}

.width142 {
	width: 142px;
}

.background_grey {
	background-color: #f1f1f1;
}

.margin_5 {
	margin: 0px 7px 15px 7px;
}
