/* Part of the Waste Management System. ©2005 Cygnet Solutions Ltd. All rights reserved. */
/* -------------MAIN */

/* -------------PAGE STRUCTURE */

html, body {
	height:100%;
}

#page {
	position:relative;
	min-height:100%;
	background: #eee;
}
* html #page {
	height:100%;
}

a.skiplinks {display:none;}

div#footer {
	position:absolute;
	bottom:0;
}
#content form {
	position:absolute;
	top:5em;
	bottom:0;
	left:0;
	width:100%;
	margin:0;padding:0;
	min-height:100px;
	background: #fff;
	z-index:2;
	overflow:visible;
}
* html #content form {
	height: 100px;
	height:expression(Math.max(document.body.clientHeight - 65, 100) + "px");
}

#content-header {
	background:#eee;
	border-bottom: 1px solid #ccc;
	padding-top:1px;
}

#content-body {
	padding: 2em 3em;
}

/* -------------NAVBAR AREA */

#meta {
}
#logged-in {
	display: none;
}
#logout {
	position: absolute;
	top:3em;
	right:15px;
}
#logout input {
	background: transparent;
	border-width: 1px;
	padding: 0 0.5em;
	font-size:80%;
}
h1#branding {
	position: absolute;
	top: 2px;
	right: 5px;
}
#branding a img {
	border: none;
}
#navigation ul {
	clear: left;
	_height: 0;
}
#navigation ul:after {
	content: '.';
	display: block;
	clear: left;
	height:0;
	visibility:hidden;
}
#navigation li {
	list-style: none;
	float: left;
	display: block;
}

#navigation ul.L1 {
	padding-left: 55px;
	padding-top:0.8em;
	background: #015091 url(../images/HydroMax-banner.jpg) 0 50% no-repeat;
	border-bottom: 1px solid #888;
	overflow:visible;
	min-height: 20px;
}
ul.L1 li a,
ul.L1 li strong {
	padding: 0.4ex 2ex;
	margin:0;
	display: block;
	border-right: 1px solid #444;
}
ul.L1 li a {
	text-decoration: none;
	background: #000;
	color: #d8d8d8;
}
ul.L1 li strong {
	background: #eee;
	color: #000;
	border-top: 1px solid #ccc;
	margin-bottom:-1px;
	font-weight: normal;
	border-right-color: #ccc;
}


#navigation ul.L2,
#toolbar {
	margin: 0.5em 0;
}
ul.L2 li a,
ul.L2 li strong {
	padding: 0.4ex 2ex;
}

/* ---- FORMS */

.form-actions {
	margin-top:1.5em;
	text-align:center;
}

div.status-message {
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: 1em 0.5em;
	margin-bottom: 0.5em;
}


.preferences
{
	border-collapse : collapse;
}


.preference th
{
	font-weight : bold;
	text-align : left;
}

.preference tr
{
	width : 350px;
}

.preference .preferenceTitle
{
	width : 180px;
}

.preferenceRow .preferenceSettings
{
	width : 200px;
}

/* -------------OTHER SCREEN-SPECIFIC STYLES */

.title 
{
	font-size :larger;
	font-weight : bold;	
}

.filename 
{
	display:none;
}


