/* General Styles for ESBC Heart of Burton Partnership - September 2006 - SDG */


/* defaults, globals, and miscellaneous
==============================================================================*/

*, span, form { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}
body {
	margin: 0 auto;
	font-family: arial, san-serif, Verdana;
	font-size: 12px;
	text-align: left;
	background: white;
	/*	line-height: 1.3em;   */
	}
hr {
	display: none;
	}
img {
	border: 0; /* removes border in case images get have anchor around them */
	}
a 	{
	text-decoration: none;
	color: red;
	font-weight: bold;
	}
	a:hover {
		color: #9A669F;
		}
p { 
	font-size: 100%;
	color: black;
	padding: 5px 0;
	margin: 0;
	}
ul 	{ 
	margin-left:0; 
	padding: 0;
	list-style: none;
	}
li	{
	margin: 0 0 0 30px;
	padding: 0 0 10px 10px;
	font-size: 100%;
	list-style: circle;
	}
	
h2 {
	height: 35px;
	color: #0072BB;
	background: url(../images/style/layout/header_arrow.gif) no-repeat;
	padding: 12px 0 0 50px;
	}
h3 	{
	font-size: 150%;
	height: 30px;
	color: #0072BB;
	padding: 0 0 10px 30px;
	margin: 0;
	font-weight: normal;
	background: url(../images/style/layout/header2_arrow.gif) no-repeat;
	}
.clear {
	clear: both;
	}

/* Header of page - before breadcrumb
==============================================================================*/

#wrap {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 940px;
	vertical-align: top;
	background: url(../images/style/layout/p_sides.gif) repeat-y;
	}
#background {
	background: url(../images/style/layout/mainhead.jpg) no-repeat;
	overflow: hidden;
	}

/* Main logo and system navigation
==============================================================================*/

h1 {
	position: relative;
	height: 159px;
	width: 330px;
	}
	h1 a {
		display: block;
		top: 0px;
		left: 0px;
		width: 330px;
		height: 159px;
		text-indent: -5000px;
		overflow: hidden;
		background: url(../images/logo/p_logos.gif) no-repeat;
		}
	h1 a:hover {
		text-decoration: none;
		background: url(../images/logo/p_logos.gif) no-repeat;
		}	

/* links top right
==============================================================================*/

#system {
	padding: 10px 50px 190px 0;
	float: right;
	width: 300px;
	list-style: none;
	}
#system li {
	height: 20px;
	float: right;
	padding: 0;
	margin: 0 0 0 10px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}
#system li a {
	display: block;
	height: 20px;
	line-height: 19px;
	text-align: center;
	color: red;
	width: 120px;
	background: #E8E8E8;	
	}
#system li a:hover {
	color: white;
	background: #FF0000;
	}

/* main site navigation
==============================================================================*/

#nav {
	width: 310px;
	margin-bottom: 7px;
	list-style: none;
	overflow: hidden;
	}
#nav li {
	height: 20px;
	padding: 0 0 0 30px;
	margin: 0 0 1px 0;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}
#nav li a {
	display: block;
	background-color: #E8E8E8;
	height: 20px;
	line-height: 19px;
	text-align: center;
	overflow: hidden;
	width: 280px;
	background-position: center top; /* horizontally centers the background image */
	}
	#nav li a:hover  {
		font-weight: bold;
		color: white;
		background-color: red;
		}
	#nav li a.active {
		font-weight: bold;
		background-color: red;
		color: white;
		}
		
/* address area
==============================================================================*/

.leftcontent {
	width: 310px;
}
.leftcontent p {
	padding: 5px 0 5px 30px; 
	text-align: center;
}
.leftcontent span {
	padding: 0 0 0 20px;
	overflow: hidden;
}
#contactdetails1 {
	padding: 0 0 0 20px;
	list-style: none;
}
#contactdetails1 a {
	display: block;
	height: 61px;
	text-indent: -5000px;
	overflow: hidden;
	width: 298px;
	background: url(../images/style/layout/email02.gif) no-repeat;
	}	
#contactdetails1 a:hover {
	background-position: 0 -61px;
	}

/* Main content specific styles
==============================================================================*/

#maincontent {
	width: 600px;
	clear: right;
	float: right;
	}
#maincontent #main {
	padding: 0 20px 0 0;
}

#maincontent #featured {
	width: 300px;
	float: right;
	margin: 0;
	}
	#maincontent #featured p {
		margin: 0;
		padding: 5px 20px 5px 0;
		}
	#maincontent #featured h2 {
		font-size: 130%;
		font-weight: 400;
		color: #3C237D;
		padding: 0;
		margin: 0;
		}

/* Forms
==============================================================================*/

form p, form h3 {
	position: relative;
}
fieldset {
	margin: 10px 0;
	padding: 5px 10px;
	border: solid 0 transparent;
	background: #F5EFF5;
	}
legend {
	font-weight: bold;
	color: black;
	}
label {
	float: left;
	width: 140px;
	}
input {
	width: 270px;
	font-size: 100%;
	padding: 2px;
	}
select {
	width: 280px;
	font-size: 100%;
	padding: 2px;
	}
input.radio, input.checkbox, input.submit, input.button {
	width: auto;
	}
textarea {
	width: 280px;
	height: 100px;
	}
input.radio {
	float: left;
	margin-right: 1em;
	}
input:focus, textarea:focus {
	background: #ccc;
	}
.required {
	font-size: 75%;
	color: red;
	}
fieldset.multi, fieldset.multi2 {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	}
.multi h3, .multi2 h3 {
	width: 140px;
	float: left;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: black;
	}
.multi div {
	width: 140px;
	float: left;
	}
.multi2 div {
	width: 280px;
	float: left;
	}
.multi label {
	width: 100px;
	float: none;
	display: inline;
	}
.multi2 label {
	width: 200px;
	float: none;
	display: inline;
	}
.multi p, .multi2 p {
	margin: 4px 0;
	}

.feedback {
	position: absolute;
	margin-left: 300px;
	font-weight: bold;
	color: red;
	padding-left: 20px;
	background: url(../images/icons/warning.gif) no-repeat left top;
}
* html .feedback{
	width: 200px;
	}

/* data tables
==============================================================================*/

.tableholder {
	padding: 10px 0 0 0;
}

a.selector {
	width: auto;
	height: auto;
	}
table {
	border-collapse: collapse;
	width: 100%;
	background-color: #F5EFF5;
	}
th, td {
	font-size: 100%; 
	padding: 5px;
	}
caption {
	font-size: 120%;
	font-weight: bold;
	line-height: 3em;
	margin: 0;
	}
thead {
	background: #9A669F;
	/*url(../images/style/layout/thead.gif) repeat-x left center;*/
}
th {
	color: white;	
	font-weight: bold;
	text-align: left;	
}

.odd {
	background-color: #EEE5EE;
}
tr:nth-child(odd) {
	background-color: #EEE5EE;
}
tr:hover {
	background-color: white;
}
thead tr:hover {
	background-color: transparent;
	color: inherit;
}



/* page footer
==============================================================================*/

#footer {
	margin: 0;
	height: 80px;
	clear: both;
	width: auto;
	text-align: left;
	background: url(../images/style/layout/footer_back.gif) no-repeat;
}
#footer p {
	font-weight: bold;
	color: black;
	padding: 18px 0 0 30px;
	margin: 0;
		
	}
	#footer #copy {
		text-align: right;
		margin: 0;
		float: right;
		width: 300px;
		}
		#footer ul {
			float: right;
			
			list-style: none;
			}
		#footer li {
			float: right;
			padding: 0;
			margin: 0 0 0 10px;
			overflow: hidden; /* if text-resize, this'll keep the nav the same size */
			}
			#footer01 {
				display: block;
				padding: 20px 0 0 0;
			}
			
	#footer #links1 {
		height: 26px;
		margin: 0;
		}
	#footer #links2 {
		margin: 0;
		}
	#footer li {
		padding: 0;
		margin: 0 10px 0 0;
		float: left;
		overflow: hidden; /* if text-resize, this'll keep the nav the same size */
		}
	
