body {
  background:#000;
  color: #ffffff;
  max-width: 650px;
  background: url(images/noise.png);  
}

#banner {
  background: url(images/black_banner.png) no-repeat top left;
  height: 92px;
  width: 863px;
  margin-left: 40px;
}

#content {
  color: #ffffff;
  padding-left: 100px;
  padding-right: 100px;
  margin-left: 40px;
  width: 663px;
}

h2 {
  color: #ffffff;
  margin:0;
  margin-bottom: 12px;
  padding: 16px 100px 0px 0px;
  border-bottom: solid 2px #C2C223;
}

h2 .topnoborder {
  border-bottom: solid 0px;
}

table {
  color: white;
}

a {
  color:#43D000;
  font-weight:bold;
  text-decoration: none;
}

a:hover {
  color:#000000; 
  background-color:#43D000;  
  text-decoration: none;
}


#l-bar {
  position: fixed;
  color: #ffffff;
  width:125px;
  text-align:left;
  background-color:#000;
  background: url(images/noise.png);  
  padding: 0;
  margin: 0;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-right: 0px;
  margin-bottom: 10px;
  /* ie5 hack starts
     */
  margin-right: 10px;
  /* the previous line is seen by anyone but ie
     */
}


#links { 
  padding: 0px 0px 0px 5px;
  background: none;
}

#links a {
  color:#43D000;
  font-weight:bold;
  text-decoration:none;
}

#links .nav2 a {
  font-weight:normal;
}

#links .nav1 a { 
  margin:0px 0px 0px 3px; 
  padding: 2px 3px 2px 0px;
  line-height: 180%;
  background: none;
}


#links .nav2 a { 
  margin:0px 0px 0px 9px; 
  padding: 0px 0px 0px 0px;
  line-height: 145%;
  font-size: 90%;
  font-weight: normal;
  background: none;
}

table ul { 
  margin:0; 
  margin-left: 10px; 
  padding: 1px 3px 1px 5px;
  list-style-position: outside;
  list-style-image: url(images/triangle2inv.jpg) ;
}


#links a:hover {
  color: #000;
  background-color:#43D000;
}


#footer {
  background:#e0e0e0;
  background:none;
  border-top: 2px solid #a0a0a0;
  margin:20px 0px 30px 140px;
  padding: 7px 20px 0px 10px;
  text-align: left;
  width: 650px;
}

pre { 
  color: #FFFFFF;
}


table .alphaHead {
  background-color: #880;
  margin-right: 80px;
}

.code {
  margin: 4px 0px 4px 0px;
  padding: 5px 5px 5px 5px;
  background-color: #161620;
//  background-color: #efe8ef;
//  border: 1px solid #909090;
}

.xreffuncname {
  background-color: #880;
  color: white;
}

.isearch_description {
  color: white;
}


h1.isearch
{
    font-size:20px;
    color:#880;
}

table.isearch_head
{
    background-color:#880;
}

a.isearch_title:link
{
    color:#43D000;
    background-color:transparent
}


#ftpbullet {list-style:url(images/ftp16b-inv.png);}
#cvsbullet {list-style:url(images/cvs16b-inv.png);}
#forumbullet {list-style:url(images/taskman16b-inv.png);}
#trackerbullet {list-style:url(images/taskman16b-inv.png);}
#mailbullet {list-style:url(images/mail16b-inv.png);}
#docbullet {list-style:url(images/docman16b-inv.png);}


