| | |
| | | padding: 0; |
| | | } |
| | | |
| | | #directorylist ul |
| | | #directorylist ul li |
| | | { |
| | | font-size: 11px; |
| | | border-bottom: 1px solid #EBEBEB; |
| | |
| | | |
| | | #contacts-table tbody td |
| | | { |
| | | cursor: pointer; |
| | | cursor: default; |
| | | } |
| | | |
| | | |
| | |
| | | position: absolute; |
| | | top: 85px; |
| | | left: 540px; |
| | | right: 30px; |
| | | right: 20px; |
| | | bottom: 40px; |
| | | border: 1px solid #999999; |
| | | overflow: hidden; |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(document.documentElement.clientWidth)-70-document.getElementById('addresslist').offsetWidth)+'px'); |
| | | width: expression((parseInt(document.documentElement.clientWidth)-45-document.getElementById('addresslist').offsetLeft-document.getElementById('addresslist').offsetWidth)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-135)+'px'); |
| | | } |
| | | |