body
{
	font-family:Lucida Sans,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#606D80;
}
h1
{
	color:#13345a;
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
h2
{
	color:#13345a;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}
/* A light-colored subhead */
h3
{
	color:#E0E0E0;
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}
/* Similar to h3, a subheading, but darker */
h4
{
	color:#999999;
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}
h6
{
	font-style:italic;
	margin:10px 0px 20px 10px;
	color:#999999;
}
p
{
	margin-bottom:15px;
}
.errorText
{
	color:#FF0000;
}
input.errorField
{
	border-color:#FF0000;
}
/* validation plugin errors */
label.error
{
	display:block;
	color:#4F8910;
}
.tinyText
{
	font-size:10px;
	font-style:italic;
}
a
{
	text-decoration:none;
	color:#000000;
}
a:hover
{
	text-decoration:underline;
	color:#525252;
}
table td
{
	padding:2px;
}
form
{
	margin:10px;
}
textarea
{
	width:300px;
	height:100px;
}
textarea.short
{
	height:40px;
}
input
{
	border: 1px solid #7f9db9;
	background-color:#FFFFFF;
	padding:2px;
	margin:2px;
}
input.textLong
{
	width:300px;
}
tr.tallRow td, tr.tallRow th
{
	vertical-align:top;
}
td.submitRow
{
	padding-top:10px;
	text-align:right;
}
.clearer
{
	clear:both;
}
.dashedRule
{
	height:0px;
	border-bottom:1px dashed #8e9db0;
}
.blueBox
{
	margin:10px;
	padding:10px;
	border:1px solid #cfd9e5;
	background-color:#F2F7FC;
	width:450px;
}
div.page
{
	margin:10px;
}

/*	SimpleModal styles:
	SimpleModal internally defines the following CSS classes:
		* modalOverlay: used to style the overlay div - helpful for applying common styles to different modal dialogs
		* modalContainer: used to style the container div - helpful for applying common styles to different modal dialogs
		* modalData: (Added in v1.1.1) used to style the data element - helpful for applying common styles to different modal dialogs
		* modalCloseImg: used to style the built-in close icon */
.modalOverlay
{
	background-color:#000;
}
.modalContainer
{
	top:35px;
	left:35px;
	background-color:#fff;
	position:absolute;
	z-index:10;
	padding:10px;
}
.modalData
{}
.modalCloseImg
{}
/*	END SimpleModal styles */

/* OLD Dialog Support - can get rid of this... */
.dialogShadow
{
	position:relative;
	top:0px;
	left:0px;
	background-color:#888888;
}
.dialogContent
{
	position:relative;
	top:-5px;
	left:-5px;
	background-color:#FFFFFF;
	border:1px solid #cfd9e5;
	padding:15px;
}
/* END Dialog Support */

/* Nav/Page styles */
#headerNav
{
	height:50px;
	background:url(../images/head_grad_bg.gif) repeat-x bottom;
	overflow:hidden;
	color:#FFFFFF;
	text-align:right;
	position:relative;
}
#headerNav a
{
	color:#FFFFFF;
	text-decoration:none;
}
#headerNav h1
{
	font-size:22px;
	font-weight:bold;
	float:left;
	margin:13px 5px 0px 15px;
}
.listWrapper
{
	position:absolute;
	right:0px;
}
#headerNav ul li
{
	float:left;
	font-size:16px;
}
#headerNav ul li a
{
	display:block;
	padding:15px 20px 15px 20px;
	height:20px;
}
#headerNav ul li a:hover
{
	background:url(../images/head_grad_bg.gif) repeat-x 40px;
}
.subhead
{
	padding:5px 0px 5px 0px;
}
.subhead li
{
	float:left;
	padding:0px 10px 0px 10px;
	border-right:1px solid #CCCCCC;
	margin-bottom:10px;
}
/* Begin Main Page Styles */
#tankImage
{
	float:left;
	margin:0px 0px 10px 20px;
	padding-right:10px;
	border-right:1px dashed #8e9db0;
}
#tankInfoBox
{
	float:left;
	width:447px;
	overflow:hidden;
}
#tankNameWrapper
{
	background:#a9a9a9 url(../images/stats_grad_bg.gif) repeat-x bottom;
	height:48px;
}
#tankName
{
	background:#818181 url(../images/stats_grad_bg_dark.gif) repeat-x bottom;
	float:right;
	color:#666666;
	width:125px;
	margin:0px 0px 0px 10px;
	height:41px;
	padding:7px 0px 0px 10px;
}
#tanksListDiv
{
	background:#dddddd url(../images/tanks_grad_bottom_bg.gif) repeat-x bottom;
	position:absolute;
	width:119px;
	padding:3px;
}
#tanksListDiv li
{
	margin:3px 2px 3px 2px;
}
#waterParams
{
	margin:10px 0px 10px 10px;
}
#waterParams table caption
{
	color:#13345a;
	padding-bottom:10px;
	font-size:14px;
	font-weight:bold;
}
#waterParams th, #waterParams td
{
	padding:0px 10px 5px 10px;
}
#waterParams th
{
	font-weight:bold;
}
#graphs
{
	margin-left:10px;
}
#graphs p
{
	margin:15px 10px 10px 10px;
}
div.standardGraph
{
	width:750px;
	height:225px;
}
/* End Main Page Styles */
/* DatePicker modal fix */
.ui-datepicker
{
	z-index:3500;
}
/* Stupid jquery UI window css to strip out some of their look and feel */
.editDialog .ui-dialog-titlebar
{
	display:none;
}