1#link__wiz {
2    position: absolute;
3    display: block;
4    z-index: 99;
5    width:   300px;
6    height:  250px;
7    padding: 0;
8    margin:  0;
9    overflow: hidden;
10    border: 1px solid __border__;
11    background-color: __background_neu__;
12    text-align: center;
13}
14
15#link__wiz_header {
16    background-color: __background_alt__;
17    height: 16px;
18    margin-bottom: 5px;
19    cursor: move;
20}
21
22#link__wiz_close {
23    cursor: pointer;
24    margin: 0;
25}
26
27#link__wiz_result {
28    background-color: __background__;
29    width:  293px;
30    height: 193px;
31    overflow: auto;
32    border: 1px solid __border__;
33    margin: 3px auto;
34    text-align: left;
35}
36
37#link__wiz_result div.type_u {
38    padding: 3px 3px 3px 22px;
39    background: transparent url(../../images/up.png) 3px 3px no-repeat;
40}
41
42#link__wiz_result div.type_f {
43    padding: 3px 3px 3px 22px;
44    background: transparent url(../../images/page.png) 3px 3px no-repeat;
45}
46
47#link__wiz_result div.type_d {
48    padding: 3px 3px 3px 22px;
49    background: transparent url(../../images/ns.png) 3px 3px no-repeat;
50}
51
52#link__wiz_result div.even {
53    background-color: __background_neu__;
54}
55
56#link__wiz_result div.selected {
57    background-color: __background_alt__;
58}
59
60#link__wiz_result span {
61    display: block;
62    color: __text_neu__;
63}
64
65/*FIXME maybe move to a more general style sheet*/
66.ondrag {
67    cursor: move;
68    opacity: 0.8;
69}
70