/* Structure */

html,body
{
	margin:0px 0px 0px 0px;
	color:black;
}

html,body,td
{
   font-family:'Trebuchet MS',sans-serif;
	font-size:10pt;
	line-height:12pt;
}

body.default
{
	background-color:#505050;
	background:url('/images/background.png');
}

form
{
	margin:0px;
}

input.monospace,textarea.monospace
{
	font-family:monospace;
	font-size:10pt;
}

.formLabel,.formControl,.formSubLabel,.formSubControl,.formSubLabelCheckbox,.formError
{
	font-size:9pt;
	line-height:11pt;
}

.formLabel,.formControl,.formSubLabel,.formSubControl,.formSubLabelCheckbox
{
	white-space:nowrap;
}

.formLabel
{
	padding:0px 5px 5px 0px;
	text-align:right;
}

.formControl
{
	padding-bottom:5px;
}

.formSubLabel,.formSubControl
{
	padding-right:5px;
}

.formSubLabel,.formSubControl
{
	padding-right:5px;
}

.formSubLabelCheckbox
{
	padding-right:2px;
}

.formError
{
	padding:0px 0px 5px 0px;
}

div.pageOuter
{
	width:968px;
	margin:0px auto 6px auto;
	background:url('/images/page/outer.png');
	background-repeat:repeat-y;
}

div.pageInner
{
	width:950px;
	margin:0px 9px 0px 9px;
	background-color:white;
	background:url('/images/page/inner.png');
}

div.pageBottom
{
	width:968px;
	height:19px;
	background:url('/images/page/bottom.png');
	background-repeat:no-repeat;
}

/* Header */

div.loginPanel
{
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	z-index:1000;
	padding:7px 7px 7px 10px;
	background:url('/images/login/background.png');
	_background:url('/images/login/background_solid.png');
	border-bottom:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
}

span.loginMessage
{
	color:red;
	font-weight:bold;
}

div.header
{
	width:950px;
	height:80px;
	border-bottom:1px solid white;
}

img.hiddenPhoto
{
	display:none;
	opacity:0.0;
	-moz-opacity:0.0;
	-khtml-opacity:0.0;
	filter:alpha(opacity=0);
}

/* Sidebar */

div.sidebar
{
	float:left;
	width:180px;
}

#tabs a
{
	width:160px;
	display:block;
	padding:5px 5px 5px 15px;
	text-decoration:none;
	font-size:11pt;
	line-height:13pt;
	border-bottom:1px solid white;
}

#tabs a:hover
{
	text-decoration:underline;
	background:url('/images/sidebar/hover.png');
	background-repeat:repeat-x;
	background-color:#c8cee3;
}

#tabs a.sidebarActivePage
{
	font-weight:bold;
	background:url('/images/sidebar/active.png');
	background-repeat:repeat-x;
	background-color:#4f66a6;
	color:white;
	text-shadow:#2d3957 2px 2px 3px;
}

div.memberLogin
{
	padding:5px 5px 5px 15px;
	font-size:8pt;
	line-height:10pt;
	border-bottom:1px solid white;
}

div.memberLogin .formLabel,div.memberLogin .formControl,div.memberLogin .formSubLabel,div.memberLogin .formSubControl,div.memberLogin input,div.memberLogin select,div.memberLogin textarea
{
	font-size:8pt;
	line-height:10pt;
}

div.adminLogin
{
	padding:5px 5px 5px 15px;
	font-size:7pt;
	line-height:9pt;
	text-align:right;
}

#adminLogin a
{
	color:#b8bed0;
}

/* Body */

div.content,div.homeContent
{
	padding:15px 15px 0px 195px;
}

div.homeContent
{
	background:url('/images/home/background.jpg');
	background-repeat:no-repeat;
	background-position:181px 0px;
	padding-top:135px;
	min-height:345px;
}

div.homeColumn1
{
	width:525px;
	margin-right:15px;
	float:left;
}

div.homeColumn2
{
	width:200px;
	float:right;
}

div.homeColumn1a,div.homeColumn1b
{
	width:255px;
}

div.homeColumn1a
{
	margin-right:15px;
	float:left;
}

div.homeColumn1b
{
	float:right;
}

div.pictures
{
	float:right;
	padding:15px 15px 0px 15px;
}

div.editInvisible
{
	opacity:0.3;
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	filter:alpha(opacity=30);
}

div.directoryBody
{
	padding:15px 15px 0px 195px;
}

div.directoryControls
{
	float:right;
	width:190px;
}

div.directoryControls table
{
	margin-bottom:5px;
}

div.directoryControls p
{
	font-size:9pt;
	line-height:11pt;
}

div.directoryControls .rule
{
	height:1px;
	margin:0px -5px;
	border-top:1px dotted #c5cce1;
}

div.event
{
	overflow:auto;
	margin-bottom:15px;
	border-bottom:1px dotted #c5cce1;
}

div.eventMap
{
	float:right;
	width:280px;
	height:200px;
	margin:0px 0px 20px 20px;
	border:1px solid #c5cce1;
}

div.documentsDocument,div.linksLink,div.directoryMember
{
	overflow:auto;
	margin-bottom:15px;
	border-bottom:1px dotted #c5cce1;
}

div.eventContent
{
	margin-right:180px;
}

div.directoryContent
{
	margin-right:205px;
}

div.documentsSubContent,div.eventSubContent,div.linksSubContent,div.directorySubContent
{
	float:right;
	margin-left:15px;
}

/* Guide */

div.guideMap
{
	width:386px;
	height:420px;
	float:right;
	border:1px solid #c5cce1;
}

#guideAdverts
{
	width:335px;
	height:420px;
}

#guideAdverts img
{
	border-bottom:1px solid #c5cce1;
}

/* Blog */

div.blogBody
{
	padding:65px 20px 0px 221px;
}

div.blogControls
{
	float:right;
	width:160px;
}

div.blogControls table
{
	margin-bottom:5px;
}

div.blogControls p
{
	font-size:9pt;
	line-height:11pt;
}

div.blogControls .rule
{
	height:1px;
	margin:0px -5px;
	border-top:1px dotted #c5cce1;
}

div.blogEntry
{
	overflow:auto;
	margin-bottom:15px;
	border-bottom:1px dotted #c5cce1;
}

div.blogContent
{
	margin-right:175px;
}

div.blogSubContent
{
	float:right;
	margin-left:15px;
}

/* Content */

p,ul,ol,h1,h2,h3,h4,h5,h6,.paragraph
{
	margin-top:0px;
}

p,h1,h2,h3,h4,h5,h6,.paragraph
{
	margin-bottom:15px;
}

ul,ol
{
	margin-top:0px;
	margin-bottom:0px;
}

li
{
	margin:0px 0px 15px 0px;
}

h1
{
	font-size:15pt;
	line-height:17pt;
}

h2
{
	font-size:13pt;
	line-height:15pt;
}

h3
{
	font-size:11pt;
	line-height:13pt;
}

h4,h5,h6
{
	font-size:10pt;
	line-height:12pt;
}

hr
{
	visibility:hidden;
}

.rule
{
	height:1px;
	margin:15px 0px;
	border-top:1px dotted #c5cce1;
}

table.panel
{
	border-left:1px solid #c5cce1;
	border-top:1px solid #c5cce1;
	background:url('/images/panel/background.png');
	background-repeat:repeat-x;
	background-color:#dadfec;
	margin-bottom:15px;
}

table.panel td
{
	padding:5px;
	border-right:1px solid #c5cce1;
	border-bottom:1px solid #c5cce1;
}

.spacer
{
	height:3px;
}

.small
{
	font-size:9pt;
	line-height:11pt;
}

div.boxout,div.panel,div.listBox
{
	overflow:auto;
	border:1px solid #c5cce1;
}

div.boxout,div.panel
{
	padding:5px 5px 0px 5px;
	background:url('/images/panel/background.png');
	background-repeat:repeat-x;
	background-color:#dadfec;
}

div.panel
{
	margin-bottom:15px;
}

div.listBox
{
	margin-bottom:5px;
	background-color:white;
	overflow-x:hidden;
	overflow-y:auto;
}

div.boxout p,div.panel p,div.listBox p,div.boxout h2,div.panel h2,div.listBox h2,div.boxout h3,div.panel h3,div.listBox h3
{
	margin:0px;
	padding:0px 0px 5px 0px;
}

div.boxout .rule,div.panel .rule,div.listBox .rule
{
	height:1px;
	margin:0px -5px;
	border-top:1px dotted #c5cce1;
	padding-bottom:5px;
}

div.panel a,div.boxout a,div.listBox a,div.directoryContent a,div.memberLogin a,div.adminLogin a
{
	text-decoration:none;
}

div.panel a:hover,div.boxout a:hover,div.listBox a:hover,div.directoryContent a:hover,div.memberLogin a:hover,div.adminLogin a:hover
{
	text-decoration:underline;
}

div.panel,div.boxout,div.listBox
{
	font-size:9pt;
	line-height:11pt;
}

div.panel .small,div.boxout .small,div.listBox .small,div.footer
{
	font-size:8pt;
	line-height:10pt;
}

div.floatingGroup
{
	float:left;
	padding-right:10px;
}

div.listBox .item,div.listBox .selectedItem,div.listBox th,div.listBox td
{
	padding:3px 5px;
	border-bottom:1px dotted #c5cce1;
}

div.listBox th,div.listBox .selectedItem
{
	background-color:#dadfec;
	text-align:left;
	font-weight:bold;
}

div.listBox th
{
	border-bottom-style:solid;
}

div.footer
{
	clear:both;
	padding:15px 0px 6px 195px;
	font-size:7pt;
	line-height:9pt;
}

/* Colours */

h1,h2,h3,h4,h5,h6,a
{
	color:#062382;
}

a:hover
{
	color:#42568d;
}

a:active
{
	color:#6074aa;
}

.error
{
	color:red;
}
