/* ================INSTRUCTIONS=================*/ 
/* THIS IS THE STYLESHEET FOR THE BQS HOME PAGE. By changing the classes below, you can add your own custom styles for various areas of the header. In order for your changes to work though, you MUST include a reference in your HTML pages to both the common CSS file and custom CSS file in that order.

Instructions are provided below for customizing these classes. */

/* ================BANNER=======================*/  
/* TO DISPLAY A CUSTOM BANNER IMAGE: 
If you want to display a custom banner, change the "background: url" to point to a local banner, or external, image location.

TO DISPLAY A CUSTOM BANNER COLOR (NO IMAGE): 
If you would rather display a color instead of a banner image, change the "background: url" portion to point to "" and set the background color (#006633) to whatever color you wish to display.
NOTE: You can use either hexadecimal color codes (i.e. - #006633, #063) or HTML color names (i.e. - "black"). */ 
#usgscolorband { background: #006633 url(../images/water_banner2.jpg) 178px 0px no-repeat;} 
/* ================SITE TITLE===================*/ 
/* TO DISPLAY A CUSTOM SITE TITLE BAR: 
The #usgstitle class is specific to the colored site title bar that lies beneath the USGS identifier. To change the color of this bar, set the "background-color" attribute below to the color you wish to display and change the "color" attribute to set the text color.
NOTE: You can use either hexadecimal color codes (i.e. - #000000) or HTML color names (i.e. - "black"). */ 
#usgstitle {  background-color:#003366; color: #ffffff;  padding: 10px; valign: middle;} 
/* =============STANDARD CONTENT===============*/ 
/* TO CHANGE THE TEXT SIZE OF THE CONTENT:
By default, USGS has set the font size to "small" in order to provide a consistent size for content across all pages. If you would prefer not to have a pre-defined font size for your pages, change the "font-size" attributes below to "font-size: 100%;". */

body {font-size: small;}
hr	{color:#666666;}
table.main	{border: none;background-color:#ffffff;padding: 8;margin: 0px;width: 100%;}
th {  font-size: small;color: #FFFFFF;vertical-align: top;background-color: #003366;}
a:link	{color:#000000;}
a:visited	{color:#003366;}
a:hover	{color:#9900CC;}
a.name {color:#000000; font-weight:bold; font-size: small;}
a.rl-col {color:#ffffff; text-decoration:none;}
td {
}
td.col {
	background-color:#336699;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.top {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border: thin solid #000;
	border-bottom: #000;
	background-color: #9CF;
}

td.rl_col { background-color:#336699; color:#000000;}
td.menu	{background-color: #CCCCCC; vertical-align: top;}
td.name {background-color:#ffffff; color:#000000; text-align:center;}
td.main {padding: 15px;}
a.bqs	{color: #FFFFFF;font-size: 14px;text-decoration: none;font-weight:bold;}
.breadcrumb	{
	font-size:9px ;
	width: 252px;
	background-color:#ffffff;
	width: 230px;
	text-align: center;
	position: relative;
	left: 7px;
	top: 4px;
	}
div.breadcrumb	a:link {color:#666699;}
div.block {display: block; min-height: 600px;}
li #mt_list {background-color:#990099;}
td.lft {
	font-size:medium;
	color:#663399;
	text-align:center;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

span.click {font-size:xx-small; color: #663366;}
.style1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
.odd {
 background-color: #ddd;
}
.even {
 background-color: #fff;
}

tr.alternateRow {
  background-color: #e0e0e0;
}

td.sortedColumn {
  background-color: #f0f0f0;
}

th.sortedColumn {
  background-color: #b0b0b0;
}

tr.alternateRow td.sortedColumn {
  background-color: #d0d0d0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: none;
}
