Project

General

Profile

1
/*---------------- Search Box */
2
#FSearchBox {
3
    float: left;
4
}
5
#MSearchBox {
6
    padding: 0px;
7
    margin: 0px;
8
    border: none;
9
    border: 1px solid #84B0C7;
10
    white-space: nowrap;
11
    -moz-border-radius: 8px;
12
    -webkit-border-top-left-radius: 8px;
13
    -webkit-border-top-right-radius: 8px;
14
    -webkit-border-bottom-left-radius: 8px;
15
    -webkit-border-bottom-right-radius: 8px;
16
}
17
#MSearchField {
18
    font: 9pt Arial, Verdana, sans-serif;
19
    color: #999999;
20
    background-color: #FFFFFF;
21
    font-style: normal;
22
    cursor: text;
23
    padding: 1px 1px;
24
    margin: 0px 6px 0px 0px;
25
    border: none;
26
    outline: none;
27
    vertical-align: middle;
28
}
29
.MSearchBoxActive #MSearchField {
30
    color: #000000;
31
}
32
#MSearchSelect {
33
    float : none;
34
    display : inline;
35
    background : none;
36
    font: 9pt Verdana, sans-serif;
37
    border: none;
38
    margin: 0px 0px 0px 6px;
39
    vertical-align: middle;
40
    padding: 0px 0px;
41
}
42

    
43
#MSearchClose {
44
    float : none;
45
    display : none;
46
    background : none;
47
    border: none;
48
    margin: 0px 4px 0px 0px;
49
    padding: 0px 0px;
50
    outline: none;
51
}
52

    
53
#MSearchCloseImg {
54
    vertical-align: middle;
55
}
56

    
57
.MSearchBoxLeft {
58
    display: block;
59
    text-align: left;
60
    float: left;
61
    margin-left: 6px;
62
}
63
.MSearchBoxRight {
64
    display: block;
65
    float: right;
66
    text-align: right;
67
    margin-right: 6px;
68
}
69
.MSearchBoxSpacer {
70
    font-size: 0px;
71
    clear: both;
72
}
73
.MSearchBoxRow {
74
    font-size: 0px;
75
    clear: both;
76
}
77

    
78
/*---------------- Search filter selection */
79

    
80
#MSearchSelectWindow {
81
    display: none;
82
    position: absolute;
83
    left: 0; top: 0;
84
    border: 1px solid #A0A0A0;
85
    background-color: #FAFAFA;
86
    z-index: 1;
87
    padding-top: 4px;
88
    padding-bottom: 4px;
89
    -moz-border-radius: 4px;
90
    -webkit-border-top-left-radius: 4px;
91
    -webkit-border-top-right-radius: 4px;
92
    -webkit-border-bottom-left-radius: 4px;
93
    -webkit-border-bottom-right-radius: 4px;
94
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
95
    }
96
.SelectItem {
97
    font: 8pt Arial, Verdana, sans-serif;
98
    padding-left:  2px;
99
    padding-right: 12px;
100
    border: 0px;
101
}
102
span.SelectionMark {
103
    margin-right: 4px;
104
    font-family: monospace;
105
    outline-style: none;
106
    text-decoration: none;
107
}
108
a.SelectItem {
109
    display: block;
110
    outline-style: none;
111
    color: #000000; 
112
    text-decoration: none;
113
    padding-left:   6px;
114
    padding-right: 12px;
115
}
116
a.SelectItem:focus,
117
a.SelectItem:active {
118
    color: #000000; 
119
    outline-style: none;
120
    text-decoration: none;
121
}
122
a.SelectItem:hover {
123
    color: #FFFFFF;
124
    background-color: #2A50E4;
125
    outline-style: none;
126
    text-decoration: none;
127
    cursor: pointer;
128
    display: block;
129
}
130

    
131
/*---------------- Search results window */
132

    
133
iframe#MSearchResults {
134
    width: 60ex;
135
    height: 15em;
136
    }
137
#MSearchResultsWindow {
138
    display: none;
139
    position: absolute;
140
    left: 0; top: 0;
141
    border: 1px solid #000000;
142
    background-color: #EEF3F5;
143
    }
144

    
145
/* ----------------------------------- */
146

    
147

    
148
#SRIndex {
149
    clear:both; 
150
    padding-bottom: 15px;
151
}
152

    
153
.SREntry {
154
    font-size: 10pt;
155
    padding-left: 1ex;
156
}
157
.SRPage .SREntry {
158
    font-size: 8pt;
159
    padding: 1px 5px;
160
}
161
body.SRPage {
162
    margin: 5px 2px;
163
}
164

    
165
.SRChildren {
166
    padding-left: 3ex; padding-bottom: .5em 
167
}
168
.SRPage .SRChildren {
169
    display: none;
170
}
171
.SRSymbol {
172
    font-weight: bold; color: #153788;
173
    font-family: Arial, Verdana, sans-serif;
174
    text-decoration: none;
175
    outline: none;
176
}
177

    
178
a.SRScope {
179
    display: block;
180
    color: #153788; 
181
    font-family: Arial, Verdana, sans-serif;
182
    text-decoration: none;
183
    outline: none;
184
}
185

    
186
a.SRSymbol:focus, a.SRSymbol:active,
187
a.SRScope:focus, a.SRScope:active {
188
    text-decoration: underline;
189
}
190

    
191
.SRPage .SRStatus {
192
    padding: 2px 5px;
193
    font-size: 8pt;
194
    font-style: italic;
195
}
196

    
197
.SRResult {
198
    display: none;
199
}
200

    
(15-15/17)