a.CodeParentNormal, a.CodeParentNormal:visited
{
    color: #1c5133;
    text-decoration: none;
}

a.CodeParentNormal:hover
{
    text-decoration: underline;    
}

div.codeitem a {
    text-decoration: none;
}

/* Used by the Code Lookups for layout details */
h3
{
    color: white;
    font-weight: bold;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#headingcode
{
    padding-right: 10px;
}

#header
{
    position: relative;
    width: 100%-20px;
    padding-top:2px;
    padding-bottom:2px;
  }

 

.codeitem
{
    position: relative;
    float:right;
    width: 100%;
    height: 18px;
    overflow:hidden;
}

.codenumber
{
    position: absolute;
    left: 0;
    width: 14%;
/*   
    border-style: solid;
    border-color: blue;
    border-width: 1px;
*/

}

.codedepth0
{
      position: absolute;
      left: 15%;
      margin-left: -93px;
/*
      border-style: solid;
      border-color: blue;
      border-width: 1px;
*/
}

.codedepth1
{
      position: absolute;
      left: 15%;
      padding-left: 20px;
      margin-left: -83px;
/*
      border-style: solid;
      border-color: blue;
      border-width: 1px;     
*/
}

.codedepth2
{
      position: absolute;
      left: 15%;
      padding-left: 40px;
      margin-left: -73px;
/*
      border-style: solid;
      border-color: blue;
      border-width: 1px;     
*/
}

.codedepth3
{
      position: absolute;
      left: 15%;
      padding-left: 60px;
      margin-left: -63px;
/*
      border-style: solid;
      border-color: blue;
      border-width: 1px;     
*/
}

.codedepth4
{
      position: absolute;
      left: 15%;
      padding-left: 80px;
      margin-left: -73px;
/*
      border-style: solid;
      border-color: blue;
      border-width: 1px;     
*/
}

 
