/*
 Colors from NLTS2 logo:
 orange: #FF7B29 between these two: #FFC6A5
 light orange: #FFE7D6
 light blue: #73A5E7 between these two: #4887CD
 med. blue: #216BBD between these two: #185A9C
 dark blue: #00318C
 darkest blue: #002163
*/

* { font-family: Arial, Helvetica, sans-serif; font-size: small; color: #002163; }
/* extra bits for a is just for IE since a[name] doesn't work */
h1, h1 a, h1 a:hover { 
  font-size: large; 
  font-variant: small-caps;
  text-align: center;
  color: #002163;
}
h2, h2 a, h2 a:hover { 
  font-size: medium; 
  color: #002163;
}
h3, h3 a, h3 a:hover {
  font-style: italic;
}

a { color: #4887CD; }
a:hover {
  background-color: #4887CD;
  color: white;
  text-decoration: none;
}

a:visited { color: #185A9C; }
a:visited:hover {
  background-color: #185A9C;
  color: white;
  text-decoration: none;
}

a[href^="http://"] { color: #FF6600; }
a[href^="http://"]:hover { 
  background-color: #FF6600;
  color: white;
  text-decoration: none;
}

a[href^="http://"]:visited { color: #993300 }
a[href^="http://"]:visited:hover { 
  background-color: #993300;
  color: white;
  text-decoration: none;
}

a[href^="mailto:"] { color: #EF6310; }
a[href^="mailto:"]:hover { 
  background-color: #EF6310; 
  color: white;
  text-decoration: none;
}

/* This is just my notation to myself to fix these links */
a[href="#"] { background-color: #FFFFCC; }
a[href="#"]:hover { 
  background-color: #FFFF00; 
  color: black;
}

a[name], a[name]:hover {
  color: inherit;
  font-size: inherit;
  background-color: inherit;
}

b { font-weight: normal; margin: 0px; }
li { padding-bottom: .75em; }
caption { font-weight: bold }
ul.short li, ol.short li { padding-bottom: .25em }
li p { margin-bottom: 0; }
tr { vertical-align: top }

/* Netscape 7 doesn't handle <hr> properly */
.fake_hr {
  border-top: 2px groove #00318C;
  padding-top: .5em;
}

#header {
  padding-bottom: 15px;
  white-space: nowrap;
  width: 100%;
}

#menu {
  width: 11em;
  padding: .5em 0em 0em .5em
}

#menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#menu li {
  padding: 0px;
  display: inline; /* required for IE (lame!) */
}

/* NDP 6/10/2010 - added for hierarcial category-topic tree menu   - */
p{
padding: 0 0 1em;
}
.catlist{
margin: 0px;
padding: 0px;
width: 500px;
}
.cathead{
padding: 5px 10px;
cursor: pointer;
position: relative:
margin:1px;
}
.topicbody{
padding: 5px 10px 15px;
width: 600px;
}

.topicbody ul {
list-style-type: none;
padding: 0px;
}

.topicbody li {
list-style-type: none;
padding: 5px 5px 5px 5px;
display: inline; /* required for IE (lame!) */
}

.topicbody a {
	margin: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* NDP 6/10/2010 - added for hierarcial category-topic tree menu   - */



#sidebar_content {
  background-color: white;
  padding: 5px 5px 5px 5px;
  font-size: small;
}

#sidebar_content h2 {
  color: #FF7C28;
  margin: 0px;
  font-size: medium;
}

#sidebar_content ul {
  padding-left: 1.5em;
  font-size: inherit;
  margin: 0em 0em .5em 0em
}

#sidebar_content li {
  padding-bottom: .5em;
  font-size: inherit;
}

#sidebar_content a {
  text-decoration: none;
  font-size: inherit;
}

#footer {
  width: 100%;
  padding-top: 10px;
  white-space: nowrap;  
}

#content {
  padding: 0px 10px 0px 10px;
}

#toc ul {
  list-style-type: none;
}

#toc li {
  padding-bottom: 0em;
}

#alpha_toc ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#alpha_toc li {
  padding: 0em 1em 0em 0em;
  display: inline;
  line-height: 2em;
}

p.to_audience {
  font-weight: bold;
  font-style: italic;
}

.para_lead {
  font-style: italic;
  display: block;
}

div.message_box {
  float: right; 
  background-color: #FF7B29;
  width: 10em;
  margin-left: 1em;
}

div.message_box_content {
  font-weight: bold;
  color: white;
  padding: 0em .5em 0em .5em;
}

div.message_box_content a {
  color: #FFC6A5;
  font-weight: bold;
  text-decoration: none;
  margin-top: .5em;
}

div.message_box_content a:hover {
  background-color: white;
  color: #FF7B29;
}

table.chart {
  border-bottom: 1px solid black;
}

tr.alternate {
  background-color: #FFE7D6;
}

table.chart td {
  border-right: 1px solid black;
  font-size: x-small;
  font-weight: bold;
  text-align: center;
}

table.chart th {
  font-size: x-small;
  text-align: left;
  border-right: 1px solid black;
}

table.chart thead tr th { 
  border-bottom: 1px solid black;
  border-right: none;
}

table.form {
  border: 2px solid #003194;
}

table.form td {
  white-space: nowrap;
}

table.form th {
  text-align: left;
  font-weight: normal;
  background-color: #99CCFF;
}

td.number { 
  text-align: center;
}

table.listcolumns tr td {
  white-space: nowrap;
}

table.listcolumns tr td ul {
  margin-top: 0em;
  padding-left: 1em;
}

table.listcolumns tr td ul li {
  padding-bottom: 0em;
}