/* CSS Document */

/* content distributed in divs with 5 classes: navbar, newswire, center, header, footer */
.header { position:absolute; top:0px; right:20px; height:120px; width:100%; }
.footer { position:absolute; bottom:0px; right:20px; }
.content { width: 600px; position:absolute; top:20px; left:120px; padding:10px; margin:0px; }

a:link {color: #999999;text-decoration: none;}
a:visited {color: #999999;text-decoration: none;}
a:active {color: #808080;text-decoration: none;}
a:hover {color: #999999;text-decoration: none;} 

a:link img, a:visited img, a:focus img, a:hover img { border: 1px #999999 solid; }
a:active img { border: 1px #808080 solid; }

body { font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:11px; background: #ffffff}

body { min-width:750px; }

img { margin: 6px; }

div.section { float: left; }

.navbar { 
      position:absolute; 
      top:20px; 
      left:20px; 
      width:60px; 
      height:60px; 
/*      background-color:#e6e6e6; */
      margin:0px;
      font-size: 10px; 
      font-weight: normal; 
      color: #999999;
      text-align: center; 
      padding: 6px; 
      margin-bottom: 6px; 
/*      border: 1px solid #999999; */
}


.navbar ul{
    margin:0;
    padding:0;
    list-style:none;
    }
.navbar li{
    display:inline;
    margin:0;
    padding:0;
    }

table.form {
      width: 100%; }

/* forms */
.form { width:520px; padding:10px; }
.form dd { margin:6px; }
.textarea { width:500px; height:60px; }
.htmlarea { width:500px; height:180px; }
.textinput { width:500px; }
.passwordinput { width:500px; }
.fileinput { width:500px; }
.selectinput { width:500px; }
.checklist { }
.checkbox { }
.submitinput { }

