/* General settings */
* {
	font-family: Arial, Helvetica, sans-serif;
}
.clearboth {
	clear: both;
}
ul.splitcolumns li p,
ul.splitcolumns li h3 {
	margin-right: 1em;
}
#schooldata table {
	margin: 0;
}
#pageinfo h1 {
	margin: 0 0 1em 0;
}

/* Index page */
h2.list {
	font-size: 1em !important;
}

/* A-Z */
p.a2z a {
	border: 1px solid #666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	background: #B2B2B2; /* old browsers */
	background: -moz-linear-gradient(top, #B2B2B2 0%, #D8D8D8 50%, #C9C9C9 51%, #E5E5E5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B2B2B2), color-stop(50%,#D8D8D8), color-stop(51%,#C9C9C9), color-stop(100%,#E5E5E5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B2B2B2', endColorstr='#E5E5E5',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #B2B2B2 0%,#D8D8D8 50%,#C9C9C9 51%,#E5E5E5 100%); /* opera */	width: 1em;
	padding: 2px;
	text-align: center;
	display: inline-block;
	color: #000 !important;
	text-decoration: none !important;
}
p.a2z a.currletter, p.a2z a:hover {
	font-weight: bold;
	background: #3b679e; /* old browsers */
	background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* opera */	color: #fff !important;
}

/* Other tidying and UI */
#printlink {
	text-align: right;
}


/* School detail divs */
p.toplink {
	float: right;
	position: relative;
	margin: -2em 0 0 0;
}
#tabcontainer div h2 {
	margin: 0 0 0.2em 0;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#tabcontainer div h3 {
	padding: 0.2em 0;
	background: none;
}
#gmap {
	width: 99%;
	height: 300px;
	zoom: 1;
	border: 1px solid #000;
}
#gmap img {
	margin: 0 !important;
	padding: 0 !important;
}
#getdirs {
	width: 99%;
	padding: 0;
	margin: 0;
}

/* Admissions tab */
#admissions .schinfoleftcol {
	border-right: 1px solid #333; 
	margin-right: 1em; 
	width: 63%
}
#admissions .schinforightcol {
	width: 32%;
}

#emailschool form label {
	float: left;
	width: 10em;
	clear: left;
}
ul.offers li {
	text-align: right;
	overflow: hidden;
}
ul.offers li span {
	float: left;
	text-align: left;
	width: 80%;
}

/* Tables */
#tabcontainer table {
	width: 100%;
}
td, th {
	text-align: left;
	vertical-align: top;
	padding: 0.1em 0.6em 0.1em 0.1em;
	margin: 0;
}
tr.schinfoheader th {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
tr.total td {
	font-weight: bold;
}
th.right, 
td.right {
	text-align: right;
}
th.center, 
td.center {
	text-align: center;
}

/* For catchment map */
#catchmentmap {
	margin: 1em 0;
	height: 450px;
	width: 99%;
	border: 1px solid #333;
}
#catchmentmap img {
	margin: 0 !important;
	padding: 0 !important;
}
#legend {
	
}
#legend p {
	overflow: hidden;
	margin: 0.3em;
}
#legend span {
	width: 1em; 
	height: 1em; 
	float: left;
	margin-right: 0.5em;
}


/* For intranet only stuff */
.hidden {
	display: none;
	visibility: hidden;
}
#f {
	margin: 0;
	padding: 0;
}
.intranetonly,
#intranetonly {
 	border: 1px solid #fc0;
	background: #fec;
	background: -moz-linear-gradient(top, #FFF6E5 0%, #FFEECC 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF6E5), color-stop(100%,#FFEECC)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF6E5', endColorstr='#FFEECC',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #FFF6E5 0%,#FFEECC 100%); /* opera */
	padding: 0.5em !important;
	margin: 0.5em -0.5em !important;
}
.footnote {
	font-size: 0.8em;
}
@media print {
	p {
		line-height: 0.9;
	}
	.noprint {
		display: none !important;
		visibility: hidden !important;
	}
	a, abbr, acronym {
		text-decoration: none !important;
		color: #000 !important;
	}
	.pagebreak {
		page-break-before: always;
	}
}

