body {
	background: #ffffff;
	text-align: center;
}

#page_container {
	width:1000px;
	zoom: 1;
	position: relative;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #666;
}

/*==========================================
prevent oversized image display
==========================================*/
img {max-width:750px;}



/*==========================================

	Html elements after being reset by 	yui reset 
	(see http://developer.yahoo.com/yui/reset/)

==========================================*/
html,body {
	margin: 0;
	padding: 0;

	}
a:link,a:visited,a:active {
	color:#33c; 
}

a:hover
{
color:#33c;
}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: tahoma, arial, verdana, sans-serif;
	margin: 0.2em 0;
	font-weight: bold;
	color: #6C0;
	}
h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }
h7 { font-size: 80%; }
p {
	padding: 0;
	margin: 0 0 1em 0;
	}
img {
	border: 0;
	}
form {
	margin: 0;
	padding: 0;
	border: 0;
	}
input {
	
	}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding:2px;
	border: 1px solid #999;
	}
select {
	padding: 0;
	margin: 0;
	font-size: 85%;
	}
ul,li,dl,dt,dd { 
	margin: 0;
	padding: 0;
	}
/* ul {
	list-style: none;
	}
*/
thead {
	display:table-header-group;
}
tbody {
	display:table-row-group;
	}

caption,th {
	text-align:left;
	}


#noscript {
	font-size: 85%;
	display: block;
	padding: 3px 2px 3px 24px;
	color: #c00;
	background: #ffc url(../images/interface/error.gif) no-repeat 4px 4px;
	border: 2px solid #c30;
}
#noscript p { 
	margin: 0.1em 0;
}

body {
	background: #fff;
	text-align: center;
}
#page_container {
	width:1000px;
	zoom: 1;
	position: relative;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #666;
}
/*=================================== Positioning ============================================*/
#container { float: left; width: 100%; }
#header{position:relative;}
#navigation{ }
#wrapper{float:left;width:100%; overflow: hidden; border-top: 1px solid #666; }


#content{ margin: 0 150px 0 0;
padding: 0 0 0 10px; 
min-height: 150px; 
display: inline-block;

}

#sidebar{float:right;width:150px;margin-left:-150px;margin-top: 0;overflow: hidden; position: relative; padding-bottom: 0.5em; }

#footer{clear:both; }



/*=================================== Colours & Style ========================================*/
#container { background: url(bg.jpg) #fff repeat-y 0 0; }
#header{
	background: url('header.jpg') repeat-y #fff;
	height: 100px;
	}
#wrapper{ }
#content{ padding: 1em; }
#sectionnav { }
#sidebar{
	
	}
#footer{
	padding: 0.5em;
	border-top: 1px solid #666;
	background: #6C0;
	color: #000;
	text-align: center;
	font-size: 85%;
	}
#footer li {
	display: inline;
}
#banner_advert {
	position: absolute;
	right: 10px;
	top: 30px;
	width: 468px;
	height: 60px;
	overflow: hidden;
}
.logo img {
	margin: 10px 0 0 10px;
	border: 0;
}
#side_links {
text-align: center;
}

/*=================================== Additional Elements ====================================*/
/* SidePanel Boxes */

.sidepanel {
	background: #fff;
	border: 1px solid #999;
	margin: 0.5em;
	padding: 0 5px 5px 5px;
	margin-bottom: 0;
	position: relative;
}
.sidepanel h3 {
	margin: 0 -5px 5px -5px;
	border-bottom: 1px solid #999;
	padding: 2px 0 2px 5px;
/*	background: #eee;
*/	color: #333;
	background: #6C0;
	font-weight: bold;
	font-size: 100%;
}
.sidepanel li {
	position: relative;
}
.sidepanel a.cal {
	position: relative;
	display: inline;
	font-size: 100%;

}


 
#doc_msl {
	margin:auto 10px; /* not for structure, but so content doesn't bleed to edge */
	width:auto;
	text-align:left;
	}
	
	
#docmsl {
	text-align:left;
	width:auto;
	margin: 0.5em; 
	min-width: 0; 
	}



/*==========================================

	Html elements after being reset by 	yui reset 
	(see http://developer.yahoo.com/yui/reset/)

==========================================*/
html,body {
	margin: 0;
	padding: 0;

	}
a:link,a:visited,a:active {
	color:#33c; 
}

a:hover
{
color:#33c;
}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: tahoma, arial, verdana, sans-serif;
	margin: 0.2em 0;
	font-weight: bold;
	color: #6C0;
	}
h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }
h7 { font-size: 80%; }
p {
	padding: 0;
	margin: 0 0 1em 0;
	}
img {
	border: 0;
	}
form {
	margin: 0;
	padding: 0;
	border: 0;
	}
input {
	
	}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding:2px;
	border: 1px solid #999;
	}
select {
	padding: 0;
	margin: 0;
	font-size: 85%;
	}
ul,li,dl,dt,dd { 
	margin: 0;
	padding: 0;
	}
/* ul {
	list-style: none;
	}
*/
thead {
	display:table-header-group;
}
tbody {
	display:table-row-group;
	}

caption,th {
	text-align:left;
	}


#noscript {
	font-size: 85%;
	display: block;
	padding: 3px 2px 3px 24px;
	color: #c00;
	background: #ffc url(../images/interface/error.gif) no-repeat 4px 4px;
	border: 2px solid #c30;
}
#noscript p { 
	margin: 0.1em 0;
}




/*=======================================================

	Navigation

=======================================================*/
#topsearch {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 200px;
}



/*=======================================================

	System Contols

=======================================================*/

div.login input.textbox , .login input.button {
	width: 80%;
	display: block;
}
div.login input.button {
	font-weight: bold;
}
div.login a {
	display: block;
	margin: 0.5em 0 0 0;
	}
div.controlpanel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
div.controlpanel li {
	padding: 0;
	margin: 0;
	height: 1.5em;
	}
div.controlpanel li a {	
	line-height: 1.5em;

	}
div.controlpanel li.logout {
	text-align: right;
	padding: 3px;
}
div.controlpanel p {color: #;}

div.controlpanel li.logout a {
	display: inline;
	padding: 3px;
	color: #;}

div.controlpanel li.logout a:hover {
	color: #fff;
	background-color: #c00;
	}
.TextRegion_edit {
	float: right;
	}

/* ====================================Moved from force css so that it only over-rides system*/

.error p {color:#000}

.vpForm .vpFormPair,.vpFormPair, .vpform { background-color: #222; color:#FFF; } ----> removed to stop background image overwrite  

.title label, .title {color:#FFF; background-color:#222;}
.vpFormPair label {color:#FFF;}
.vpFormPair .title {color:#FFF;}
.vp_highlight .title {background-color:#333; color:#97FF38;}
.vp_content label {color:#FFF;}
legend {color:#FFF;}
.popupControl {background-color:#222; color:#000;}  -------------------------------------->changed to stop up web admin popup being green on white

.vp_form .vp_hint {display: block;background :#222; color:yellow ;font-size: 90%; }
.form_hint {display: block;background :#222;color:#97FF38 ;font-size: 85%;}
.vp_form .vp_highlight  { /*background-image: url(images/form_bg.gif);*/ background: #363636;}
.vp_form p {color:white;}

#ctl00_ctl25_Notification1_NotificationLabel {background-color: #555; color:pale_blue; height: 1.5em; padding-left:50px;}

.msl_warning {color:red;}
.msl_notification {background-color: #566 ;}

#msl_admin h4 {color: white;

/*=============================================================*/
