/* Note:  "nihstyles.css" is the original stylesheet for Interface Online, provided 12/20/01 by Richard Barnes and updated September 2010;  it remains in place for all "datacenter.cit.nih.gov/interface" files.  The other stylesheet "INTERFACE.stylesheet.xslt" was added by George Cushing 3/24/04 for the Google search engine and is used only for the Google portion. */


.bodycopy {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000 }
td .bodycopy {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
td p.bodycopy {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
td.bodycopy p {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.smalltext {  font-family: Geneva, Verdana, Helvetica, sans-serif; font-size: 10px}
.newitem {  font-weight: bold; color: #993366}
.title {  font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #993366}
.title2 {  font-family: Helvetica, Arial, sans-serif; color: #993366;}
.subhead {  font-family: "Times New Roman", Times, serif; font-weight: bold; color: #333399}
.date {  font-family: Geneva, Verdana, Helvetica, sans-serif; font-size: 10px; color: #666666}
.subhead2 {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #333399}
.backnavigation { font-family: Geneva, Verdana, Helvetica, sans-serif; font-size: 10px; color: #666666 }
.alert {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #993366}






/* Added by RJB 9-27-10 */

body {
	padding: 0;
	margin: 0;
	background-color: #fff;
}

#utilities tr {
	height: 30px;
}

#issues {
	position: absolute;
	top: 84px;
	left: 14px;
	padding: 0;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif; 
}
#issues li {
	padding: 0;
	margin: 0;
	height: 25px;
	list-style-type: none;
}
#issues li a {
	display: block;
	width: 204px;
	height: 25px;
	color: #fff;
	background: #666 url(/oilspill/20130213210853oe_/http://datacenter.cit.nih.gov/interface/images/issuestab.gif) no-repeat left top;
}
#issues li span {
 	position: absolute;
 	left: -9000px;
 	width: 1px;
 	height: 1px;
 	overflow: hidden;
}
#issues li ul {
	text-align: left;
	padding: 4px 0 6px 0;
	margin: 0;
	margin-left: 1px;
	width: 250px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	display: none;
}
#issues li:hover ul {
	display: block;
}
#issues ul li {
	padding: 0;
	margin: 0;
	height: auto;
}
#issues ul li a {
	display: block;
	color: #333;
	height: auto;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	background: none;
}
#issues ul li a:hover {
	color: #00e;
	text-decoration: underline;
}

.bodycopy li {
	padding-bottom: 6px;
}