html{height:100%;margin-bottom:-1px;}

td, p, body, ul, ol, input, select { font-family: Verdana, Helvetica, sans-serif; font-size:13px; }
body{ 
	margin: 0; 
	padding: 0; 
	color: #333;
	width:100%;    
	margin-top:15px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:#EEE;
 }
 h1, h2
 {
	font-size:20px;
	font-weight:normal;
	color:#FEFEFE;
	background:navy;
	margin-top:0px;
	margin-bottom:15px;
 }

 h3, h3 a, h3 a:visited, h3 a:link, .h3, .h3 a, .h3 a:visited, .h3 a:link
 {
	color:#CC6600;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0px;
	text-decoration: none;
 }

h3 a:hover, .h3 a:hover
{
	color:#CC6600;
	text-decoration: underline;
	background-color:#fff;
}

 UL LI  { list-style-image: url(/images/bullet.gif) }
 .homeTable tr td 
 {
	padding-left:30px;
	padding-right:15px;
 }
 .content
 {
	text-align:left;
	margin-left:30px;
	margin-right:30px;
 }
 td.titleBar
 {
	background: url(/images/floodzilla_black_ongray.png) no-repeat bottom right
 }
 .emailTable tr td
 {
	padding-right:20px;	
 }
 .emailHeader td
 {
	color:#CC6600;
	border-bottom:1px solid navy;
	font-size:16px;
 }
 .dataList th
 {
	font-weight:bold;
 }
 .dataList td
 {
	border-top:1px solid navy;
 }
 .dataList 
 {
	border-bottom:1px solid navy;
 }

.subsectionheader
{
	margin-top:15px;
	color:#CC6600;
	border-bottom:1px solid navy;
	text-align:left;
	margin-left:100px;
	margin-right:100px;
}
div.subscriptions
{
	text-align:center;
	width:400px;
}
.header td 
{
	border-bottom:1px solid navy;
}

.subtable tr td
{
	padding-right:20px;
}
.main-content
{
	border: 1px navy solid;
	xmargin-left: 100px;
	xmargin-right: 100px;
	background:#FFF;
}
.title-fz
{font-size:20px;}
.title
{
	margin-bottom:20px;
}
.footer
{
	margin-top:30px;
}
.signup
{
	font-size:18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}
.title-fz a {color: black;text-decoration:none;}
.title-fz a:visited { color: black; }
.title-fz a:hover{ color: black; background-color:#eee;}

a { color: green; }
a:visited { color: green; }
a:hover { color: #fff; background-color:#000; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

.drillin
{
	font-size:8pt;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

.flash-notice
{
	color:green;
	font-weight: bold;

}
.flash-warning
{
	color:red;
	font-weight: bold;
}
div.promo
{
	text-align:center;
	background-color:#FFFF99;
}

div.notice
{
	padding: 5px;
	margin: 20px;

	border:solid 1px black;
}
div.belowchart
{
	text-align: center;
	font-size: 11px;
}

#menu {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}
	
#menu a:link, #menu a:visited	{
	background : #E8EBF0;
	border : 1px solid #ccc;
	color : #666;
	float : left;
	font-size : 8pt;
	font-weight : normal;
	line-height : 10px;
	margin-right : 8px;
	padding : 4px 5px 4px 5px;
	text-decoration : none;
}

#menu a:link.active, #menu a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#menu a:hover	{
	color : #000;
}

 #menu ul a:hover {
	color : #000 !important;
}

div#nav-1-div #menu li#nav-1 a,
div#nav-2-div #menu li#nav-2 a,
div#nav-3-div #menu li#nav-3 a,
div#nav-4-div #menu li#nav-4 a,
div#nav-5-div #menu li#nav-5 a,
div#nav-6-div #menu li#nav-6 a
{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}
.chartBody
{
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
    margin-right: 2px;
}
