/* CSS for NJDEP News Release Site's Index pages, including archives */

/* Main Index table Syles */
table#tblRelIndex {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.2ems;
	padding-bottom: .8em;
	padding-right: 10px;
}

table#tblRelIndex td {
	color: #000000;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 20px;

}

table#tblRelIndex tr td span.fileinfo a {color: #003399; text-decoration: underline;}
table#tblRelIndex a {color: #000000; text-decoration: none;}
table#tblRelIndex a:hover {color: #0033CC; text-decoration: underline;}

/* Style the Heading Rows for the Release Index Table */

tr#trRelIndexYear td {
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

tr#trRelIndexHead td {
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}


/* Listserv Subscription Form Block */

table#tblSubscribe {
	color: #000000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #003366;
	border-right: 2px solid #003366;
	border-bottom: 2px solid #003366;
	border-left: 1px solid #003366;
	-moz-border-radius: 5px;
}

table#tblSubscribe td.notice {
	color: #000000;
	font-size: 10px;
}




/* Archives Navigation Bar */
tr#trArchNavBar td {
	font: x-small "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	background-color: #ddeeff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBCCDD;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbccdd;
}

tr#trArchNavBar a {
	padding-right: 2px;
	padding-left: 2px;
}

tr#trArchNavBar .current {
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #003366;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #ffffee;
}


/* For Older News Link Footer */
tr#trRelIndexArcLink td {
	color: #003366;
	padding-bottom: 5px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;

}

tr#trRelIndexArcLink a {
	color: #003366;
}

tr#trRelIndexArcLink a:hover {
	color: #0033CC; 
	text-decoration: underline;
}
