html,body
{
	margin:0px;
	padding:0px;
	height:100%;
}

body
{
	background-color:#339b9b;
	font-family:"Trebuchet MS",sans-serif;
	font-size:10pt;
	color:black;
}

.embedded
{
	padding:10px;
	background-color:white;
}

.container
{
	margin:0px auto;
	padding:0px 7px 0px 7px;
	width:900px;
	min-height:100%;
	background-color:white;
	background-image:url('/images/container/background.png');
	background-repeat:repeat-y;
}

* html .container
{
	height:100%;
}

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

.header
{
	height:69px;
	background-color:#e9ffff;
	background-image:url('/images/header/background.png');
	background-repeat:repeat-x;
	overflow:hidden;
}

.strapLine
{
	float:right;
	padding:15px 15px 0px 0px;
	text-align:right;
	font-family:Georgia,serif;
	font-size:14pt;
}

.subStrapLine
{
	font-size:11pt;
}

/* Navigation */

.navigation
{
	padding:5px 0px 5px 0px;
	background-color:#008282;
	font-family:Georgia,serif;
	font-size:10pt;
	white-space:nowrap;
	color:white;
}

#navigation a
{
	padding:5px 15px 5px 15px;
	text-decoration:none;
	font-weight:bold;
	color:white;
	border-right:1px dotted white;
}

#navigation a:hover,#navigation a:active,#navigation a.active
{
	background-color:#4da8a8;
}

#navigation div.login
{
	padding:2px 15px 0px 15px;
	float:right;
	font-size:7pt;
	font-weight:normal;
}

#navigation a.login
{
	padding:0px;
	border:none;
	font-weight:normal;
}

#navigation a.login:hover,#navigation a.login:active
{
	background-color:#008282;
	text-decoration:underline;
}

/* Sidebar */

.sidebarContainer
{
	float:right;
}

.sidebar
{
	border-left:1px dotted #008282;
	width:200px;
	background-color:#e2f0f0;
}

.sidebarPanel
{
	padding:7px;
	border-bottom:1px dotted #008282;
}

.sidebarAnnouncements
{
	width:185px;
	padding:15px 15px 0px 0px;
}

/* Footer */

.footerAnnouncements
{
	width:670px;
	padding:15px 0px 0px 0px;
}

.footer
{
	padding-top:20px;
	font-size:8.5pt;
	clear:right;
}

/* Editor */

.editor
{
	background-color: white;
}

/* Content */

.content
{
	padding:15px;
	margin-right:201px;
}

h1,h2,h3
{
	font-family:"Georgia",serif;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li
{
	margin:0px 0px 15px 0px;
}

h1
{
	font-size:18pt;
}

h2
{
	font-size:14pt;
}

h3
{
	font-size:12pt;
}

.small
{
	font-size:8.5pt;
}

.large
{
	font-size:14pt;
}

hr
{
	height:1px;
	border:none;
	border-top:1px dotted #008282;
}

/* Forms */

form
{
	margin:0px;
}

.formLabel
{
	padding:0px 5px 7px 0px;
	text-align:right;
	white-space:nowrap;
}

.formField
{
	padding-bottom:7px;
}

.formSubmit
{
	padding-top:5px;
}

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

/* Tables */

#table td
{
	padding:0px 5px 5px 0px;
}

.panel
{
	border:1px dotted #008282;
	background-color:#e2f0f0;
	padding:7px;
}

.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel,.panel h6,.panel p
{
	margin:0px 0px 5px 0px;
}

/* Colours */

h1,h2,h3,a,.strapLine,.accented
{
	color:#008282;
}

a:active,a:hover
{
	color:#4da8a8;
}

.error
{
	color:red;
}
