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

td.formLabel
{
	font-size:9pt;
	padding:0px 5px 5px 0px;
}

td.formControl
{
	font-size:9pt;
	padding-bottom:5px;
}

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:white;
}

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

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

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

div.content
{
	padding:20px;
}

/* Blog */

div.blogContent
{
	padding:20px 154px 20px 20px;
}

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

div.blogControlsPanel
{
	margin-bottom:20px;
	padding:20px 20px 0px 0px;
}

div.blogControls p
{
	font-size:9pt;
	margin-bottom:5px;
}

div.blogControls hr
{
	margin:0px;
	padding:0px;
	border:none;
	border-top:1px solid #dddddd;
}

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

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

p.blogYear
{
	margin-top:10px;
	font-weight:bold;
}

p.blogMonth
{
	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;
}

h1
{
	font-size:16pt;
}

h2
{
	font-size:13pt;
}

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

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

ul
{
	list-style-type:square;
}

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

hr
{
	margin:0px;
	padding:0px;
	border-top:1px solid #dddddd;
	height:1px;
}

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

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

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

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

div.footer p
{
	margin-bottom:5px;
}

div.footer div.socialMediaButtons
{
	float:right;
	padding:0px 0px 5px 10px;
}

/* Colours */

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

a:hover
{
	color:#66a12b;
}

a:active
{
	color:#7bc234;
}

div.map
{
	border-color:black;
}

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

