/*	Stylesheet for new FPC Site	*/

BODY { 
MARGIN-LEFT: 0%; MARGIN-TOP: 0%; MARGIN-RIGHT: 0%; 
a {color: blue; background-color: white; text-decoration: none;};
a.link {color: blue; background-color: white; text-decoration: none;};
a.visted {color: blue; background-color: white; text-decoration: none;};
a.active {color: blue; background-color: white; text-decoration: none;};
a:hover {color: blue; background-color: white; font-style: bold;};
}


/*	{ color: black; text-decoration: none; border-style: solid; border-width: 1px; padding: 2px	*/

/*	Navigation Hyperlinks	*/

  a.navclass { color: white; background-color: none; text-decoration: none;}     /* unvisited link */
  a.navclass:visited { color: white; background-color: none; text-decoration: none;}     /* visited link */
  a.navclass:active { color: white; background-color: none; text-decoration: none;}     /* active link */
  a.navclass:hover { color: black; background-color: white; font-style: bold; text-decoration: none;}     /* hover */
  
  /*outside zone Navigation Hyperlinks	*/

  a.navoutclass { color: black; background-color: none; text-decoration: none;}     /* unvisited link */
  a.navoutclass:visited { color: black; background-color: none; text-decoration: none;}     /* visited link */
  a.navoutclass:active { color: black; background-color: none; text-decoration: none;}     /* active link */
  a.navoutclass:hover { color: white; background-color: black; font-style: bold; text-decoration: none;}     /* hover */
 
 /*	Popout Navigation Hyperlinks	*/
 
  a.navpopclass { color: #CC0000; background-color: none; text-decoration: none;}  /* unvisited link */ 
  a.navpopclass:visited { color: #CC0000; background-color: none; text-decoration: none;}     /* visited link */
  a.navpopclass:active { color: #CC0000; background-color: none; text-decoration: none;}     /* active link */
  a.navpopclass:hover { color: black; background-color: white; font-style: bold; text-decoration: none;}	/* hover */
  
 /* adultpage*/    
  a.navpopadultclass { color: #CC0000; background-color: white; text-decoration: none;} 
  a.navpopadultclass:visited { color: #CC0000; background-color: white; text-decoration: none;}     /* visited link */
  a.navpopadultclass:active { color: #CC0000; background-color: white; text-decoration: none;}     /* active link */   
  a.navpopadultclass:hover { color: black; background-color: white; font-style: bold; text-decoration: none;}  
  
/* Navigation Hyperlinks for new browser links */

  a.extclass { color: red; background-color: none; text-decoration: none;}     /* unvisited link */
  a.extclass:visited { color: red; background-color: none; text-decoration: none;}     /* visited link */
  a.extclass:active { color: red; background-color: none; text-decoration: none;}     /* active link */
  a.extclass:hover { color: red; background-color: gold; font-style: bold; text-decoration: none;}     /* hover */

/*	Paragraph	*/

	P {FONT-FAMILY: Helvetica, Verdana, Georgia, Arial, sans-serif; 
	COLOR: black;
	FONT-size: 1.0em;
	FONT-style: normal;
/*	TEXT-indent: 1em;	*/
	FONT-variant: normal;
	FONT-weight: normal;
	TEXT-align: left;
	vertical-align: top;
}
	
	P.nav {
	FONT-FAMILY: Verdana, Helvetica, Georgia, Arial, sans-serif; 
	COLOR: #000099;
	FONT-size: 10px;
	FONT-WEIGHT: bold;
	FONT-variant: normal;
	FONT-style: normal;
	TEXT-ALIGN:left;
	vertical-align: top; line-height: 20px; text-transform: uppercase
	}
	
	P.navout {
	FONT-FAMILY: Verdana, Helvetica, Georgia, Arial, sans-serif; 
	COLOR: #000099;
	FONT-size: 10px;
	FONT-WEIGHT: bold;
	FONT-variant: normal;
	FONT-style: normal;
	TEXT-ALIGN:left;
	vertical-align: top; line-height: 20px; text-transform: uppercase
	}
	
	P.navpop {
	FONT-FAMILY: Verdana, Helvetica, Georgia, Arial, sans-serif; 
	COLOR: #CC0000;
	FONT-size: 10px;
	FONT-WEIGHT: bold;
	FONT-variant: normal;
	FONT-style: normal;
	TEXT-ALIGN:left;
	vertical-align: top; line-height: 20px; text-transform: uppercase
	}
	
		
	H3.nav {
	FONT-FAMILY: Verdana, Helvetica, Georgia, Arial, sans-serif; 
	COLOR: #330099; 
	FONT-SIZE:13px; 
	FONT-WEIGHT: 800; 
	TEXT-ALIGN: left; TEXT-indent: 0px; 
	text-transform: uppercase; vertical-align: middle; 
	line-height: 20px; 
	}
		
P.notes	{font-family: Helvetica, Verdana, Georgia, Arial, sans-serif;  
	color: #330099;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

/*	Bulleted Lists	*/

LI {list-style-image: url(../fpc_stylesheets/bullet1.gif);
list-style-type: disc; list-style-position: outside; margin-left: 10px; 
} 
LI LI {list-style-image: url(../fpc_stylesheets/bullet2.gif);
list-style-type: circle; list-style-position: outside; margin-left: 10px; 
} 
LI LI LI {list-style-image: url(../fpc_stylesheets/bullet3.gif);
list-style-type: square; list-style-position: outside; margin-left: 10px; 
}

LI.table {list-style-image: url(../fpc_stylesheets/bullet1.gif);
list-style-type: disc; list-style-position: outside; margin-left: 0px; margin:0px;
padding:0px;

} 
LI LI.table {list-style-image: url(../fpc_stylesheets/bullet2.gif);
list-style-type: circle; list-style-position: outside; margin-left: 0px; margin:0px;
	padding:0px;

} 
LI LI LI.table {list-style-image: url(../fpc_stylesheets/bullet3.gif);
list-style-type: square; list-style-position: outside; margin-left: 0px; margin:0px;
	padding:0px;

} 

/*	Heading	*/

	H1 {FONT-FAMILY: Helvetica, Verdana, Georgia, Arial, sans-serif; 
	COLOR: #333333; FONT-SIZE:1.5em; FONT-WEIGHT: 700; TEXT-ALIGN: center; FONT-variant: small-caps; FONT-STYLE: normal; line-height: normal; text-transform: uppercase
	}
	
	H2 {FONT-FAMILY: Helvetica, Verdana, Georgia, Arial, sans-serif;   
	COLOR: #666666; FONT-SIZE:1.2em; FONT-WEIGHT: 600; TEXT-ALIGN: left; FONT-variant: normal; FONT-STYLE: normal;	   
	} 
	
	H3 {FONT-FAMILY: Helvetica, Verdana, Georgia, Arial, sans-serif;  
	COLOR: #330099; FONT-SIZE:1.0em; 
	FONT-WEIGHT: 600; TEXT-ALIGN:left; TEXT-indent: 15px; 
	}
	
	H3.table {
	FONT-FAMILY: Helvetica, Verdana, Georgia, Arial, sans-serif; 
	COLOR: #330099; BACKGROUND-color: white; 
	FONT-SIZE:10px; FONT-WEIGHT: 600; TEXT-ALIGN:left;
	HEIGHT: 15px; margin:0;
	}
	
	H3.csv {FONT-FAMILY: Helvetica, Verdana, Georgia, Arial, sans-serif;  
	COLOR: #330099; FONT-SIZE:1.0em; 
	FONT-WEIGHT: 600; TEXT-ALIGN:left; TEXT-indent: 0px; 
	}
		
	H4 {
	FONT-FAMILY: Helvetica, Verdana, Georgia, Arial, sans-serif; 
	COLOR: #006666; FONT-SIZE:1.0em; TEXT-ALIGN:left; TEXT-indent: 20px; 
	}
	
	H5 {
	FONT-FAMILY: Helvetica, Verdana, Georgia, Arial, sans-serif;  
	COLOR: black; FONT-SIZE:0.7em; TEXT-ALIGN:left;
	}
			
	H4.table {
	FONT-FAMILY: Helvetica, Verdana, Georgia, Arial, sans-serif; 
	COLOR: #006666; BACKGROUND-color: white; FONT-SIZE:9pt; 
	FONT-WEIGHT: 600; TEXT-ALIGN:left;
	HEIGHT: 0px; margin:1;
	}

<!-- TABLE for adult 7 day reports -->
	
TABLE	{padding: 0px; cellpadding: 4px; cellspacing: 4px; 
width: 100%; background-color: white; 
}


TABLE TH	{text-align: center; font-weight: bold; border-left: 1px solid #000080; border-right: 1px solid #000080; border-bottom: 2px solid #000080; border-top: 2px solid #000080; border-style: solid #000080; 
vertical-align: middle;
FONT-FAMILY: Arial, Helvetica, Verdana; sans-serif; FONT-SIZE: 7pt; COLOR: black;
padding-top: 1px; padding-bottom: 1px;
padding-left: 5px; padding-right: 6px;  
} 

TABLE TH.dam	{text-align: vertical-align: bottom; center; font-weight: bold; border-style: none;
FONT-FAMILY: Arial, Helvetica, Verdana; sans-serif; FONT-SIZE: 10pt; COLOR: #000080;
padding-top: 10px;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px; 
font-weight: bold;
} 


TABLE TD	{ border-style: none; white-space: nowrap;
FONT-FAMILY: Arial, Helvetica, Verdana; sans-serif; FONT-SIZE: 8pt;
color: #404040;
background-color: white;
padding-top: 2px; padding-bottom: 2px;
padding-left: 4px; padding-right: 4px; 
text-align: right;
}

TABLE TD.footer	{ border-style: none; white-space: nowrap;
FONT-FAMILY: Arial, Helvetica, Verdana; sans-serif; FONT-SIZE: 8pt;
color: black; font-weight: bold;
background-color: white;
padding-top: 2px; padding-bottom: 2px;
padding-left: 4px; padding-right: 4px; 
}	