/* Structure */

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

html,body,td
{
   font-family:'Arial','Helvetica',sans-serif;
	font-size:10pt;
}

body.default
{
	background-color:#595959;
	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;
	padding:3px;
	border:1px solid #cfcfcf;
}

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

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

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

.formControl,.formGridCell
{
	padding-bottom:5px;
}

.formSubLabel,.formSubControl,.formGridCell
{
	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:968px;
	margin:0px auto 6px auto;
	background:url('/images/page/outer.png');
	background-repeat:repeat-y;
}

div.pageInner
{
	width:900px;
	margin:0px 9px 0px 9px;
}

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

/* Header */

#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;
}

#loginMessage
{
	color:red;
	font-weight:bold;
}

div.header
{
	height:48px;
	padding:20px 59px 0px 0px;
}

#header h2
{
	font-size:12pt;
	font-weight:normal;
	text-align:right;
}

div.pages
{
	background:url('/images/sidebar/background.png');
	background-color:#ebebeb;
	position:absolute;
	width:181px;
}

div.page,div.activePage
{
	width:156px;
	border-bottom:1px solid white;
	padding:5px 5px 5px 20px;
	font-size:11pt;
}

div.activePage
{
	background:url('/images/sidebar/highlight.png');
	background-repeat:repeat-y;
	background-color:#cdcdcd;
}

div.activePage,div.activeSubPage,div.activeSubSubPage
{
	font-weight:bold;
}

div.subPage,div.activeSubPage,div.subSubPage,div.activeSubSubPage
{
	padding-top:5px;
	font-size:9pt;
}

div.subPage,div.subSubPage
{
	font-weight:normal;
}

div.subPage,div.activeSubPage
{
	width:161px;
	margin-top:3px;
	padding:3px 0px 0px 0px;
	border-top:1px solid white;
}

div.subSubPage,div.activeSubSubPage
{
	font-size:8pt;
}

div.subSubPage,div.activeSubSubPage
{
	width:141px;
	margin:3px 0px 0px 15px;
	padding:3px 5px 0px 0px;
	border-top:1px dotted white;
}

a.page,a.activePage,a.subPage,a.activeSubPage,a.subSubPage,a.activeSubSubPage
{
	text-decoration:none;
}

a.subPage,a.activeSubPage,a.subSubPage,a.activeSubSubPage
{
	color:black;
}

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

div.login
{
	padding:5px 5px 5px 20px;
	text-align:right;
}

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

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

div.body
{
	width:950px;
	background:url('/images/header/background.png');
	background-repeat:no-repeat;
}

div.content
{
	padding:20px 20px 20px 214px;
}

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

/* 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;
}

h1
{
	font-size:15pt;
}

h2
{
	font-size:13pt;
}

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

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

ul
{
	list-style-image:url('/images/bullets/default.png');
}

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

img
{
	border:none;
}

hr
{
	visibility:hidden;
}

th
{
	text-align:left;
}

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

.floatLeft
{
	float:left;
	margin:0px 20px 20px 0px;
}

.floatRight
{
	float:right;
	margin:0px 0px 20px 20px;
}

.floatLeft .panel,.floatRight.panel
{
	margin-bottom:0px;
}

.panel .floatLeft,.panel .floatRight
{
	margin-bottom:0px;
}

.small
{
	font-size:9pt;
}

.error
{
	font-weight:bold;
}

#rotatePhoto
{
	width:200px;
	height:248px;
	margin-bottom:15px;
}

img.hiddenPhoto
{
	display:none;
}

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

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

.small
{
	font-size:9pt;
}

.error
{
	font-weight:bold;
}

div.boxout,div.panel
{
}

div.boxout,div.panel
{
	padding:5px 5px 0px 5px;
	background:url('/images/panel/background.png');
	background-repeat:repeat-x;
	background-color:#ebebeb;
	border:1px solid #cfcfcf;
	font-size:9pt;
}

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

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

div.boxout h3,div.panel h3
{
	font-size:10pt;
}

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

div.boxout a,table.panel a,a.plain
{
	text-decoration:none;
}

div.boxout a:hover,table.panel a:hover,a.plain:hover
{
	text-decoration:underline;
}

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

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

div.homePhotos
{
	padding:0px 0px 0px 194px;
}

#home #news p,#home #news td
{
	font-size:8pt;
}

#home #news p
{
	margin:0px -5px 5px -5px;
	padding:0px 5px 5px 22px;
	background-image:url('/images/bullets/panel.png');
	background-repeat:no-repeat;
	background-position:5px 2px;
	border-bottom:1px dotted #cfcfcf;
}

/* Colours */

h1,h2,h3,h3,h4,h5,h6,a,div.page,div.activePage
{
	color:#000078;
}

.error,#header h2
{
	color:#aa0000;
}

a:hover
{
	color:#0000c9;
}

a:active
{
	color:#7979c9;
}

.red
{
	color:#800000;
}


