body {
         background-color: rgb(255, 255, 255);
         color: rgb(0, 0, 0);
     }
h1 {
       font-size: 24pt;
       font-family: Tahoma, serif;
   }
h2 {
       font-family: Tahoma, serif;
       font-size: 18pt;
}
h3 {
       font-family: Tahoma, serif;
       font-size: 14pt;
   }
p {
      margin-top: 2px;
      font-size: 1em;
      line-height: 1.1em;
  }


a {
      color: #CC6600;
      font-family: monospace;
  }
a:visited {
              color: #CC6600
          }
a:hover {
            color: #800000;
            font-weight: bold
        }
a img {
          border: none;
      }


#header {
        }
        
#sflogo {
            position: absolute;
            top: 10px;
            right: 15px;
        }
     
#main {
          border-left: 10px solid #C0C0C0;
          margin: 0px 0px 10px 10px;
          padding: 0px 0px 10px 10px;
      }
      
#menu {
          margin:0px 200px 0px 0px;
          line-height: 0.9em;
      }
          
#body {
          margin:0px 200px 0px 0px;
      }
      
#join {
          position: absolute;
          top: 40px;
          left: 550px;
      }
      
#sharpsterlogo {
                   position: absolute;
                   right: 15px;
                   top: 45px;
               }
      
#footer {
            position: absolute;
            right: 10px;
            top: 570px;
            width: 90px;
            vertical-align:middle;
            text-align:center;
        }
            
			
.bold { font-weight: bold; }

.topmenuitem {
                 font-family: monospace, 'lucida console', sans-serif;
                 font-size: medium;
                 font-weight: bold;
                 color: #808080
             }
             
.lowmenuitem {
                 font-family: monospace, 'lucida console', sans-serif;
                 font-size: small;
                 color: #808080;
             }
             
.small {
           font-size: small;
           font-weight: normal;
       }
       
.code {
           border: thin solid black;
           color: #000000;
           background-color: #DEDEDE;
           font-family: monospace;
           padding-left: 10px;
       }

.pluginname {
                 font-size:12.0pt;
                 font-family: 'Times New Roman';
                 mso-fareast-font-family: 'Times New Roman';
                 mso-ansi-language: EN-US;
                 mso-fareast-language:EN-US;
                 mso-bidi-language:AR-SA
            }

.argumentlist {
                list-style-type: none;
              }

.configlist {
                list-style-type: none;
                margin-top: 5px;
            }
             
.configtext {
            }

.nobreak {
              white-space: nowrap;
          }

.commandcell {
                  width: 60%;
             }
              
.descriptioncell {
                     width: 40%;
                 }
                  
#commandtableheading {
                         background-color:#CCCCCC;
                     }
