body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-color: #f0f0f0;*/
}

td {
	margin: 0;
	padding: 5px;
	background-color: #ffffff;
	/*border: 1px solid #666666;*/
}

table.panes {	
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 11px;
}

table.panes caption {	
	margin: 10px auto;
	font-size: 200%;
	font-weight: bold;
}

table.panes td {
	margin: 0;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #666666;
}

table.data {
	border-collapse: collapse;
	font-size: 11px;
	text-align: center;
	width: 680px;
}

table.data th {
	padding: 2px 10px;
}

table.data td {
	padding: 2px 10px;
	border: 1px solid #666666;
}

label {
	padding: 3px 0px;
	float: left;
	clear: left;
	width: 100px;
	margin-bottom: 5px;
	text-align: right;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
}

label.spinlabel {
	padding: 3px 0px;
	float: left;
	clear: left;
	width: 120px;
	margin-bottom: 5px;
	text-align: right;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
}

input.double {
	width: 75px;
	margin-bottom: 5px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

input.invalid {
	border: 1px solid #ff6666;
	padding: 2px 1px;
}

select.pipe_diameter {
	margin-left: 5px;
	width: 75px;
	margin-bottom: 5px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

td.graph-container {
	padding: 0px;
	background: #ffffff url(../loading.gif) center center no-repeat;
	width:500px;
	height:375px;
}

#tableLoader {
	display: none;
	visibility : hidden;
	height: 0px;
}

tr.mdm_pump {
	font-weight: normal;
	color: #008000;
}

tr.mdm_pump_best{
	font-weight: bold;
	color: #008000;
}

tr.sub_pump {
	font-weight: normal;
	color: #ff0000;
}

tr.sub_pump_best{
	font-weight: bold;
	color: #ff0000;
}

td.a_savings {
color:#008000;
font-family:Verdana;
font-size:13px;
font-weight:bold;
padding:2px 30px;
text-align:right;
}
