|
1 @charset "UTF-8"; |
|
2 |
|
3 body { |
|
4 |
|
5 font-family: Arial, Helvetica, sans serif; |
|
6 font-size: 12px; |
|
7 color: #4F5155; |
|
8 margin: 5px; |
|
9 padding: 0px; |
|
10 min-width:750px; |
|
11 text-align: justify; |
|
12 } |
|
13 |
|
14 a img,a:link img, a:active img, a:visited img, a:hover img { |
|
15 border:0px; |
|
16 } |
|
17 |
|
18 |
|
19 a:link |
|
20 { |
|
21 text-decoration: none; |
|
22 color: #2181b1; |
|
23 text-decoration: none; |
|
24 font-family: Arial, Helvetica, sans-serif; |
|
25 /*font-weight: bold;*/ |
|
26 } |
|
27 |
|
28 a:hover |
|
29 { |
|
30 color: #2181b1; |
|
31 text-decoration: none; |
|
32 font-family: Arial, Helvetica, sans-serif; |
|
33 /*border-bottom-width: 1px; |
|
34 border-bottom-style: dashed; |
|
35 border-bottom-color: #2c8084; |
|
36 /*font-weight: bold;*/ |
|
37 } |
|
38 a:visited { |
|
39 color: #2181b1; |
|
40 font-family: Arial, Helvetica, sans-serif; |
|
41 /*font-weight: bold;*/ |
|
42 } |
|
43 |
|
44 |
|
45 #header |
|
46 { |
|
47 padding: .5em; |
|
48 border-bottom: 1px solid gray; |
|
49 border-left: 1px solid gray; |
|
50 padding: 1em; |
|
51 } |
|
52 |
|
53 #header a |
|
54 { |
|
55 text-decoration: none; |
|
56 } |
|
57 |
|
58 |
|
59 #header_left |
|
60 { |
|
61 max-width: 8em; |
|
62 font-size: 40px; |
|
63 font-weight : bold; |
|
64 text-align: left; |
|
65 text-transform: uppercase; |
|
66 } |
|
67 |
|
68 |
|
69 #header_left a:hover, #header_left a:visited, #header_left a:link, #header_left a:active, #header_left a:focus |
|
70 { |
|
71 color: #4F5155; |
|
72 text-decoration: none; |
|
73 } |
|
74 |
|
75 |
|
76 #header_right |
|
77 { |
|
78 text-align: right; |
|
79 } |
|
80 |
|
81 #header_right a:link |
|
82 { |
|
83 text-decoration: none; |
|
84 text-decoration: none; |
|
85 color: white; |
|
86 } |
|
87 |
|
88 #header_right a:hover |
|
89 { |
|
90 text-decoration: none; |
|
91 color: white; |
|
92 } |
|
93 |
|
94 #header_right a:visited { |
|
95 text-decoration: none; |
|
96 color: white; |
|
97 } |
|
98 |
|
99 |
|
100 #footer |
|
101 { |
|
102 clear: both; |
|
103 margin: 0; |
|
104 padding: .5em; |
|
105 /*background-color: #ddd;*/ |
|
106 border-top: 1px solid gray; |
|
107 } |
|
108 |
|
109 .version |
|
110 { |
|
111 text-align: right; |
|
112 color: white; |
|
113 font-size:9px; |
|
114 } |
|
115 |
|
116 .version a:link |
|
117 { |
|
118 text-decoration: none; |
|
119 color: white; |
|
120 text-decoration: bold; |
|
121 font-weight: bold; |
|
122 border-bottom-style: none; |
|
123 } |
|
124 |
|
125 .version a:hover |
|
126 { |
|
127 color: #2c8084; |
|
128 text-decoration: none; |
|
129 font-weight: bold; |
|
130 border-bottom-width: 0px; |
|
131 border-bottom-style: none; |
|
132 } |
|
133 |
|
134 .version a:active |
|
135 { |
|
136 color: white; |
|
137 text-decoration: none; |
|
138 font-weight: bold; |
|
139 border-bottom-style: none; |
|
140 } |
|
141 |
|
142 .version a:visited |
|
143 { |
|
144 color: white; |
|
145 font-weight: bold; |
|
146 border-bottom-style: none; |
|
147 } |
|
148 |
|
149 .small |
|
150 { |
|
151 font-size:9px; |
|
152 } |
|
153 |
|
154 .footer_img |
|
155 { |
|
156 float: left; |
|
157 } |
|
158 |
|
159 .footer_img img |
|
160 { |
|
161 padding-left: 10px; |
|
162 padding-right: 10px; |
|
163 } |
|
164 |
|
165 .footer_img a |
|
166 { |
|
167 color: white; |
|
168 } |
|
169 |
|
170 .footer_img a:link |
|
171 { |
|
172 color: white; |
|
173 } |
|
174 |
|
175 .footer_img a:hover |
|
176 { |
|
177 color: white; |
|
178 } |
|
179 |
|
180 .footer_img a:visited |
|
181 { |
|
182 color: white; |
|
183 } |
|
184 |
|
185 |
|
186 #home_links |
|
187 { |
|
188 line-height: 150% |
|
189 } |
|
190 |
|
191 #search_form_div { |
|
192 text-align: center; |
|
193 padding: 10px; |
|
194 margin: 10px 10px; |
|
195 margin-bottom: 30px; |
|
196 background-color:#ececec; |
|
197 border: 1px solid #7E7E7E |
|
198 } |
|
199 |
|
200 #search_form ul { |
|
201 list-style-type: none; |
|
202 margin: 0; |
|
203 padding: 0; |
|
204 } |
|
205 |
|
206 #search_form ul li { |
|
207 display: inline; |
|
208 } |
|
209 |
|
210 #toolbar { |
|
211 margin-top: 10px; |
|
212 border-bottom: 3px solid #707070; |
|
213 } |
|
214 |
|
215 #inner_content { |
|
216 padding: 40px 0px 50px 0px; |
|
217 } |
|
218 |
|
219 #loginstate { |
|
220 text-align: right; |
|
221 } |
|
222 |
|
223 .projectscontentstitle { |
|
224 color: #949494; |
|
225 font-family: Verdana; |
|
226 font-weight: lighter; |
|
227 font-size: 2.0em; |
|
228 font-style: normal; |
|
229 text-align: left; |
|
230 } |
|
231 |
|
232 |
|
233 #loginstate a, #loginstate a:hover, #loginstate a:visited, #loginstate a:link, #loginstate a:active { |
|
234 color:#0063DC; |
|
235 margin-right:4px; |
|
236 text-decoration:none; |
|
237 } |
|
238 |
|
239 #loginstate a:hover{ |
|
240 text-decoration: underline; |
|
241 } |
|
242 |
|
243 #loginstate ul { |
|
244 margin:0; |
|
245 padding:0; |
|
246 float: left; |
|
247 } |
|
248 #loginstate li{ |
|
249 display: inline; |
|
250 padding:0; |
|
251 margin:0; |
|
252 } |
|
253 #loginstate #user{ |
|
254 color: #000000; |
|
255 font-weight: bold; |
|
256 margin-right:4px; |
|
257 } |
|
258 #loginstate ul .usertool a, |
|
259 #loginstate ul .usertool a:link, |
|
260 #loginstate ul .usertool a:visited { |
|
261 color:#0063DC; |
|
262 text-decoration:none; |
|
263 } |
|
264 |
|
265 #loginstate ul .usertool a:hover { |
|
266 color:#0063DC; |
|
267 text-decoration:underline; |
|
268 } |
|
269 |
|
270 .errorlist |
|
271 { |
|
272 color: red; |
|
273 font-size:12px |
|
274 } |
|
275 |
|
276 |
|
277 |
|
278 |
|
279 |