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 #header_left a:link |
|
69 { |
|
70 text-decoration: none; |
|
71 } |
|
72 |
|
73 #header_left a:hover |
|
74 { |
|
75 color: #4F5155; |
|
76 text-decoration: none; |
|
77 } |
|
78 #header_left a:visited { |
|
79 color: #4F5155; |
|
80 text-decoration: none; |
|
81 } |
|
82 |
|
83 |
|
84 #header_right |
|
85 { |
|
86 text-align: right; |
|
87 } |
|
88 |
|
89 #header_right a:link |
|
90 { |
|
91 text-decoration: none; |
|
92 text-decoration: none; |
|
93 color: white; |
|
94 } |
|
95 |
|
96 #header_right a:hover |
|
97 { |
|
98 text-decoration: none; |
|
99 color: white; |
|
100 } |
|
101 |
|
102 #header_right a:visited { |
|
103 text-decoration: none; |
|
104 color: white; |
|
105 } |
|
106 |
|
107 |
|
108 #footer |
|
109 { |
|
110 clear: both; |
|
111 margin: 0; |
|
112 padding: .5em; |
|
113 /*background-color: #ddd;*/ |
|
114 border-top: 1px solid gray; |
|
115 } |
|
116 |
|
117 .version |
|
118 { |
|
119 text-align: right; |
|
120 color: white; |
|
121 font-size:9px; |
|
122 } |
|
123 |
|
124 .version a:link |
|
125 { |
|
126 text-decoration: none; |
|
127 color: white; |
|
128 text-decoration: bold; |
|
129 font-weight: bold; |
|
130 border-bottom-style: none; |
|
131 } |
|
132 |
|
133 .version a:hover |
|
134 { |
|
135 color: #2c8084; |
|
136 text-decoration: none; |
|
137 font-weight: bold; |
|
138 border-bottom-width: 0px; |
|
139 border-bottom-style: none; |
|
140 } |
|
141 |
|
142 .version a:active |
|
143 { |
|
144 color: white; |
|
145 text-decoration: none; |
|
146 font-weight: bold; |
|
147 border-bottom-style: none; |
|
148 } |
|
149 |
|
150 .version a:visited |
|
151 { |
|
152 color: white; |
|
153 font-weight: bold; |
|
154 border-bottom-style: none; |
|
155 } |
|
156 |
|
157 .small |
|
158 { |
|
159 font-size:9px; |
|
160 } |
|
161 |
|
162 .footer_img |
|
163 { |
|
164 float: left; |
|
165 } |
|
166 |
|
167 .footer_img img |
|
168 { |
|
169 padding-left: 10px; |
|
170 padding-right: 10px; |
|
171 } |
|
172 |
|
173 .footer_img a |
|
174 { |
|
175 color: white; |
|
176 } |
|
177 |
|
178 .footer_img a:link |
|
179 { |
|
180 color: white; |
|
181 } |
|
182 |
|
183 .footer_img a:hover |
|
184 { |
|
185 color: white; |
|
186 } |
|
187 |
|
188 .footer_img a:visited |
|
189 { |
|
190 color: white; |
|
191 } |
|
192 |
|
193 |
|
194 #home_links |
|
195 { |
|
196 line-height: 150% |
|
197 } |
|
198 |
|
199 #search_form_div { |
|
200 text-align: center; |
|
201 padding: 10px; |
|
202 margin: 10px 10px; |
|
203 margin-bottom: 30px; |
|
204 background-color:#ececec; |
|
205 border: 1px solid #7E7E7E |
|
206 } |
|
207 |
|
208 #search_form ul { |
|
209 list-style-type: none; |
|
210 margin: 0; |
|
211 padding: 0; |
|
212 } |
|
213 |
|
214 #search_form ul li { |
|
215 display: inline; |
|
216 } |
|
217 |
|
218 #toolbar { |
|
219 margin-top: 10px; |
|
220 border-bottom: 3px solid #707070; |
|
221 } |
|
222 |
|
223 #inner_content { |
|
224 padding: 40px 0px 50px 0px; |
|
225 } |
|
226 |
|
227 #loginstate { |
|
228 text-align: right; |
|
229 } |
|
230 |
|
231 .projectscontentstitle { |
|
232 color: #949494; |
|
233 font-family: Verdana; |
|
234 font-weight: lighter; |
|
235 font-size: 2.0em; |
|
236 font-style: normal; |
|
237 text-align: left; |
|
238 } |
|