
#header {
    position: absolute; width: 1050px; height: 45px; top: 10px; left: 10px;
    padding-left: 0px; padding-bottom: 0px; padding-top: 0px; background-color: white;
    font-family: Helvetica, Verdana, sans-serif;
}
#menu {
    position: absolute; width: 180px; top: 65px; left: 10px;
    padding-left: 10px; padding-bottom: 20px; padding-top: 10px;
    background-color: silver;
    font-family: Helvetica, Verdana, sans-serif;
}
#main {
    position: absolute; width: 840px; top: 65px; left: 210px;
    padding: 10px;
    background-color:silver;
    font-family:  DejaVuSerif, Georgia, serif;
}


/*body{
    background-color: white;
}*/

/*#pointNumber {
    width: 60px;
}
#pointName{
    width: 120px;
}*/
/*p{
    font-weight: bold;
}*/


/* Sortable tables header */
table.sortable thead {
  background-color:#eee;
  color:#666666;
  font-weight: bold;
  cursor: default;
}


select, option{
    font-size:inherit;
}

input {
    font-size:inherit;
}

input.box1{
    width:1em;
}

input.box2, input.box3{
    width:2em;
}


input.box4{
    width:4em;
}

input.box5{
    width:5em;
}

input.box6, input.box7{
    width:6em;
}



input.box12{
    width:8em;
}

input.box15{
    width:9em;
}

input.box20{
    width:11em;
}

input.box80{
    width:44em;
}

.small{
    font-size:smaller;
}




.evenRow {
    background-color: #DCDCDC;
}
.help{
    font-style: oblique ; font-size: 10pt;
}
.error{
    color: #FF4500;
}
.warning{
    color: #4682B4;
}