h2, h3
{
	text-align: center;
	clear: none;
}
table, tr, th, td, a 
{
	clear: none;
}
h4
{
	text-align: left;
}
dt
{
	font-weight: bold;
}
table
{
	margin: 0 auto;
}
table#screening_steps
{
}
table#screening_steps tr th
{
	text-align: center;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
table#screening_steps tr th.row_heading
{
	text-align: left;
}
table#screening_steps td
{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
table#color_bar_description th, table#color_bar_description td
{
	padding: 5px;
	text-align: center;
}
.subheading
{
	display: block;
	font-size: .9em;
	color: red;
}
table.current_products tr th.row_heading
{
	width: 185px;
}
table.current_products tr td img
{
	width: 221px;
}
table.time_series tr th.row_heading
{
	width: 100px;
}
table.time_series tr td
{
	width: 130px;
}
table.time_series tr td img
{
	width: 124px;
}
img.subbasin
{
	margin: 0 auto;
	display: block;
	width: 400px;
}


/* Start - Sidebar */
div#sidebar	{
	float: left;
	width: 180px;
	margin: 0 15px 15px 0;
	color: rgb(125, 82, 125);
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: .95em;
	font-weight: 900;
	border: 1px solid rgb(1,97,143);
	}

	/* Holly Hack used to make the outside borders not disappear in IE */
	/* Hides from IE5-mac \*/
	* html div#sidebar {height: 1%;}
	/* End hide from IE5-mac */

div#content
{
	padding-left: 190px;
}
div#sidebar ul li a, div#sidebar ul li span.list_heading_span	{
	background-image: url("/images/text_shadow.jpg"); 
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 7px 5px 0px;
	}
div#sidebar ul	{
	padding: 0px;
	margin-left: 10px;
	padding-bottom: 5px;
	}
div#sidebar ul.list_level_1	{
	padding: 0px;
	margin-left: 20px;
	padding-bottom: 10px;
	list-style-image: url("/images/noaa_logo_small.gif");
	}
div#sidebar ul.list_level_1 li	{
	margin-top: 15px;
	}
div#sidebar ul.list_level_1 li ul	{
	list-style-image: none;
	list-style-type: disc;
	}

/* Calendar Link */
div#sidebar ul li ul li #calendar_link {
	color: rgb(255, 0, 0);
	text-decoration: none;
	}
/* NOAA Links */
div#sidebar ul.list_level_1 li ul li ul li a:link,
div#sidebar ul.list_level_1 li ul li ul li a:visited,
div#sidebar ul.list_level_1 li ul li ul li a:hover,
div#sidebar ul.list_level_1 li ul li ul li a:active,  {
	color: rgb(50, 50, 255);
	text-decoration: none;
	}

div#sidebar a:link	{
	color: rgb(175, 100, 175);
	text-decoration: none;
	}
div#sidebar a:visited	{
	color: rgb(125, 82, 125);
	text-decoration: none;
	}
div#sidebar a:hover	{
	color: rgb(200, 50, 150);
	text-decoration: underline;
	}
div#sidebar a:active	{
	color: rgb(125, 82, 125);
	text-decoration: none;
	}
/* End - Sidebar */
