div {
}
table.entrytab {
white-space: nowrap;
}
#container {
width: 910px;
border: dotted black 1px;
background-color: #EEE;
height: 650px;
}
#div1 {
position: absolute;
top: 60px;
left: 10px;
width: 80px;
border: outset black 1px;
height: 585px;
background-color: #CCF;
overflow: auto;
}
#maingrid {
position: absolute;
top: 60px;
left: 100px;
border: outset black 1px;
width: 796px;
height: 580px;
background: #cFC url(bkgrnd_greydots.png) repeat scroll 0 0;
padding: 2px;
clear: both;
}
#div3 {
position: absolute;
top: 8px;
left: 10px;
width: 890px;
height: 45px;
border: outset black 1px;
background-color: #FCC;
}