/* generic styles */

BODY 
{
	font-size: 10pt;	/* this 10 pt is the base for all adjusting sizes */
	font-family: Verdana, Sans-Serif;
	background: #ffffff url(images/bg_v7.gif) repeat-y center top;
	margin-top: 0; 
	margin-left: 0; 
	margin-height: 0;	/* some browsers do care about this */
	margin-right: 0; 
	margin-bottom: 0; 
}

DIV
{
	font-size: inherit;
	font-family: inherit;
}

FORM
{
	font-size: inherit;
	font-family: inherit;
}

TABLE
{
	font-size: inherit;
	font-family: inherit;
}

TR
{
	font-size: inherit;
	font-family: inherit;
}

TD
{
	font-size: inherit;
	font-family: inherit;
}

P
{
	font-size: inherit;
	font-family: inherit;
}

H1.BODY
{
	padding-top: 0;
	margin-top: 0;
	font-size: 180%; /* was 18pt */
	font-weight: bold;
	font-family: inherit;
}

H2.BODY
{
	font-size: 120%; /* was 12pt */
	font-weight: bold;
	font-family: inherit;
}

P.BODY /* does not abut paragraphs together */
{
	font-size: 90%; /* was 9pt */
}

TD.BODY
{
	font-size: 90%; /* was 9pt */
}

.small {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #333333; 
}
/* was using #0044bb, now #333399 */
A:link {
	COLOR: #333399; TEXT-DECORATION: none
}
A:visited {
	COLOR: #333399; TEXT-DECORATION: none
}
A:hover {
	COLOR: #0066cc; TEXT-DECORATION: underline
}
A:active {
	COLOR: #333399; TEXT-DECORATION: none
}

TABLE.CENTERED
{
	margin: 0px auto;
}

/* HELP.ASPX styles */

SPAN.HELPSUMMARY
{
	color: #333399; 
	cursor: pointer;
}

SPAN.HELPSUMMARYOVER
{
	color: #333399; 
	text-decoration: underline;
	cursor: pointer;
}

SPAN.HELPDETAIL
{
	display: none;
}

SPAN.HELPCLOSE
{
	color: #333399; 
	cursor: pointer;
}

SPAN.HELPCLOSEOVER
{
	color: #333399; 
	cursor: pointer;
	text-decoration: underline;
}

/* Top menu items */

DIV.ALL
{
	padding: 0 0 0 0;
	margin: 0px auto; 
	width: 900px; 
/*
	max-width: 875px;
	margin: 0 auto;
	width: expression(document.body.clientWidth > 875?  "875px" : "auto" );
	background: #FFFFFF;  */
/*	margin-left: 20px;
	margin-right: 20px; */
	font-family: inherit;
	font-size: inherit;
} /* took out width 100% */

TABLE.TOPMENU
{
	width: 100%;
	height: 24px;
	background-color: #1f58a9;
	background-image: url(images/menubar.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
}
	
TD.TOPMENUITEM
{
	height: 24px;
	border-right: #0f2c54 1px solid;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 10pt; 
	color: white; 
	font-family: Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
}

TD.TOPMENUITEMOVER
{
	height: 24px;
	border-right: #0f2c54 1px solid;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	/* background-image: url(images/menubar0.gif);  /*images/menubar.gif 
	background-repeat: repeat-x; */
	background-color: #1f58a9;
	color: white;
	cursor: pointer;
	text-decoration: underline;
}

/* the banner message style */

TD.BANNERMESSAGE
{
	vertical-align: top;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

/* the main one- or two- column styles */

TD.ONECOLUMN, DIV.ONECOLUMN
{
	vertical-align: top;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 15px;
}

TD.LEFTCOLUMN
{
	vertical-align: top;
	padding-top: 8px;
	padding-left: 10px;
	width: 170px;
}

TD.RIGHTCOLUMN
{
	vertical-align: top;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 15px;
}

/* generic round box corners */

.roundbox_tr
{
  background:url(images/tr.gif) no-repeat top right;  
}

.roundbox_bl
{
  background:url(images/bl.gif) no-repeat bottom left;  
}
  
.roundbox_br 
{
  background: url(images/br.gif) no-repeat bottom right; 
}

/* zip code box styles */

.searchboxbg 
{
  width:170px;
  background:#e8e8e8 url(images/searchbg.gif) repeat-x top left;
  padding:0;
  margin: 0 0 0 0; 
}
  
.thesearchbox 
{
  margin: 0 0 0 7px;
  padding: 7px 3px 5px 7px; 
}

/* footer styles */

TABLE.FOOTER
{
	padding-left: 10px;
	padding-right: 10px;
}

TD.FOOTER 
{
	font-size: 80%;
}

SPAN.FOOTERSMALLER
{
	font-size: 80%;
	color: #333399;
	cursor: pointer;
}

SPAN.FOOTERSMALLEROVER
{
	font-size: 80%;
	color: #333399;
	text-decoration: underline;
	cursor: pointer;
}

SPAN.FOOTERLARGER
{
	font-size: 120%;
	color: #333399;
	cursor: pointer;
}

SPAN.FOOTERLARGEROVER
{
	font-size: 120%;
	color: #333399;
	text-decoration: underline;
	cursor: pointer;
}

/* index.aspx */

P.INDEXCHECK
{
	font-size: 110%;
	color: #A20E0E;
	font-weight: bold;
	padding-left: 2em;
	text-indent: -2em;
	margin-top: 4px;
	margin-bottom: 4px;
}

DIV.quickfactsbox
{
  background:#e8e8e8 url(images/searchbglong.gif) repeat-x top left;
}

/* nu.aspx */
/* 
SPAN.NUCATEGORYINACTIVE
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: gray;
}

SPAN.NUCATEGORYACTIVE
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;	
	font-weight: bold;
}

SPAN.NUCATEGORYACTIVEOVER
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;	
	font-weight: bold;
}

SPAN.NUCATEGORYACTIVEINDENT
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;	
	margin-left: 15px;
}

SPAN.NUCATEGORYACTIVEINDENTOVER
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;	
	margin-left: 15px;
} */

TABLE.NULIBRARYBANNER
{
	height: 30px;
	background-image: url(images/nubannerbackground.gif);
	background-repeat: repeat-x;
	background-color: #D82815;
	text-align: center;
}

TD.NULIBRARYNAME
{
	color: White;
	font-family: Verdana, sans-serif;
	font-size: 18pt;	
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px; /* was 10 pt */
	padding-bottom: 5px;
}

A.NULIBRARYURL
{
	color: White;
}

TD.NUDATE
{
	color: White;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	padding-top: 12px;
	padding-right: 10pt;
}

P.NUOTHERISSUES
{
	font-size: 90%; /* was 9pt */
	margin-top: 0px;
	margin-bottom: 0px;
}

B.NUTITLE
{
	font-size: 140%; /* was 120%, earlier was 12pt */
	margin-right: 20px;
}

A.NUBUTTON
{
	font-size: 80%;
	border: 1px solid gray; 
	padding: 1px;
}

A.NUREVIEW
{
}

A.NUEITEM
{
	color: blue; 
	font-style: italic; 
	font-weight: bold;
}

DIV.NUGBUTTON
{
	padding-top: 10px;
	display: none;
	text-align: right;
	font-size: 10px;
	font: Verdana, sans-serif;
}

IMG.NUGBUTTON
{
	padding-left: 0px;
	border-width: 0;
}

DIV.NUINSTRUCTIONS
{
	padding-top: 10px;
	float: right;
	font-size: 70%;
	color: #BD2D18;
	text-align: right;
	width: 35%;
}

TD.NUINTERITEM
{
	padding-bottom: 10px; 
}

DIV.NUINTERITEM
{
	background-color: #FFF968;
	color: #A20E0E;
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}

/* new category list */

TABLE.NUCAT
{
	font-family: Verdana, sans-serif;
	font-size: 11px !important;
	color: gray;
	width: 170px;
	background-color: #e8e8e8;
}

TD.NUCATACTIND
{
	padding-left: 20px;
	text-indent: -10px;
}

TD.NUCATACTINDOVER
{
	padding-left: 20px;
	text-indent: -10px;
}

A.NUCATACTINDA
{
}

TD.NUCATACT
{
	color: white; 
	background-color: #808080;
}

TD.NUCATACTOVER
{
	color: white; 
	background-color: #808080;
}

A.NUCATACTA
{
	color: white;
}

TD.NUCATINACT
{
	color: white; 
	background-color: #808080;
}

TD.NUCATTL
{
	background-image: url(images/rctl.png); 
	background-repeat: no-repeat; 
	background-position: left top;
	background-color: #808080; 
	height: 8px;
	width: 8px;
}

TD.NUCATTR
{
	background-image: url(images/rctr.png); 
	background-repeat: no-repeat; 
	background-color: #808080; 
	background-position: right top;
	height: 8px;
	width: 8px;
}

TD.NUCATBL
{
	background-image: url(images/rcbl.png); 
	background-repeat: no-repeat; 
	background-position: left bottom;
	background-color: #808080; 
	height: 8px;
	width: 8px;
}

TD.NUCATBR
{
	background-image: url(images/rcbr.png); 
	background-repeat: no-repeat; 
	background-position: right bottom;
	background-color: #808080; 
	height: 8px;
	width: 8px;
}

/* SIGNUP */

TD.SIGNUPROWLEFT
{
	padding-bottom: 10px;
	text-align: right;
	vertical-align: top;
	width: 48%;
}
TD.SIGNUPROWRIGHT
{
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}

A.RSSBUTTON
{
	padding: 1px 0 5px 19px;
	background:transparent url(images/feed_icon_16x16.gif) no-repeat top left;
}

/* STATS */

TABLE.STATS
{
	/* width: 100%; */
}

TD.STATS
{
	text-align: right;
	vertical-align: top;
}

TD.STATSHEADER
{
	text-align: right;
	vertical-align: top;
	background-color: #E0E0E0;
}

/* SPONSORREVIEWSNEWS */

A.SPONSORNAVIGATE
{
	text-decoration: underline;
	color: black;
	font-size: 120%;
	font-family: Verdana, Sans-Serif;
}

INPUT.SPONSORSUBMITSMALL
{
	font-size: 80%;
	height: 1.8em;
	width: 13em;
}

DIV.SPONSORDIALOG
{
	position: absolute;
	background-color: #C0C0C0;
	border: solid 3px #303030;
	padding: 4px;
}