
* {
margin:0;
padding:0;
}
p{
padding-top:5pt;
}
h2{
    font-weight: normal;
    font-size: 14pt;
    font-weight:bold;
    margin-top:10pt;
    margin-bottom:10pt;
}
  html{
    font-family:arial,sans-serif;
    color:Black;
    font-size :  12pt;
    text-decoration: none;
  }

  textarea{
    width : 600px; 
    height : 400px;   
  }
  
  img {
    border-width   : 0px;
  }
  
  fieldset {
    display : block;
  }
  
  .main {
    display  : block;
    width    : 1100px;
    margin-right:auto;
    margin-left:auto;
  }
  
  .maincenter {
    display  : block;
    width    : 700px;
    
    margin-right:auto;
    margin-left:auto;
    
    border-width   : 0px;
    background-color : white;
    
  }

  .top {
    display        : block;
    width          : 700px;
    /*margin-bottom : 20px;
    border-bottom-style : dotted;
    border-bottom-width : 1px;
    border-bottom-color : black;*/
  }
  
  .topRight {
    /*display   :  block;*/
    float:right;
    margin-right : auto;
    margin-top:0;
    font-size :  10pt;
  }
      .topRight a:link {
        color   : Black;
        text-decoration: none;
      }
      .topRight a:active {
        color   : Black;
        text-decoration: none;
      }
      .topRight a:visited {
        color   : Black;
        text-decoration: none;
      }
      .topRight a:hover {
        color   : Black;
        text-decoration: underline;
      }
  
  .body {    
    width   := 700px;
    display := block;
   // margin-right          : auto;
   // border-bottom-style : dotted;
   // border-bottom-width : 1px;
   // border-bottom-color : black;
  }
      .body a:link {
        color   : Black;
        text-decoration: underline;
      }
      .body a:active {
        color   : Black;
        text-decoration: underline;
      }
      .body a:visited {
        color   : Black;
        text-decoration: underline;
      }
      .body a:hover {
        color   : Black;
        text-decoration: underline;
      }
  
  .localBody {
    
    //margin-bottom : 20px;    
    width   : 680px;
    display : block;
    margin-left:auto;
    margin-right:none;
  }
  
  .sitemenu { 
    color : White;
    width : 700px;
    /*margin-top : 100px;*/
    /*margin-bottom : 20px;*/   
    padding-bottom : 25px;
    padding-top : 25px;
    /*padding-left:100px;*/
    display        : block;
    margin-left:auto;
    margin-right:auto;
    /*border-bottom : 1px dotted black;*/
    background: url(/images/menu.png) left no-repeat;
  }
      .sitemenu a:link {
        color   : White;
        text-decoration: none;
      }
      .sitemenu a:active {
        color   : White;
        text-decoration: none;
      }
      .sitemenu a:visited {
        color   : White;
        text-decoration: none;
      }
      .sitemenu a:hover {
        color   : White;
        text-decoration: underline;
      }
  
  .menucontent {
    padding-left:25px;
  }


/* push footer down to bottom of page */           
html, body, .main {
  height: 100% ;
}
.page-wrap { /* does not have display:block, but also no direct content */
/*     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -2em;*/
    margin:0 auto -2em;
    min-height:100%;
}
.push{
  height : 2em;
}
.clear {
  clear : both;
}
.footer{
  height : 2em;
  width            : 700px;
  display          : block;
  font-size        : 10pt;
  margin-left:auto;
  margin-right:auto;
}
      .footer a:link {
        color   : Black;
        text-decoration: none;
      }
      .footer a:active {
        color   : Black;
        text-decoration: none;
      }
      .footer a:visited {
        color   : Black;
        text-decoration: none;
      }
      .footer a:hover {
        color   : Black;
        text-decoration: underline;
      }


  .leftFooter {
  //  margin-top : 20px;
  //  display        : block;
    font-size      : 10pt;
    float: left;
  }

  .rightFooter {
    margin-right : 20px;
  //  display        : block;
    font-size      : 10pt;
    float:right;
  }
  
  .sidebar {
    color:White;
    top:140px;
    position: fixed;
    width: 200px;
    background: url(/images/sb-mid.png) right repeat-y 
  }
  .sidebar::before {
    display: block;
    line-height: 0;
    background: url(/images/sb-tr.png) top right no-repeat;
    content: url(/images/sb-tl.png) 
  }
  .sidebar::after {
    display: block;
    line-height: 0;
    background: url(/images/sb-br.png) bottom right no-repeat;
    content: url(/images/sb-bl.png) 
  }

  .sidebarcontent{
    padding-left:25px;
    display:block;
  }
      .sidebarcontent a:link {
        color   : White;
        text-decoration: none;
      }
      .sidebarcontent a:active {
        color   : White;
        text-decoration: none;
      }
      .sidebarcontent a:visited {
        color   : White;
        text-decoration: none;
      }
      .sidebarcontent a:hover {
        color   : White;
        text-decoration: underline;
      }
      
    
html {
  height: 100%;
  overflow-y: scroll; /* force scrollbar */
}


  .selectedpagelink {
    color: #880000;
  }
      .selectedpagelink a:link {
        color: #880000;
        text-decoration: none;
      }
      .selectedpagelink a:active {
        color: #880000;
        text-decoration: none;
      }
      .selectedpagelink a:visited {
        color: #880000;
        text-decoration: none;
      }
      .selectedpagelink a:hover {
        color: #880000;
        text-decoration: underline;
      }
      
   
h1 {
  font-weight: normal;
  font-size: 16pt;
  font-weight:bold;
  margin-top:10pt;
  margin-bottom:10pt;
  text-decoration: none;
  color: #880000;
}

pre {
  margin: 5px 15px 5px 5px;
  padding: 5px 5px 5px 5px;
  background: #EEEEEE;
}

li {
  list-style: disc inside;
  padding-left: 20px;
}

.original-page { 
  position: absolute;
  right: 10px;
  width: 680px;
}

.preview-page{
  position: absolute;
  left: 10px;
  width: 680px;
}

#hidden-diff-page div textarea {
  height : 2000px;
}

.small-preview-text {
border-style:solid;
border-width:1px;
font-size:8pt;
height:150px;
margin:6px 0 0 20px;
overflow:scroll;
}
.search-result-row{
-moz-border-radius:10px 10px;
-webkit-border-radius:10px 10px;
border-radius:10px 10px;
border-style:solid;
border-width:2px;
padding:5px;
margin-top:6px;
}
.search-form-top{
  float:right;
margin:-1px 13px 0 0;
}
.highlight-search-text{
  background-color: yellow;
}