/* Structure */

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

body.default
{
	background:url('/images/background-2019.png?version=20230929-1230');
	background-color:#333333;
}

form
{
	margin:0px;
}

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

/* Header */

div.header
{
	position:absolute;
	top:210px;
	width:750px;
}
	
div.loginPanel
{
	display:none;
	position:fixed;
	z-index:1000;
	padding:7px 7px 7px 10px;
	background:url('/images/login/background.png?version=20230929-1230');
	_background:url('/images/login/background_solid.png?version=20230929-1230');
	border-bottom:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
}

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

/* Body */

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

div.pageInner
{
	width:800px;
	min-height:250px;
	margin:0px 9px 0px 9px;
	background:url('/images/header-2023.jpg?version=20230929-1310');
	background-repeat:no-repeat;
}

div.bottom
{
	width:818px;
	height:18px;
	background:url('/images/bottom-2019.png?version=20230929-1230');
	background-repeat:no-repeat;
}

/* Footer */ 

div.footer,div.login
{
	font-size:9pt;
}
	
div.footer
{
	padding-top:15px;
}

/* Content */

.cwcmsEditor
{
	background:none !important;
}

div.content
{
	padding:260px 25px 20px 25px;
	overflow:hidden;
}

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

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

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

.clearLeft
{
	clear:left;
}

.clearRight
{
	clear:right;
}

.clearBothSides
{
	clear:both;
}

/* Colours */

html,body
{
	color:black;
}

span.error
{
	color:red;
}

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

a:hover
{
	color:#467891;
}

a:active
{
	color:#5b9cbd;
}

/* Adjustments for high DPI displays */

@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min-resolution: 192dpi)
{
	div.pageInner
	{
		background:url('/images/header-2023-2x.jpg?version=20230929-1310');
		background-repeat:no-repeat;
		background-size:800px 250px;
	}
}
