/* BCP framework-page styles */

html {
	overflow-y: scroll;
} /* Forces scroll bar on RHS when not IE */
body {
	background: #333 url("background-darkgrey.png");
	margin: 0;
}

/* Containers */
#wrapper {
	width: 800px;
	margin: 20px auto;
	font: 80% Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #fff;
}
div.widesmooth {
	clear: both;
	border: 1px solid #555;
	padding: 30px 40px;
	background: #222;
}
div.widetransparent {
	clear: both;
	padding: 20px;
	text-align: center;
}
div.lefttransparent-third {
	width: 250px;
	float: left;
}
#title {
	padding: 10px 20px;
}
#admin {
	font: 80% Arial, Helvetica, sans-serif;
	color: #bbb;
}

/* Image styles */
img {
	border: 0 solid #700;
	margin: 1px;
}
img.leftactive, img.leftinactive {
	float: left;
}
img.rightactive, img.rightinactive, img.rightinactiveisolated {
	float: right;
}
img.active:hover, img.leftactive:hover, img.rightactive:hover {
	border: 1px solid #fff;
	margin: 0;
}
img.centre {
	text-align: center;
}
img.rightinactiveisolated {
	margin: 20px 0 20px 30px;
}

/* Content styles */
ul.linklist {
	list-style-type: none;
	margin: 0 0 2em 2em;
}
ul.linklist li {
	margin: 0.5em 0;
}
a.button:link, a.button:visited {
	color: #eef;
	background: #333;
} /* 2009-11-21 */
a.button:hover {
	color: #FFFFFF;
	background: none;
}
hr {
	height: 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	margin: 30px 0 20px 0;
	border-color: #555;
}
a:link {
	color: #eef;
}
a:visited {
	color: #fef;
}
a:hover {
	color: #f00;
	background: #fff;
}
p.centre {
	text-align: center;
}
table.wideinvisible1 {
	border-collapse: collapse;
}
table.wideinvisible1 td, table.wideinvisible1 th {
	padding: 5px;
	vertical-align: top;
}
span.emphasis {
	color: #d77;
}

/* © Copyright Barry Pearson 2009 */
/* End */
