
@charset "UTF-8";

.bannerNav { background-color: #FFA ;}

body {
	margin: 0px;
	/* color: #836946; */
	color: #333;
	font-size: 13px;
	/* font-family: Arial, Verdana, Univers; */
	/* font-family: Arial, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	/* font-family: Verdana, sans-serif; */
	background-color: #806c51;
}


h1 {
	color: #806C51;
	font-size: 18px;
	font-weight: bold;
	margin: 3px 0px 25px 0px;
	font-style: normal;
	font-variant: normal;
	text-align: center;
}
h2 {
	color: #806C51;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

a          { color: #a80606; }
a:visited  { color: #a80606; }
a:hover    {
	color: black;
	text-align: left;
}

p.alert_error{ 
	color: blue; 
	font-size: 13px;
	font-weight: normal;
	background-color: #FCC;
	text-align: center;
} 

.topBanner {
	background-repeat: repeat-x;
	width: 100%;
	height: 5px;
	background-image: none
}

.container {
	width: 1018px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ede0d0;

}
.container_wh {
	width: 1018px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;

}

/* Used for putting "download PDF" in upper right corner of reports pages */
.pdf_link { 
	font-size: 13px;
	font-weight: normal;
	text-align: right;
} 

/* Used with "all reports" page to help user understand tab navigation */
#howtousetabs{ 
	/*
	font-family: monospace;
	font-size: 12px;
	text-align: left;
	*/
	font-weight: lighter;
	font-style: italic;
} 

/* Pane containing the ssrs reports generated by get_report.php */
.ssrs_report_content{ 
/*height:500;	
display: block; 
overflow-y:scroll; 
overflow-x:hidden; 
font-size: 12px;*/
} 

/* BANNER AREA */
.bannerArea {
	width: 1018px;
	height: 85px;
	/* background-image: url(images/shadow_bar.jpg);
	background-repeat: repeat-x; */
	/* background-color: #EDE0D0; */
}


.bannerNav {
	margin-left: 25px;
	margin-top: 35px;
	color: #806c51;
	font-size: 15px;
	font-weight: bold; 
	float: right;
		
}

.bannerNav ul{
	margin: 0px;
}

.bannerNav li{
	list-style: none;
	float:left;
	margin: 0px 10px 0px 0px;
	#margin-left: 20px; /* for IE */
}

.bannerNav a{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	color: #806c51;
	text-decoration: none;
}

.bannerNav a:visited{
	color: #806c51;
}

.bannerNav a:hover{
	color: #000000;
}
.contact_us_outer_table {
	border: 0px;
	width: 100%;
}
.contact_us_outer_table td{
	align: center;
	padding: 30px;
}

.contact_us_inner_table {
	width: 350px;
	border: 3px double black;
	border-collapse: collapse;
}
.contact_us_inner_table tr th{
	border: 2px solid black;
    padding: 10px;
	background-color: paleGoldenRod;

}
.contact_us_inner_table tr td{
	border: 1px solid #555500;
	padding: 3px;
}


.toplogo {
	margin-left: 10px;
	padding-top: 5px;
	float:left; 
}

.navigationArea {
	width: 918px;
	border-bottom: solid;
	border-color: #75570b;
	border-width: 1px;
}

/* CONTENT AREA */

.contentArea {
	width: 1018px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.content_narrow {
	width: 660px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	text-align: left;
	background-color:#FFF;
}
.content_medium {
	width: 760px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: left;
	background-color:#FFF;
}
.content_wide {
	/* width: 760px; */
	width: 860px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	text-align: left;
	background-color:#FFF
}

.content_no_sidebar {
	width: 1010px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	text-align: left;
	background-color:#FFFBF0
}

.sidebar_narrow {
	width: 130px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	background-color: #FFFBF0;
	line-height: 200%;
}

.sidebar_medium {
	width: 215px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	background-color: #FFFBF0;
	line-height: 200%;
}

.sidebar_wide {
	width: 270px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	background-color: #FFFBF0;
	line-height: normal;
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	float: right;	
}
.imageleft {
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}


/* FOOTER AREA */
.footerArea {
	width: 1018px;
	height: 60px;
	/*background-image: url(/images/aqualinc_logo_blank_1008.jpg);*/
	background-image: url(/images/aqualinc_logo_1008.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
.footernav {
	padding-top: 35px;
	padding-right: 32px;
	float: right;
	color: #806c51;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.footernav a {
	color: #806c51;
	text-decoration: none;
}
.footernav a:hover {
	color: #000000;
	text-decoration: none;
}

.copyright {
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 35px;
	color: #806c51;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #75570b;
	border-right-color: #75570b;
	border-bottom-color: #75570b;
	border-left-color: #75570b;
}


.container .contentArea .contentleft p about_us {
	font-size: 18px;
}
.about_us {
	font-size: 14px;
}
.form_login {
	text-align: center;
}
#map-canvas {
	height: 750px;
}

/********************************************************************
/*  ACCOUNT INFO PAGE - ADDRESS TABLE                              */
.container_wh .contentArea .content_wide #address_table tr th {
	color: #000;
	background-color: #FFA;
}
.container_wh .contentArea .content_wide #address_table {
	border: medium solid #806C51;
	text-align: left;
	float: left;
	width: 550px;
}
/*                                                                  */
/********************************************************************/

/********************************************************************
/*  ACCOUNT INFO PAGE - CHANGE PASSWORD FORM                        */
.container_wh .contentArea .content_wide #password_table {
	border: medium solid #806C51;
	text-align: left;
	float: right;
	width: 180px;
}
.container_wh .contentArea .content_wide #password_table tr th {
	color: #000;
	background-color: #FFA;
}

/*                                                                  */
/********************************************************************/

/********************************************************************
/*  ALERTS TABLE                                                   */
.container_wh .contentArea .content_wide #alerts {
	text-align: center;
} 
.container_wh .contentArea .content_wide #alerts #alerts_table {
	border: medium solid #806C51;
	text-align: left;
	float: center;
	width: 100%;
}
.container_wh .contentArea .content_wide .alerts_table table tr th {
	font-size: 14px; 
	text-align: center;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	background-color: #EFF;
	padding-bottom: 5px;
	padding-top: 5px;
}
.container_wh .contentArea .content_wide .alerts_table table tr td{
	font-size: 14px; 
	text-align: center;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
	/* border: thin solid #DDD; */
}

#alerts #submit_alerts_button {
	text-align: center;
	font-size: 14px; 
	font-weight: normal;
}
/********************************************************************
/*  DIY Irrigation Evaluation Page                                  */

/*                                                                  */
/********************************************************************/
/* div {border: 1px dotted green; padding: .5em} */
/*.output {
	background-color: #E1E1E1;
}*/
#surface td {
	display: inherit;
}
.rowcolor_a {
	background-color: #E8F2FB;
}
.rowcolor_b {
	background-color: #FFFFD5;
}
.rowcolor_c {
	background-color: #DDDDDD;
	font-size: 14px;
}

HR {
page-break-after: always;
}
.diy_table {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.container_wh .contentArea .content_wide .diy_table input {
	text-align: right;	
}
.container_wh .contentArea .content_wide .diy_table .output {
	background-color: #E1E1E1;
	text-align: right;	
}

.container_wh .contentArea .content_wide .diy_table tr th {
	text-align: center;
}



