/*****************************
 BCS Branches Template 
 robert ward - August 2007
 robert.ward@bcs.org.uk
******************************/

/*****************************
 STYLES FOR GENERAL LAYOUT
******************************/
body
{
	background-color: white;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
}
div#content p
{
	margin: 0px 0px 0.75em;
	padding: 0px 10px;
}
div#header
{
	height: 70px;
}
div#header *
{
	padding-right: 10px;
	text-align: right;
}
div#header h1
{
	background: inherit;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 175%;
	margin: 0px;
}
div#header h2
{
	background: inherit;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	margin: 5px 0 0 0;
}
div#header img
{
	float: left;
}
div#topmenu
{
	display: none;
}
div#footer
{
	display: none;
}
div#footer-print img
{
	float: right;
}
div#leftmenu
{
	display: none;
}
div#news
{
	display: none;
}
.screen
{
	display: none;
}
div.image-right, div.photo
{
	float: right;
	margin: 0px 10px;
	position: relative;
	width: 300px;
}
div.image-left
{
	float: left;
	margin: 0px 10px;
	position: relative;
	width: 300px;
}
div.image-left img, div.image-right img
{
	width: 300px;
}
img + div.caption
{
	background: transparent url(../images/trans.gif);
	bottom: 5px;
	color: white;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0.4em;
	max-width: 90%;
	position: absolute;
	right: 5%;
	text-align: right;
}
img
{
	border: 0px;
}
h1, p.pageheader
{
	color: #666666;
	background-color: inherit;
	font-family: Verdana, Arial, sans-serif;
	font-size: 150%;
	line-height: 1.2em;
	margin-left: 10px;
}
h2, p.secheader
{
	color: #666666;
	background-color: inherit;
	font-family: Verdana, Arial, sans-serif;
	font-size: 125%;
	line-height: 1.2em;
	margin-left: 10px;
}
h3
{
	color: #666666;
	background-color: inherit;
	font-family: Verdana, Arial, sans-serif;
	font-size: 125%;
	line-height: 1.2em;
}
h4
{
	color: #666666;
	background-color: inherit;
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	line-height: 1.2em;
}
h5
{
	color: #666666;
	background-color: inherit;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
}
p.right
{
	border: 0px;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
table.cal
{
	padding: 2px;
	padding-left: 5%;
	position: static;
}
span.required
{
	background: inherit;
	color: red;
	font-weight: bold;
}
table.cal tr td
{
	background: inherit;
	color: black;
	padding: 0px 5px;
	vertical-align: top;
}
table.cal tr td:first-child
{
	background: #ccc;
	color: black;
	font-weight: bold;
}
ul
{
	list-style: square;
}
span.extra
{
	font-size: 0.8em;
	font-style: italic;
}
xx
{
	border: 1px dotted red;
}