/* CSS Document */

/* Water Solutions Pty Ltd */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background: #004250;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
}
.activemenu {
	text-decoration:none;
	color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
td {
	font-size: 10px;
}

div.top {
	width: 100%;
	top: 0px;
	position:absolute;
	height: 106px;
	background-image: url(../images/layout/bluelake.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	text-align:left;
	z-index: 2;
}

div.topblendy {
	background-image:url(../images/layout/top-blendy.jpg);
	background-repeat:repeat-x;
	position:absolute;
	width:100%;
	height:21px;
	top:106px;
	color:#FFFFFF;
	font-size:12px;
	padding-top: 5px;
	z-index:3;
}
div.contentbucket {
	background:#FFFFFF;
	width:100%;
	position:relative;
	top:131px;
	height:auto;
	padding: 0px;
	margin: 0px;
	z-index: 2;
}

div.content{
	margin-left:80px;
	margin-right:20px;
}

div.contact {
	border-right-color: #004250;
	border-right-style: solid;
	border-right-width: 1px;
	width: 230px;
	top: 0px;
	height:100%;
	position:relative;
	margin: 10px 20px;
	padding-right:20px;
	float: left;
}
div.about {
	left:0px;
	width: auto;
	top: 0px;
	position:relative;
	margin: 10px 20px;
}
div.bottomblendy {
	top:131px;
	background-image:url(../images/layout/bottom-blendy.gif);
	background-repeat:repeat-x;
	position:relative;
	width:100%;
	height:25px;
	bottom:0px;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	z-index: 2;
}
div.contour {
	background-image:url(../images/layout/contour.gif);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	bottom:20px;
	left:0px;
	width: 250px;
	height:440px;
	z-index: 1;
	overflow:hidden;
}
div.innovation {
	position: relative;
	top:132px;
	width: 100%;
	height: 19px;
	z-index:0;
	overflow:visible;
	text-align:center;
	padding-bottom:10px;
}

div.tooltip{
	padding:5px;
	background-color: #E9F2F5;
	border: 1px solid #004250;
}

.tooltip ul {
	margin-left:10px;
}

td.contact {
	font-size: 9px;
	vertical-align:top;
	color: #822433;
	text-align:right;
}
.red {
	color: #822433;
}
td.midline {
	border-right-color: #004250;
	border-right-style: solid;
	border-right-width: 1px;
}
td.people {
	border-bottom-color: #004250;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align:top;
	}
.small {
	font-size: 9px;
	vertical-align:top;
}

.menu {
	text-decoration:none;
	color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #822433;
	font-style:italic;
	font-weight:bold;
}
sup {
	font-size: 9px;
}

.h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:30px;
	color: #004250;
	text-transform: uppercase;
}

a {
	text-decoration:none;
	color:#822433;
}

a:hover {
	text-decoration:underline;
}

a.menu {
	text-decoration:none;
	color:#8cb8c6;
	padding-left: 10px;
	padding-right: 10px;
}

a.menu:hover {
	text-decoration:none;
	color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

/* CLIENT AREA STUFF */

td.leader {
background-color: #E9F2F5;
border: 1px solid #CBE2E9;
color:#004250;
font-weight:bold;
}
td.leader:hover {
background-color: #CBE2E9;
border: 1px solid #004250;
}
tr.row2 {
background-color: #E9F2F5;
}


/* ------------------------------------------------------------------------------------------------------------------------------*/

						/*		Scrollable Table		*/

/* ------------------------------------------------------------------------------------------------------------------------------*/


div.tableContainer {
	float:left;
	height: 295px; 	/* must be greater than tbody*/
	width: 900px;
	overflow: auto;
	margin: 0 auto;
	margin-bottom:15px;
	}

div.tableContainer table {
	width: 99%;		/*100% of container produces horiz. scroll in Mozilla*/
	}
	
div.tableContainer table>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow: auto; 
	height: 220px;
	overflow-x: hidden;
	}

div.tableContainer table>tbody td	{  /* child selector syntax which IE6 and older do not support*/
	height: 20px;
	}
	
div.tableContainer thead td	{
	position:relative; 
	}
	

div.tableContainer tfoot td	{
	text-align: center;
	}

div.tableContainer td:last-child {padding-right: 20px;} /*prevent Mozilla scrollbar from hiding cell content*/



.tableheader {
	font-weight: bold;
	background-color: #CBE2E9;
	padding: 3px;
	margin: 3px;
}
input {
	font-size: 10px;
}
select {
	font-size: 10px;
}
.tableborder {
	border: 1px solid #004250;
	padding: 3px;

}

.tableborder2 {
	border: 1px solid #cccccc;
	padding: 3px;

}
.unnamed1 {
	font-family: Arial, Helvetica, sans-serif;
}


.adminInput {
	border: 1px solid #000;
	width:300px;
}

.adminSubmit {
	background-color: #fff;
	border:1px solid #000;
}

/* ------------------------------------------------------------------------------------------------------------------------------*/

						/*		Navigation		*/

/* ------------------------------------------------------------------------------------------------------------------------------*/

#menu {
	margin-left:70px;
}

#menu dl {
float: left;
}
#menu li {
/*display: inline;*/
}

#menu a {
	padding-left: 10px;
	padding-right: 10px;
}

#smenu1, #smenu2, #smenu3, #smenu4 {
position: absolute;
/*left: 70px;*/
width:180px;
font-size: 10px;
border: 1px solid gray;
color:#FFFFFF;
background:#004250;
}

#smenu1, #smenu2, #smenu3, #smenu4 li {
display: inline;
}

.subMenu{
	color:#8cb8c6;
}

.subMenu:hover{
	color:#FFFFFF;
}


/* ------------------------------------------------------------------------------------------------------------------------------*/

						/*		AutoCompletion		*/

/* ------------------------------------------------------------------------------------------------------------------------------*/

div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:32px;
	cursor:pointer;
}

