




/*
     FILE ARCHIVED ON 21:01:46 Nov 7, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:55:24 Jan 18, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/******************************************************************************
* Styles for the tabbed displays.                                             *
******************************************************************************/

/* Kill the CSS banner for NS4 */
div.banner {
  display: none;
}


/* Everything after here is not seen by NS4 */
/*/*/
/* Kill GREg's HTML table. /*/
table {
  display: none;
}

div.banner {
  /* Make the CSS version show up for non-NS4 browsers. /*/
  display: block;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin-left: 2%;
  margin-right: 2%;
  padding: 2px 1px 1px 0px;
}

div.caption {
  font-size: 70%;
  font-weight: normal;
  padding: 0px 0px 2px 0px;
  border: 0px;
}

div.icon {
  clear: none;
  padding: 3px 5px 0px 5px;
  text-align: center;
  font-size: 70%;
  float: right;
}

a.icon {
  clear: none;
  padding: 3px 5px 0px 5px;
  text-align: center;
  font-size: 70%;
  float: right;
}

div.ii {
  clear: none;
  padding: 7px 10px 7px 2px;
}

div.tabBox {
}

div.tabArea {
  font-size: 100%;
  font-weight: bold;
  float: left;
}

a.tab {
  background-color: #e0e0e0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  -moz-border-radius: .75em .75em 0em 0em;
  padding: 10px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

a.tab span {
 position: relative;
 top: -1px;
}

a img {
  border: 0px;
}

a.tab img {
}

a.tab, a.tab:visited {
  color: #000000;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #000000;
  font-weight: bold;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: white;
  color: #000000;
}

a.tab.activeTab {
  z-index: 102;
}

div.tabMain {
  border: 1px solid #000000;
  padding: 0px;
  position: relative;
  z-index: 101;
  clear: left;
}
