/* Culham / St Gabriel's  - Cheshire INSET print styles */
body {
	margin: 5%;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}
img {
	margin: 0em;
	padding: 0em;
	border: none;
}
div#pageheader {
	background-image: none;
	margin: 0em 0em 1em;
	padding: 0em;
}
h1 {
	font: italic normal 1.3em/1.4em Arial, Helvetica, sans-serif;
	color: #000066;
	padding: 1em 0em 0em;
	margin: 0em 0em 0.6em;
}
/* hide side menu stuff */
div#menu {
	display: none;
}
/* adjust content to full paper width*/
#content {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	float: none;
}
#footer {
	border-top: 1px solid #999999;
	text-align: center;
}
#footer a {
	display: none;
}
/* text sizes */
p,li {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
p.leader {
	font-size: 13px;
}
h1 {
	font-size: 16px;
	line-height: 14px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	line-height: 12px;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
}
li {
	padding-bottom: 4px;
}
.copyright {
	font-size: 9px;
}
a {
	color: #000000;
}
a:link {
	text-decoration: underline;
}

/* hide comments */
.ahem {
	display: none;
}

/* others */
.centre {
	margin-left:auto;
	margin-right:auto;
}
p.centre {
	text-align: center;
}
img#home_logo {
	float: right;
}
p.quotation {
	font-style: italic;
	border: thick double #3366FF;
	padding: 6px !important;
	margin: 12px 60px !important;
}
span.quote_author {
	font-style: normal;
	font-weight: bold;
}

/* Table styles */
table {
	margin: 12px 0px;
	padding: 1px 0px 0px;
	border: 1px solid #666666;
	line-height: 16px;
	font-size: 12px;
}
tr {
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 3px;
	vertical-align: top;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
table td:first-child {
	border-left: none;
}
tr:first-child td {
	border-top: none;
	background-color: #eee;
}
tr td:first-child {
	background-color: #eee;
}
table#planningTable {}
table#planningTable td.centre {
	text-align: center;
	vertical-align: middle;
	height: 50%;
}


/* Lesson Plan Styles */
div.lesson_plan {
	margin: 12px 0px;
	padding: 0px;
	border: 1px solid #666666;
}
div.lesson_plan p {
	margin: 6px 0px !important;
	padding: 0em;
}
table.lesson_headers {
	margin: 0px;
	padding: 1px;
	border: none;
	width: 100%;
}
table.lesson_headers td {
	background-color: #FFFFFF;
	width: 50%;
}
div.lesson_plan_cell {
	margin: 0px;
	padding: 0px 6px;
	border-top: 1px solid #666666;
}
.lesson_plan_cell:first-child {
	border: none;
}
span.overLined {
	font-weight: bold;
	border-top: 1px solid #666666;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 2px 0px 0px;
}

