@charset "utf-8";

/* All Pages */
body
{
	height:100%;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/blue_background.png);
	background-attachment: fixed;
	font-family: Arial, Verdana, serif;
	font-size: small;
}

table
{
	border-width: 1px;
	border-style: solid;
	border-color: #d5d5d5;
	width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}

#welcome_textarea {
    width: 100%;
} 

th
{
	background-color: #a31c45;
	color: white;
	padding: 2px;
	text-align: center;
}

td
{
	text-align: left;
}

tr.c0
{
	background-color: #ffffff;
}

tr.c1
{
	background-color: #dbebf1;
}

h1
{
	margin-left: 15px;
	color: #a31c45;
}

h2
{
	margin-left: 15px;
	color: #a31c45;
}

li
{
	margin: 5px;
}

.center {
	text-align: center;
}

#logo
{
	left: 20px;
	float: left;
	position: absolute;
	border: none;
}

#site_title
{
	color: white;
	font-size: 2.5em;
	position: relative;
	left: 135px;
	top: 20px;
	float: left;
}

#header
{
	display: block;
	height: 90px;
}

#vle
{
	background-image: url(images/moodle_button.png);
	background-repeat: no-repeat;
	width: 121px;
	height: 56px;
	float: right;
	top: 20px;
	position: relative;
}

#vle:hover
{
	background-image: url(images/moodle_button_over.png);
	background-repeat: no-repeat;
	width: 121px;
	float: right;
}

#learning_gateway
{
	background-image: url(images/pplogo.jpg);
	background-repeat: no-repeat;
	width: 95px;
	height: 56px;
	float: right;
	top: 20px;
	position: relative;
}

#learning_gateway:hover
{
	background-image: url(images/pplogo.jpg);
	background-repeat: no-repeat;
	width: 95px;
	height: 56px;
	float: right;
}

#sixth_form
{
	background-image: url(images/sixthform_button.png);
	background-repeat: no-repeat;
	width: 121px;
	height: 56px;
	float: right;
	top: 20px;
	position: relative;
}

#sixth_form:hover
{
	background-image: url(images/sixthform_button_over.png);
	background-repeat: no-repeat;
	width: 121px;
	height: 56px;
	float: right;
}

#content
{
  	width: 860px;
  	margin: 0px auto;
  	position: relative;
}

#body
{
	z-index: 1;
	clear: both;
	background-color: white;
	min-height: 30px;
	position: relative;
	padding-top: 5px;
	border: none;
	margin: 0px;
}

.box_heading
{
	color: white;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
}

#footer
{
	text-align: center;
	font-size: 0.75em;
	padding-top: 5px;
}

#footer a
{
	text-decoration: none;
	color: black;
}








/* New Menu Styles */
ul.menu, ul.submenu {
	list-style: none;
	z-index: 20;
}


ul.submenu {
	display: none;
	margin-left: 0px;
	margin-top: 7px;
	position: relative;
	list-style-type: none;
	float: left;
	padding-left: 0px;
}
ul.menu {
	z-index: 20;
	list-style: none;
	list-style-type: none;
	padding-top: 0px;
	margin-top: 0px;
	position: absolute;
	padding-left: 8em;
}

ul.menu div.topmenuitem {
	position: relative;
	height: 2.3em;
}

ul.menu li {
	display: inline;
	float: left;
	z-index: 20;
	text-align: center;
	width: 6em;
	vertical-align: middle;
}

ul.submenu li {
	background-color: #853F47;
	color: white;
	z-index: 20;
	width: 10em;
	border-top: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: auto;
}

ul.submenu li:hover {
	background-color: #781619;
}

#menucontent
{
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	width:860px;
	height:47px;
	font-size: 1.1em;
	text-align: left;
	z-index: 20;
	float: left;
	padding: 0px;
	margin: 0px;
}

div.menucontent {
	position: absolute;
	left: 0px;
	top: 0px;
}

#menucontent a
{
	text-decoration: none;
	color: white;
	z-index: 20;
}

#menucontainer {
	z-index: 20;
}

div.menucontainer {
	height: 1.1em;
	z-index: 20;
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	position: absolute;
	top: -0.3em;
}













#banner img, #banner {
	z-index: -1;
}





#message_box
{
	background-image: url("images/greybanner_small.png");
	background-repeat: no-repeat;
	width: 298px;
	
	position: relative;
	left: 261px;
	top: 10px;
	height: 155px;
}

#message_box_content
{
	background-color: #bccce7;
	height: 105px;
	padding-top: 0px;
}

.message_box_error
{
	background-color: #A31C45;
	color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
}

.message_box_no_error
{
	text-align: center;
	margin-bottom: 5px;
}




/* Dialog Box */
.dialog_box_input
{
	position: absolute;
	left: 100px;
	width: 150px;
}
.dialog_reset_input
{
	position: absolute;
	left: 150px;
	width: 100px;
}
/*
.dialog_box {
	width: 298px;
	height: auto;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
	
}

.dialog_box_content
{
	background-color: #bccce7;
	padding-top: 0px;
	position: relative;
}
	
.dialog_box .dialog_heading {
	background-image: url("images/greybanner_small.png");
	background-repeat: no-repeat;
	color: white;
	width: 298px;
	padding-top: 4px;
	padding-bottom: 5px;

	position: relative;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}

.dialog_box_form
{
	padding-left: 25px;
	margin-bottom: 30px;
}



.dialog_box_button
{
	position: relative;
	left: 160px;
	margin: 10px;
	width: 60px;
}

.dialog_box_no_error
{
	text-align: center;
	margin-bottom: 5px;
}

.dialog_box_error
{
	background-color: #A31C45;
	color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
}

.dialog_box_no_error
{
	text-align: center;
	margin-bottom: 5px;
}*/

.button
{
	text-align: center;
}

.home_list
{
	color: #a31c45;
}

.home_list li a
{
	text-decoration: none;
	color: #a31c45;
}





/* Home Page */

#panels
{
	position: relative;
	height:300px;
}

#panel1
{
	width: 359px;
	float: left;
}

#panel2
{
	width: 173px;
	float: left;
	left: 15px;
	position: relative;
}

#panel3
{
	width: 298px;
	float: right;
}

#principal_box
{
	background-image: url("images/greybanner_big.png");
	background-repeat: no-repeat;
	width: 359px;
	float:left;
	height: 137px;
}

#principal
{
	float: left;
	padding: 4px;
}

#principal_box_body
{
	padding-left: 58px;
}

#news_box
{
	background-image: url("images/greybanner_small.png");
	background-repeat: no-repeat;
	width: 298px;
	float:right;
}

#newsWindow
{
	background-image: none;
	background-color: white;
	margin-top: 10px;
}

#prospectus
{
	background-image:url(images/prospectus_button.png);
	background-repeat:no-repeat;
	width: 173px;
	height: 137px;
	float: left;
	position: relative;
}

#prospectus:hover
{
	background-image:url(images/prospectus_button.png);
	background-repeat:no-repeat;
}

#student_zone
{
	background-image:url(images/student_zone.png);
	background-repeat:no-repeat;
	width: 174px;
	height: 143px;
	float: left;
	top: 15px;
	position: relative;
}

#student_zone:hover
{
	background-image:url(images/student_zone.png);
	background-repeat:no-repeat;
}

#parent_zone
{
	background-image:url(images/parent_zone.png);
	background-repeat:no-repeat;
	width: 174px;
	height: 143px;
	float: right;
	top: 15px;
	position: relative;
}

#parent_zone:hover
{
	background-image:url(images/parent_zone.png);
	background-repeat:no-repeat;
}

#community_zone
{
	background-image:url(images/community_zone.png);
	background-repeat:no-repeat;
	width: 174px;
	height: 143px;
	float: left;
	top: 15px;
	position: relative;
}

#community_zone:hover
{
	background-image:url(images/community_zone.png);
	background-repeat:no-repeat;
}

#home_address
{
	padding-top: 5px;
}

#home_contact
{
	padding-top: 5px;
}


/* Menu Edit Page */
fieldset.menu_edit_group {
	margin-bottom: 15px;
}

.menu_page_select {
	display: none;
}


/* Editor Pages */
#editor_body
{
	border-width: 1px;
	border-style: solid;
	border-color: #d5d5d5;

  	margin:0px auto;
  	margin-top: 20px;
  	padding:10px;
  	background-image: none;
  	background-color: #ffffff;
  	font-size: 13px;
}




/* Scrolling News Page */


#NewsDiv
{
	margin-top:-5px;
}

#NewsDiv a
{
	text-decoration: none;
}



.news_summary_post
{
	margin:5px;
	border-style: none;
	padding-bottom: 5px;
}


.news_post
{
	margin:5px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #d5d5d5;
	padding-bottom: 5px;
	overflow: auto;
}

.news_more
{
	margin-top:5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: smaller;
}

.news_title
{
	color: #A4224A;
	font-size: 18px;
	font-weight: bold;
}

.news_title a
{
	color: #A4224A;
}

.news_synopsis
{
	font-style:italic;
	font-weight: bold;
	color:black;
	font-size: 10px;
}

.news_synopsis a
{
	color:black;
}

.news_date
{
	font-size:10px;
	color: gray;
	text-align: right;
}



#newsBody
{
	background-color: white;
	min-height: 400px;
	position: relative;
	padding-top: 5px;
	border:none;
	margin:0px;
}

.roles
{
	margin-bottom: 5px;
	padding-bottom: 5px;
}

form.editor fieldset {clear: both; border:none;}
form.editor .field, form .buttons {clear: both; margin: 0 0 1.5em;}
form.editor input.text, input.password, textarea, select {margin: 0;  vertical-align: baseline;}
form.editor input.text, input.password, textarea {border: 1px solid #444; padding: 2px;width:185px;}
form.editor .buttons{text-align:right;width:358px;}
form.editor .field label {display: inline; float: left; width: 200px; margin-right: 10px; text-align:right;padding-top:2px;}
form.editor .button{width:100px; cursor:pointer}
form.editor #users{width:80px;}
form.editor #spam{width:40px;}
form.editor label.error{color:#ff0000;float:none; margin-left:10px;}
form.editor .user_controls {margin-left: 250px; clear: both;}
