@charset "UTF-8";
body  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtr #container {
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: none;
	margin-top: 10px;
	color: #000000;
}

.table-border {
	border: 1px solid grey;
	border-top: none;
	border-bottom: none;
}

.table1 {
	background-color:#6699CC;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.main {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.heading-row {
	padding: 10px;
	color: #000000;
	text-align:left;
	background-color:#DCF1FF;
}

td {
	padding: 5px;
	border-bottom: 1px solid grey;
}

.odd{
	background-color: white;
	padding: 4px;
}

 .even{
	background-color: #FAFAFA;
	padding: 4px;
}

.border-right {
	border: 1px solid grey;
	border-top: none;
	border-bottom: 1px solid grey;
	background-color: #CCCCCC;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}

.only-right {
	border-right: 1px solid grey;
}

.only-right-top {
	border-right: 1px solid grey;
	border-top: 1px solid grey;
}

.only-right2 {
	border-right: 1px solid grey;
	background-color: #CCCCCC;
}

.only-right3 {
	border: 1px solid grey;
	background-color: #CCCCCC;
}

.top-border {
	border-top: 1px solid grey;
}

.table1-bottom {
	background-color: #CCCCCC;
}

.text-field {
	width: 50px;
	padding: 3px;
	border: none;
	background: none;
}

.calculate-link-holder {
	text-align:center;
}

.calculate-link {
	padding:5px;
	color:#FFFFFF;
	background-color:#000000;
	text-decoration:none;
	font-weight:bold;
}

/*
#taps-table,#baths-table,#dishwashers-table,#washers-table,#showers-table,#wc-table,#water-softner-table,#greywater-collection-table,#rainwater-collection-table {
	display:none;
}
*/

.calc-links {
	text-align:center;
}

.calc-links input {
	background-color:#000000;
	border:none;
	padding:4px;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:5px;
}

.calc-links input:hover {
	cursor:pointer;
}

tr {
	background-color: #FFF;
}
