body { background-color: #ddf; margin: 5px; font: normal 10pt verdana, arial, sans-serif; } .sidemenu { border: none; padding: 3px; width: 150px; position: fixed; left: 5px; top: 5px; } div#toolbar { position: fixed; top: 0; right: 0; left: 163px; height: 20px; border: solid 1px black; background-color: silver; } .main { top: 21px; bottom: 0; right: 0; left: 163px; position: absolute; border: solid 1px black; } div#toppane { top: 0; left: 0; right: 0; bottom: 50%; position: absolute; overflow: auto; } div#bottompane { top: 50%; bottom: 0; right: 0; left: 0; position: absolute; border: solid 1px black; background-color: white; overflow: auto; } div.messagelist table { border-spacing: 0px 0px; } div.messagelist td,th { /* border: solid 1px black;*/ text-align: left; padding: 0px 3px 0px 3px; } div.messagelist tr { cursor: pointer; } div.messagelist tr:hover { background-color: #bcd; } tr.msg_row_unseen { font-weight: bold; } tr.msg_row_deleted { color: #aaa; }