@charset "utf-8";

/* CSS Document */

#container {
	width: 780px;
	background-color: #F8F8F8;
	margin-left: auto;
	text-align: left;   /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;	 /* setting these values for the margins centers the container. */
	border: medium solid #80037B;
	padding-bottom: 5px;
}

#content {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 150px;
}

#content p {
	font-size: 85%;
	line-height: 1.5;
	margin-right: 5px;
	margin-left: 5px;
}

#copyright {
	font-size: 75%;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}

#date {
	margin-left: 5px;
	padding-top: 20px;
}

#col1 {
	float: left;
	width: 250px;
}
#contact {
	border: medium double #cccccc;
	background-color: #F2F2F2;
}

#footer {
	color: #CC99CC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer a:link {
	font-size: 85%;
	color: #CC66FF;
	margin: 0px;
	text-align: center;
}

#footer a:visited {
	font-size: 80%;
	font-weight: bold;
	color: #CC99CC;
}

#footer a:hover, #footer a:active {
	color: #CC99CC;
	text-decoration: none;
	background-color: #ececec;
}

#footer li {
	display: inline;
}

#footer ul {
	text-align: center;
	margin: 0px;
}

#gallery {
	margin: 10px;
	border: medium double #666666;
	background-image: url(Images/Backgrounds/gallery_bkgrnd.jpg);
}

#header {
	width: 100%;
	margin-bottom: 5px;
}

#headerSchool {
	width: 100%;
}

#help {
	text-align: center;
	border: thick groove #9966FF;
}

#notice {
	color: #000000;
}

#sidebar {
	display: inline;
	float: left;
	width: 125px;
	margin-left: 5px;
	margin-top: 0px;
}

#sideContent  p {
	font-size: 80%;
}
#topPage {
	font-family: "Monotype Corsiva", Verdana, Arial, sans-serif;
	font-size: 130%;
	color: #80037B;
	font-weight: normal;
}
.aTop {
	color: #80037B;
}

.bold {
	font-weight: bold;
}

.bulletimages {
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
}

.bulletTypesize85 {
	line-height: 1.5;
	font-size: 85%;
}

.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

.italic {
	font-style: italic;
}

.leftimg {
	float: left;
	margin-right: 8px;
}

.linespace {
	line-height: 1.5;
}

.rightimg {
	float: right;
	margin-left: 8px;
}

.text80 {
	font-size: 80%;
}
.tbAligntopBorder /* Activity clubs */
{
	vertical-align: top;
	border: thin solid #000000;
	width: 40%;
}
.tbAligntopBorderBold /* Activity clubs */
{
	font-weight: bold;
	vertical-align: top;
	border: thin solid #000000;
	width: 20%;
}

.tbColWidth5pc  /* Staff */
{
	width: 5%;
}

.tbColWidth10pc  /* Parent Links, Diary, Staff */
{
	width: 10%;
}

.tbColWidth15pc  /* Parent Links, Diary, Staff */
{
	width: 15%;
}

.tbColWidth20pc/* Diary, Staff */ 
{
	width: 20%;
}

.tbColWidth25pc /* Staff */
{
	width: 25%;
}

.tbColWidth30pc /* Sitemap, Governors, Friends, Staff  */
{
	width: 30%;
}

.tbColWidth33pc /* Gallery,  */ 
{
	border: thin solid #666666;
	text-align: center;
	width: 33%;
}

.tbColWidth35pc /* Sitemap, Governors, Friends  */ 
{
	width: 35%;
}

.tbColWidth45pc /* Staff  */ 
{
	width: 45%;
}

.tbColWidth50pc /* Staff, Sport, Help, Child Links, Severe Weather, Contact Form,  */
{
	width: 50%;
}

.tbColWidth65pc /* Diary */ 
{
	width: 65%;
}
.tbColWidth70pc {
	width: 70%;
}
.tbColWidth85pc /* Parent Links */ 
{
	width: 85%;
}

.tbImageDispx2 /* SchoolCouncil, */
{
	border: thin double #CC66FF;
	text-align: center;
	width: 48%;
}

.tbRwHeight15px /* Sitemap */
{
	height: 15px;
}

a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	background-image: url(Images/Template/washed_mitre.png);
	text-align: center;  /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0px;  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
}

caption {
	font-size: 85%;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-bottom: 5px;
	height: 40px;
}

img        /* takes the border off the bullet images */
{  border-style: none;
}

table {
	width: 100%;
}

td {
	font-size: 85%;
	padding: 5px;
	height: 30px;	
}


th {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	text-align: left;
	padding: 5px;
	height: 30px;
}
