| | |
| | | color: #333333; |
| | | } |
| | | |
| | | #mainscreen |
| | | #addressscreen |
| | | { |
| | | position: absolute; |
| | | top: 85px; |
| | | right: 20px; |
| | | bottom: 40px; |
| | | left: 200px; |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(document.documentElement.clientWidth)-220)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
| | | } |
| | | |
| | | #directorylist |
| | |
| | | border: 1px solid #999999; |
| | | background-color: #F9F9F9; |
| | | overflow: hidden; |
| | | /* css hack for IE */ |
| | | height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
| | | } |
| | | |
| | | #addresslist |
| | |
| | | border: 1px solid #999999; |
| | | background-color: #F9F9F9; |
| | | overflow: auto; |
| | | /* css hack for IE */ |
| | | height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
| | | } |
| | | |
| | | #importbox |
| | |
| | | background-color: #F9F9F9; |
| | | padding-bottom: 4ex; |
| | | overflow: auto; |
| | | /* css hack for IE */ |
| | | height: expression((parseInt(document.documentElement.clientHeight)-135)+'px'); |
| | | } |
| | | |
| | | #addresslist |
| | |
| | | { |
| | | width: 100%; |
| | | table-layout: fixed; |
| | | /* css hack for IE */ |
| | | width: expression(document.getElementById('addresslist').clientWidth); |
| | | } |
| | | |
| | | |
| | |
| | | bottom: 0px; |
| | | border: 1px solid #999999; |
| | | overflow: hidden; |
| | | /* css hack for IE */ |
| | | height: expression(parseInt(this.parentNode.offsetHeight)+'px'); |
| | | width: expression((parseInt(this.parentNode.offsetWidth)-555)+'px'); |
| | | } |
| | | |
| | | body.iframe, |
| | |
| | | color: #333; |
| | | font-size: 11px; |
| | | font-weight: bold; |
| | | background-color: #EBEBEB; |
| | | background-image: url(images/listheader_aqua.gif); |
| | | background: url('images/listheader.gif') top left repeat-x #CCC; |
| | | white-space: nowrap; |
| | | } |
| | | |