|
1 body { |
|
2 |
|
3 font-family: Arial, Helvetica, sans serif; |
|
4 font-size: 12px; |
|
5 color: #4F5155; |
|
6 margin: 5px; |
|
7 padding: 0px; |
|
8 min-width:750px; |
|
9 text-align: justify; |
|
10 } |
|
11 |
|
12 a img,a:link img, a:active img, a:visited img, a:hover img { |
|
13 border:0px; |
|
14 } |
|
15 |
|
16 |
|
17 a:link |
|
18 { |
|
19 text-decoration: none; |
|
20 color: #2181b1; |
|
21 text-decoration: none; |
|
22 font-family: Arial, Helvetica, sans-serif; |
|
23 /*font-weight: bold;*/ |
|
24 } |
|
25 |
|
26 a:hover |
|
27 { |
|
28 color: #2181b1; |
|
29 text-decoration: none; |
|
30 font-family: Arial, Helvetica, sans-serif; |
|
31 /*border-bottom-width: 1px; |
|
32 border-bottom-style: dashed; |
|
33 border-bottom-color: #2c8084; |
|
34 /*font-weight: bold;*/ |
|
35 } |
|
36 a:visited { |
|
37 color: #2181b1; |
|
38 font-family: Arial, Helvetica, sans-serif; |
|
39 /*font-weight: bold;*/ |
|
40 } |
|
41 |
|
42 |
|
43 #header |
|
44 { |
|
45 padding: .5em; |
|
46 border-bottom: 1px solid gray; |
|
47 border-left: 1px solid gray; |
|
48 padding: 1em; |
|
49 } |
|
50 |
|
51 #header a |
|
52 { |
|
53 text-decoration: none; |
|
54 } |
|
55 |
|
56 |
|
57 #header_left |
|
58 { |
|
59 max-width: 8em; |
|
60 font-size: 40px; |
|
61 font-weight : bold; |
|
62 text-align: left; |
|
63 text-transform: uppercase; |
|
64 } |
|
65 |
|
66 #header_left a:link |
|
67 { |
|
68 text-decoration: none; |
|
69 } |
|
70 |
|
71 #header_left a:hover |
|
72 { |
|
73 color: #4F5155; |
|
74 text-decoration: none; |
|
75 } |
|
76 #header_left a:visited { |
|
77 color: #4F5155; |
|
78 text-decoration: none; |
|
79 } |
|
80 |
|
81 |
|
82 #header_right |
|
83 { |
|
84 text-align: right; |
|
85 } |
|
86 |
|
87 #header_right a:link |
|
88 { |
|
89 text-decoration: none; |
|
90 text-decoration: none; |
|
91 color: white; |
|
92 } |
|
93 |
|
94 #header_right a:hover |
|
95 { |
|
96 text-decoration: none; |
|
97 color: white; |
|
98 } |
|
99 |
|
100 #header_right a:visited { |
|
101 text-decoration: none; |
|
102 color: white; |
|
103 } |
|
104 |
|
105 |
|
106 #footer |
|
107 { |
|
108 clear: both; |
|
109 margin: 0; |
|
110 padding: .5em; |
|
111 /*background-color: #ddd;*/ |
|
112 border-top: 1px solid gray; |
|
113 } |
|
114 |
|
115 .version |
|
116 { |
|
117 text-align: right; |
|
118 color: white; |
|
119 font-size:9px; |
|
120 } |
|
121 |
|
122 .version a:link |
|
123 { |
|
124 text-decoration: none; |
|
125 color: white; |
|
126 text-decoration: bold; |
|
127 font-weight: bold; |
|
128 border-bottom-style: none; |
|
129 } |
|
130 |
|
131 .version a:hover |
|
132 { |
|
133 color: #2c8084; |
|
134 text-decoration: none; |
|
135 font-weight: bold; |
|
136 border-bottom-width: 0px; |
|
137 border-bottom-style: none; |
|
138 } |
|
139 |
|
140 .version a:active |
|
141 { |
|
142 color: white; |
|
143 text-decoration: none; |
|
144 font-weight: bold; |
|
145 border-bottom-style: none; |
|
146 } |
|
147 |
|
148 .version a:visited |
|
149 { |
|
150 color: white; |
|
151 font-weight: bold; |
|
152 border-bottom-style: none; |
|
153 } |
|
154 |
|
155 .small |
|
156 { |
|
157 font-size:9px; |
|
158 } |
|
159 |
|
160 .footer_img |
|
161 { |
|
162 float: left; |
|
163 } |
|
164 |
|
165 .footer_img img |
|
166 { |
|
167 padding-left: 10px; |
|
168 padding-right: 10px; |
|
169 } |
|
170 |
|
171 .footer_img a |
|
172 { |
|
173 color: white; |
|
174 } |
|
175 |
|
176 .footer_img a:link |
|
177 { |
|
178 color: white; |
|
179 } |
|
180 |
|
181 .footer_img a:hover |
|
182 { |
|
183 color: white; |
|
184 } |
|
185 |
|
186 .footer_img a:visited |
|
187 { |
|
188 color: white; |
|
189 } |
|
190 |
|
191 |
|
192 #home_links |
|
193 { |
|
194 line-height: 150% |
|
195 } |
|
196 |
|
197 #search_form_div { |
|
198 text-align: center; |
|
199 padding: 10px; |
|
200 margin: 10px 10px; |
|
201 margin-bottom: 30px; |
|
202 background-color:#ececec; |
|
203 border: 1px solid #7E7E7E |
|
204 } |
|
205 |
|
206 #search_form ul { |
|
207 list-style-type: none; |
|
208 margin: 0; |
|
209 padding: 0; |
|
210 } |
|
211 |
|
212 #search_form ul li { |
|
213 display: inline; |
|
214 } |
|
215 |
|
216 |