/* Structure */

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

html,body,td
{
   font-family:'Georgia',serif;
	font-size:11pt;
}

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

a.plain
{
	text-decoration:none;
}

a.plain:hover,a.plain:active
{
	text-decoration:underline;
}

form
{
	margin:0px;
}

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

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

.formLabel,.formControl,.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;
}

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

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

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

div.pageBottom
{
	width:818px;
	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
{
	position:absolute;
	top:0px;
	width:800px;
	height:230px;
}

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

div.tabs
{
	position:absolute;
	top:189px;
	width:800px;
	height:40px;
}

#tabs a
{
	margin-right:1px;
	opacity:0.0;
	-moz-opacity:0.0;
	-khtml-opacity:0.0;
	filter:alpha(opacity=0.0);
	zoom:1;
	font-size:1pt;
}

#tabs a:hover
{
	opacity:0.6;
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	filter:alpha(opacity=60);
}

#tabs a.activeTab
{
	opacity:1.0;
	-moz-opacity:1.0;
	-khtml-opacity:1.0;
	filter:alpha(opacity=100);
}

div.login
{
	position:absolute;
	top:70px;
	width:780px;
	text-align:right;
}

#login,#login a
{
	color:white;
	font-size:7pt;
	text-decoration:none;
}

#login a:hover
{
	text-decoration:underline;
}

div.accreditation
{
	position:absolute;
	top:15px;
	width:780px;
	text-align:right;
}

/* Body */

div.body
{
	padding:230px 0px 0px 0px;
}

div.text
{
	padding:20px;
}

div.photos
{
	float:right;
	padding:0px 0px 10px 20px;
}

/* Content */

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

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

p,h1,ul,ol
{
	text-align:justify;
}

ul
{
	list-style-type:square;
}

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

h1
{
	font-size:12pt;
}

h2
{
	font-size:11pt;
}

h3
{
	font-size:10pt;
}

h4,h5,h6
{
	font-size:9pt;
}

img
{
	border:none;
}

.small,div.footer
{
	font-size:8pt;
}

#photos img
{
	border-left:1px solid white;
	border-bottom:1px solid white;
}

div.map
{
	margin-top:20px;
	border:1px solid black;
}

div.panel
{
	margin-bottom:15px;
	padding:5px 5px 0px 5px;
	background-color:#e2e8ba;
	border:1px solid #c9cfa5;
}

div.panel p
{
	margin:0px;
	padding:5px 0px 5px 0px;
}

div.panel hr
{
	height:1px;
	margin:0px -5px 0px -5px;
	padding:0px;
	border:none;
	border-top:1px dotted #c9cfa5;
}

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

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

div.panel
{
	font-size:9pt;
}

div.panel .small
{
	font-size:8pt;
}

div.footer
{
	clear:both;
	padding:0px 20px 10px 20px;
}

/* Colours */

h1,h2,h3,h3,h4,h5,h6,a,.error,.accented
{
	color:#760013;
}

hr
{
	visibility:hidden;
}

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

a:hover
{
	color:#cc0022;
}

a:active
{
	color:#d9415a;
}

div.map
{
	border-color:black;
}