/* Structure */

html,body
{
	margin:0px 0px 0px 0px;
   font-family:'Georgia',serif;
	font-size:10pt;
}

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

form
{
	margin:0px;
}

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

/* Header */

div.loginPanel
{
	display:none;
	position:fixed;
	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.login
{
	float:right;
	text-align:right;
	padding:186px 25px 0px 0px;
	font-size:9pt;
	color:white;
}

a.login,a.login:hover,a.login:active
{
	color:white;
}

a.login
{
	text-decoration:none;
}

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

/* Body */

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

div.pageInner
{
	width:800px;
	min-height:247px;
	margin:0px 9px 0px 9px;
	background:url('/images/header.jpg');
	background-repeat:no-repeat;
}

div.bottom
{
	width:818px;
	height:18px;
	background:url('/images/bottom.png');
	background-repeat:no-repeat;
}

/* Content */

div.content
{
	padding:257px 25px 25px 25px;
}

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

h1,h2
{
	margin-top:30px;
}

h3,h4,h5,h6
{
	margin-top:15px;
}

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

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

ul
{
	list-style-type:square;
}

li
{
	margin-bottom:10px;
}

h1
{
	font-size:18pt;
}

h2
{
	font-size:14pt;
}

h3
{
	font-size:12pt;
}

h4,h5,h6
{
	font-size:10pt;
}
	
div.footer
{
	font-size:9pt;
	padding:15px 0px 0px 0px;
}

/* Colours */

html,body
{
	color:black;
}

span.error
{
	color:red;
}

a,h1,h2,h3
{
	color:#33586b;
}

a:hover
{
	color:#467891;
}

a:active
{
	color:#5b9cbd;
}
