#main
{
margin: 0 250px 0 250px;
padding: 0;
width: 500px;
line-height: 1.5em;
}

body {
margin-left: 0;
}
#navigation {	     
        font-weight: bold;
        font-size: .8em;
        width: 13em;
        border: 1px solid black;
        margin-bottom: 1em;
        margin-left: 0;
        line-height: 2em;
        float: left;
        position:fixed;
     }

#logo {
margin-top: 1em;
margin-bottom: 1.5em;
text-align: center;
}

fieldset { 
position:relative;
padding:15px;
border: 1px solid #0099FF;
background:#BBDDFF; 
margin: 10px 0 10px 0;
width: 700px;
} 

legend { 
font-family: Arial,Helvetica,sans-serif; 
font-weight: bold; 
font-size: 1.1em; 
position:absolute;
margin-top:-2px;
top:-.5em;
color:#000;
}

table {
border-width: 1px;
border-spacing: 2px;
border-style: solid;
border-color: #0099FF;
background-color: #BBDDFF;
}

td {
padding-left: 5px;

}

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#606;
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: white;
    text-decoration: none;
}

hr {
width: 40%;
color: #0099FF;
background-color: #0099FF;
height: 2px;
} 

.inputField{border:1px #C0C0C0 solid;}
.hilightedInputField{background:#FF99FF;border:1px #333333 solid;} 

#rightProgress {
        font-size: .8em;
        width: 13em;
        border: 1px solid black;
        margin-bottom: 1em;
        margin-right: 0;
        margin-left: 45em;
        margin-top: 1em;
        float: right;
        position: absolute;
 }

#center {
margin: 1em 0 0 13em;
padding: 0;
width: 40%;
line-height: 1.5em;
float: left;
}

div.row, div.row3{
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 130px;
  text-align: left;
  }

div.cellright span.label {
  width: 110px;
  text-align: center;
  }

div.row span.formw {
  float: left;
  width: 215px;
  text-align: left;
  } 

div.cellleft span.formw {
   padding-right: 30px;
}

div.button {
    float: right;
}

div.row3 span.label {
  float: left;
  width: 80px;
  text-align: left;
  }

div.row3 span.formw {
  float: left;
  width: 40px;
  text-align: left;
  } 

div.cell3left {
     float: left;
     margin: 0;
     padding: 0;
     width: 220px;
}

div.cell3left span.label {
    width: 60px;
}

div.cell3mid {
     float: left;
     margin: 0;
     padding: 0;
}

div.cell3right {
     float: right;
     margin: 0;
     padding: 0;
     width: 34%
}

div.cell3right span.label {
    width: 110px;
}




