/* Main Style Sheet for the NJDEP Solid & Hazardous Waste Web Site   */
/*   Created   24 June 2008 by Jon Abolins                           */
/*   Modified  ?                                                     */

/* Basic Layout Setup*/
BODY {
	left: 0px;
	top: 0px;
	font-size: 100%;
	background-color: #FFFFFF;
}

DIV#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

DIV.clear { clear: both; }

/* Skip Link for Accessibility */

A#skipLink { display:none; }

/* DEP header blocks */

TABLE#deptop1, TABLE#deptop2 {
	margin: 0px;
	padding: 0px;
	font-size: x-small;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

TABLE#deptop1 TD { background: #336699; }

TABLE#deptop1 TD IMG {
	padding: 0px;
}

TABLE#deptop1 TD FORM#seek INPUT {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
}

TD#txtSeek {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	line-height: 30px;
}

TABLE#deptop2 TD { 
	background-color: #003366;
	padding: 0px;
	height: 30px;
	margin: 0px;
}

TABLE#deptop2 TD IMG{ 
	padding: 0px;
	margin: 0px;
}

/* SHW Web Site Title Block */

#programTitle {
	background-color: #eeeedd;
	display: block;
}

#programTitle IMG {
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* DSH and DEP navigation graphic style */

DIV#dshNav {
	right: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-bottom: 1em;
}

/* Setting up the Main Content area */

TABLE#shwMain {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: #FFFFFF;
}

TABLE#shwMain TABLE {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: x-small;
}

/* Bread crumbs styles */
#crumbs, #crumbs a {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	whitespace: nowrap;
	padding: 0px;
	margin: 0px;
}

#crumbs a:hover {
	color: #000066;
	text-decoration: underline;
}

#crumbs A.current {
	color: #666666;
	font-weight: normal;
}


/* Footer styles */
TABLE#depbot {
	margin-bottom: 0.5em;
	margin-top: 1em;
	background-color: #FFFFFF;
}

TABLE#depbot TD#warndep {
	font-size: x-small;
	color: #003366;
	font-style: normal;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding-top: .5em;
	padding-bottom: .5em;
}

TABLE#depbot TD#botNav IMG {
	margin-right: 20px;
}

TABLE#depbot TD#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	padding-top: .5em;
}








/* Headers and other basic styles */
h2, h3, h4 {color: #333366; font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;}

h2 { font-size: medium; }
h3 { font-size: small; }
h4 { 
	 font-size: x-small;
     font-weight: bold;
}
hr {color: #333366;}
strong { font-weight: bold;}
em { font-style: italic; }

.size10 { font-size: xx-small;}
.size12 { font-size: .8em;}
.size13 { font-size: small;}

.dateinfo, .fileinfo {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	color: #666666;
}

A.linkTop {
	background-image: url(../images/arrows/uparrow12a.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}

A.linkInfo { 
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: .5ems;
	padding-bottom: .5ems;
	padding-left: 20px;
	background-image: url(../images/symbols/info16.gif); 
}

A.linkInfo:hover { 
	background-image: url(../images/symbols/info16a.gif); 
}




a:hover { color: #006699; text-decoration: none;}

a.listgreen, a.listgreen:link, a.listgreen:visited, a.listgreen:active { 
    color: #003300; text-decoration: none;}
a.listgreen:hover { color: #003399; text-decoration: underline;}

ul.listarrow01 li {
	padding-bottom: 3px;
	margin-left: -20px;
	list-style-image: url(../images/arrows/arrow12ra.gif);

}


.subtitle {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: x-small;
	color: #006600;
	font-weight: bold;
}

.altnote {
	font-weight: bold;
	color: #006600;
}
