@charset "utf-8"; /* CSS Document */
/*KB use this for all Your Town and Your Basin pages, as needed.*/
/*-------------------Your Town css--------------------------------*/

#YT_topBox {/*div for top state map, search box and additional town information*/
	padding: 10px;
	height: 250px;
	margin-top: 10px;
}
#YT_stateMap {/* in topTownBox, holds interactive state map */
	padding: 10px;
	height: 250px;
	float: left;
	width: 300px;
}
#YT_toptext {/* in topTownBox, directions/info for how to use page data */
	width:500px;
	float: left;
	padding: 5px;
}
#YT_townName {/* in topTownBox, town name */
	text-align: center;
}
#YT_TPbox {/* Tabbed Panels Spry */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#YT_legend {/* within the Tabbed Panels Spry content */
	float: right;
	padding-left: 10px;
	width: 230px;
}
.legendtxt {/* within the Tabbed Panels Spry content */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
#YT_tablehead {/* Title for tableYourTown data */
	height: 50px;
	margin: 0px;
	padding: 10px;
}
#YT_2columnTableWrapper {/* for data tables using the TableCallOut div for additional information */
	clear: both;
	margin: 0px;
}
#YT_tableWrapper {/* wrapper for actual data table to set left justify and set width */
	float: left;
	width: 715px;
	margin: 0px;
}
#YT_table {/* data table */
	margin-bottom: 10px;
	margin-left: 0px;
	/* [disabled]width: 100%; */
	overflow: visible;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 20px;
}
#YT_tableCallOut {/* text call out box next to data table, as needed */
	margin-bottom: 10px;
	float: left;
	width: 220px;
}
.YT_CallOut {/* text call out box next to data table, as needed */
	color: #666;
}
#YT_bottomtxt {/* text under data table, as needed */
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
	height: 40px;
}
/*-------------------Your Basin css--------------------------------*/

#bas_topBox {/*div for top state map, search box and additional information*/
	padding: 10px;
	height: 250px;
	margin-top: 10px;
}
#bas_toptext {
	width: 280px;
}
#rbas {/*regional Basin top map area*/
	width:323px;
	height:300px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#sbas {/*sub-regional Basin top map area*/
	width:323px;
	height:300px;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	float: left;
}
#title {/*Basin Names above Tabbed Panel Box*/
	/* [disabled]width:829px; */
	height:35px;
}
#TPbasBox {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#bas_legend {/* within the Tabbed Panels Spry content */
	float: right;
	padding-left: 10px;
	width: 230px;
}
.legendtxt {/* within the Tabbed Panels Spry content */
}
#bas_tablehead {
	margin-left: 50px;
}
#bas_table {/* data table */
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	overflow: visible;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 20px;
	clear: both;
}
#bas_bottomtxt {/* text under data table, as needed */
	padding: 10px;
	margin-bottom: 10px;
	height: 40px;
}
