/* HTML elements */

body,input,select,textarea { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; }
body {
	margin:0px;
	background-color:#E9EDF2;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:10px;
	padding-bottom:10px;
}
p,li {
	line-height:1.5em;
}
a { color:#CC0000; }
a:hover { color:#660000; }
h1 { 
	font-size:21px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color:#003366;
	padding-bottom:6px;
	border-bottom:1px solid #CCCCCC;	
}
h2 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
}
h5 {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}
blockquote {
	padding:10px;
	background-color:#E9EDF2;
}

/* Main structural elements */
#canvas {
	background-color:#FFFFFF;
	border:1px solid #999999;
	width:950px;
	margin-left: auto; /* Center align for Firefox / Mozilla / Opera */
	margin-right: auto;
	text-align:left; /* Counter the BODY's text-align:center; */
	background-image:url(../images/admin-canvas-back.gif);
}
#leftColumn {
	width:179px;
	float:left;
}
#rightColumn {
	width: 771px;
	float:left;
}

#footer {
	background-image:url(../images/footer-back.jpg);
	height:41px;
	background-repeat:repeat-x;
	border-top:1px solid #999999;
}
#footer p {
	display:block;
	margin:0px 0px 0px 10px;
	line-height:41px;
	color:#003366;
	font-size:11px;
}

/* Left column elements */
#shieldLogo {
	border-bottom:1px solid #FFFFFF;
}
#navMenu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#navMenu li {
	display:inline;
	line-height:1.2em;
}
#navMenu a {
	display:block;
	margin:0px;
	padding:4px;
	text-decoration:none;
	color:#003366;
	border-bottom:1px solid #FFFFFF;
}
#navMenu a:hover {
	background-color:#B9C5D2;
}

#navMenu li ul a {
	background-color:#F5F3EF;
	padding-left:14px;	
}
#navMenu a.current {
	background-color:#006CB8;
	color:#FFFFFF;
}
#navMenu a.current:hover {
	background-color:#006CB8;
}


/* Right column elements */
#topMenu {
	height:53px;
}
#topMenu ul {
	list-style-type:none;
	margin:0px;
	padding:18px 10px 0px 0px;
	float:right;
}
#topMenu ul li {
	display:inline;
}
#topMenu ul li a {
	font-size:12px;
	line-height:12px;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #999999;
}

#header {
	background-image:url(../images/header-back.jpg);
	background-repeat:repeat-x;
	height:84px;
	padding-left:20px;	
}
#print_logo {
	display:none;
}

#inner_canvas {
	padding:5px;
	font-size:13px;
}

#submenu {
	background-color:#F5F3EF;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border:1px solid #CCCCCC;
}
#submenu p {
	margin:0px;
	font-weight:bold;
}
#submenu ul { margin-left:1em; padding-left:1em; margin-top:10px; margin-bottom:10px; }
#submenu ul ul { margin-top:0px; margin-bottom:0px; }
#simple_border_div {	border:1px solid #999999; }
#submenu_with_no_background {
	float: right;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 2px;
	border:1px solid #CCCCCC;
	width:150px;
	padding:0px;
}
#intrasubmenu {
	float: right;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 2px;
	width:150px;
	padding:0px;
}

#miniTable {
	width: 180px;
	float:left;
}
#widgetRight {
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
	float:right;
	width:250px;
}
#entercorrection { display:none; }

/* Structural classes */
.clear0 { clear:both; height:0px; }
.clearLeftColumn { clear:both; height:0px; }

/* Margin classes */
.m0 { margin:0px; }
.mt0 { margin-top:0px; }
.mb0 { margin-bottom:0px; }
.mb20 { margin-bottom:20px; }

/* Border classes */
.b { border:1px solid #999999; }

/* Other classes (for all pages) */
.grey { color:#999999; }
.picLeft {
	float:left;
	border:1px solid #999999;
	margin-right:10px;
	margin-bottom:10px;
}
.picRight {
	float:right;
	border:1px solid #999999;
	margin-left:10px;
	margin-bottom:20px;
}
.picCenter {
	float:center;
}
.picRightCaption {
	/* Used when we have an image with caption text
	It is applied to a DIV encompassing said image and text */
	float:right;
	margin-right:5px;
	margin-bottom:10px;
}
.picRightCaption p { font-size:10px; }
.picRightCaption img { border:1px solid #999999; }

.iconList { list-style-type:none; margin-left:0px; padding-left:0px; }
.iconList li { line-height:16px; margin-bottom:10px; padding-left:26px; }
.iconList li.iconPdf { background-image:url(../images/icon-pdf.gif); background-repeat:no-repeat; }
.iconList li.iconDoc { background-image:url(../images/icon-doc.gif); background-repeat:no-repeat; }
.iconList li.iconDownRightArrow { background-image:url(../images/down-right-arrow-12x10.png); background-repeat:no-repeat; }

.defaultTable { border-collapse:collapse; }
.defaultTable td { border:1px solid #CCCCCC; }
.defaultTable th { border:1px solid #CCCCCC; text-align:center; font-weight:normal; background-color:#EFEFEF; }
.bottompadding {
padding-bottom:3px;
padding-top:3px;

}

.colouredTable01 { border-collapse:collapse; }
.colouredTable01 td { border:1px solid #375326; }
.colouredTable01 th { border:1px solid #375326; font-weight:bold; background-color:#87B76A; }

.colouredTable02 { border-collapse:collapse; }
.colouredTable02 td { border:1px solid #7F0000; }
.colouredTable02 th { border:1px solid #7F0000; text-align:center; font-weight:bold; background-color:#FF9F00; }

.colouredTable03 { border-collapse:collapse; }
.colouredTable03 td { border-:1px solid #3D4A13}
.colouredTable03 th { border-:1px solid #3D4A13; font-weight:bold; background-color:#CFD5BF; }

.colouredTable04 { border-collapse:collapse; }
.colouredTable04 td { border:1px solid #008000; }
.colouredTable04 th { border:1px solid #008000; text-align:center; font-weight:bold; background-color:#BFFFBF; }

.colouredTable05 { border-collapse:collapse; }
.colouredTable05 td { border:1px solid #006; }
.colouredTable05 th { border:1px solid #006; text-align:center; font-weight:bold; background-color:#9CF; }

table.sortable thead {
    cursor: hand;
    cursor: pointer;
}


.odd { background-color:#FFFFFF; }
.even { background-color:#F4F4F4; }
.bluegreen {  background-color:#C2F3F1; }
.orange {  background-color:#F7AE79; }
.white {  background-color:#FFFFFF; }
.bgLightBlue { background-color:#E8FDFA; }
.bgLightBlue2 { background-color:#D6EEFC; }
.bgLightOrange { background-color:#F5C5A5; }
.bgLightestOrange { background-color:#FFECD9; }
.bgLightGreen { background-color:#99FFBD; }
.bgLightGreen2 { background-color:#D4FFD7; }

/* Borders */

.borderTop {border-top:1px solid;}
.borderBottom {border-bottom:1px solid;}
.borderRight {border-right:1px solid;}
.borderRightGreen {border-right:1px solid;border-right-color:#008000;}
.borderGreen {border-bottom-color:#008000;border-right-color:#008000;}
.fullborders {border-bottom-color:#000000;border-right-color:#000000;border-left-color:#000000;border-top-color:#000000;}

/* END BORDERS */

.f9 { font-size:9px; }
.f11 { font-size:11px; }
.f12 { font-size:12px; }
.f13 { font-size:13px; }
.f14 { font-size:14px; }
.f15 { font-size:15px; }
.f16 { font-size:16px; }
.dropCap { font-size:18px; font-weight:bold; color:#FF9900; float:left; margin:0px 10px 10px 0px; }

/* Gallery page */
.galleryItem {
	float:left;
	width:110px;
	border:1px solid #CCCCCC;
	margin-right:8px;
	margin-bottom:8px;
}
.galleryItem a {
	display:block;
	text-decoration:none;
	text-align:center;
	color:#666666;
	padding:4px;
}
.galleryItem a:hover {
	background-color:#E9EDF2;
	color:#000000;
}
.galleryItem img {
	border:1px solid #CCCCCC;
	margin:0px;
	padding:0px;
}
.galleryItem p {
	line-height:10px;
	font-size:10px;
	margin:4px 0px 0px 0px;
}
/* The English Institute styling */
.institute { font-family: Georgia, "Times New Roman", Times, serif; color:#003366; 
}
.instituteBig { font-size:44px; 
}
.instituteNormal { font-size:32px;
} 
.institute24 { font-size:24px;
} 
.instituteSmall { font-size:18px;
}
.instituteNotice { color:#0099FF;
}
.darkBlueFont { color:#006CB8;
}
.RedFont { color:#FF0000;
}
.DarkGreenFont { color:#006633;
}
.GreenFont {
color: #009933;
}
.OrangeFont {color:#FF9900;}
.MedimunFont {
color:#C63051;
}
.WhiteFont { 
color:#FFFFFF;
}
.lightBlueBG { 
 background-color:#9CF;
}
.GreenFont {
color: #009933;
}
.inlineformvalidation{
	display:none;
}
.error {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
}
.error12 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
}
.tableFont12 {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-style:normal;
}
.errorbackground {
background-color:#FF0000;
}
.hand {
cursor: hand;
cursor: pointer;
}
.leftpadding{
padding-left:5px;
}
.kitchener{
	color:#2A3FFF;
}.wolseley{
	color:#D40000;
}.newham{
	color:#2AFFFF;
}.beaconsfield{
	color:#AABF00;
}
.it12 {
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#2A3F55;
}
.it13 {
	font-size:13px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bolder;
	color:#2A3F55;
}
.it9 {
	font-size:9px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bolder;
	color:#2A3F55;
}
.it11 {
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#2A3F55;
}
.it14 {
	font-size:14px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#2A3F55;
}
.it15 {
	font-size:15px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#2A3F55;
}
.it16 {
	font-size:16px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#2A3F55;
}
.it-213 {
	font-size:13px;
	font-family:"Lucida Console", Monaco, monospace;
	color:#2A3F55;
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.palatino {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.georgia13 {
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.bold{
	font-weight:bold;
}
/* AJAX */
	.suggestionsBox {
		position: relative;
		left: 30px;
		margin: 10px 0px 0px 0px;
		width: 400px;
		background-color:#9CF;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #000000;
	}
	
	.suggestionList {
		margin: 5px;
		padding: 1px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 1px 15px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}

