1 | @charset "UTF-8"; |
---|
2 | |
---|
3 | HTML { |
---|
4 | PADDING-RIGHT: 0px; |
---|
5 | PADDING-LEFT: 0px; |
---|
6 | BACKGROUND: #FFF |
---|
7 | PADDING-BOTTOM: 0px; |
---|
8 | MARGIN: 0px; |
---|
9 | PADDING-TOP: 0px; |
---|
10 | } |
---|
11 | |
---|
12 | BODY { |
---|
13 | PADDING-RIGHT: 0px; |
---|
14 | PADDING-LEFT: 0px; |
---|
15 | FONT-SIZE: small; |
---|
16 | BACKGROUND: #FFF; |
---|
17 | PADDING-BOTTOM: 0px; |
---|
18 | MARGIN: 1px; |
---|
19 | PADDING-TOP: 0px; |
---|
20 | FONT-FAMILY: "Trebuchet MS", Verdana, "Lucida Sans", "Lucida Sans Unicode", Arial, Sans-Serif; |
---|
21 | } |
---|
22 | |
---|
23 | /* |
---|
24 | "",inherit |
---|
25 | } |
---|
26 | */ |
---|
27 | |
---|
28 | .clear { |
---|
29 | CLEAR: both |
---|
30 | } |
---|
31 | .pad { |
---|
32 | padding: 5px; |
---|
33 | |
---|
34 | } |
---|
35 | |
---|
36 | .menuBox { |
---|
37 | padding: 5px; |
---|
38 | border: 1px solid #DDD; |
---|
39 | margin: 0px 10px 10px 10px; |
---|
40 | background: #FFF url(./images/bg_gray.png); |
---|
41 | background-repeat: repeat-x; |
---|
42 | text-align: left; |
---|
43 | } |
---|
44 | |
---|
45 | .menuBox ul { |
---|
46 | margin: 0px 0px 10px 5px; |
---|
47 | @padding: 10px 30px; |
---|
48 | list-style-image: url('./images/li_bl.gif'); |
---|
49 | } |
---|
50 | |
---|
51 | .menuBox h2 { |
---|
52 | margin: 10px 0px 10px 0px; |
---|
53 | padding: 3px 3px 3px 8px; |
---|
54 | font-size: 100%; |
---|
55 | color: #8F8F8F; |
---|
56 | background: #FFF url(./images/gray_stripe.png); |
---|
57 | background-repeat: repeat-x; |
---|
58 | letter-spacing: 0pt; |
---|
59 | border-left: 4px solid #CCC; |
---|
60 | border-right: 1px solid #DDD; |
---|
61 | border-bottom: 1px solid #DDD; |
---|
62 | } |
---|
63 | |
---|
64 | |
---|
65 | P { |
---|
66 | PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 0px; PADDING-TOP: 0px |
---|
67 | } |
---|
68 | |
---|
69 | a { |
---|
70 | color: #9c9c9c; |
---|
71 | text-decoration: none; |
---|
72 | font-weight: bold; |
---|
73 | } |
---|
74 | a:hover { |
---|
75 | color: #E92; |
---|
76 | text-decoration: underline; |
---|
77 | } |
---|
78 | |
---|
79 | a:visited { |
---|
80 | color: #9c9c9c; |
---|
81 | } |
---|
82 | |
---|
83 | a:visited:hover { |
---|
84 | color: #E92; |
---|
85 | text-decoration: underline; |
---|
86 | } |
---|
87 | |
---|
88 | #header { |
---|
89 | width: 100%; |
---|
90 | height: 95px; |
---|
91 | background: #FFF url(./images/bg_gray.png); |
---|
92 | background-repeat: repeat-x; |
---|
93 | margin: 0px; |
---|
94 | } |
---|
95 | |
---|
96 | #header img { |
---|
97 | margin-left: -5px; |
---|
98 | margin-top: 17px; |
---|
99 | } |
---|
100 | |
---|
101 | |
---|
102 | |
---|
103 | |
---|
104 | |
---|
105 | p,dl { |
---|
106 | margin: 5px 10px 10px 20px; |
---|
107 | } |
---|
108 | dt { |
---|
109 | margin-left: 10px; |
---|
110 | font-weight: bold; |
---|
111 | color: #888; |
---|
112 | } |
---|
113 | dd { |
---|
114 | margin-bottom: 5px; |
---|
115 | } |
---|
116 | |
---|
117 | |
---|
118 | /* padding for IE indent problem. */ |
---|
119 | |
---|
120 | |
---|
121 | |
---|
122 | |
---|
123 | |
---|
124 | #container { |
---|
125 | PADDING-TOP: 0px; |
---|
126 | PADDING-RIGHT: 0px; |
---|
127 | PADDING-LEFT: 0px; |
---|
128 | PADDING-BOTTOM: 0px; |
---|
129 | WIDTH: 100%; |
---|
130 | background: #FFF; |
---|
131 | margin-top: 5px; |
---|
132 | } |
---|
133 | |
---|
134 | #container img { |
---|
135 | margin: 5px; |
---|
136 | padding: 5px; |
---|
137 | border: 1px solid #DDD; |
---|
138 | } |
---|
139 | |
---|
140 | |
---|
141 | |
---|
142 | #left-container { |
---|
143 | background: #CCC url(./images/stripe.gif); |
---|
144 | FLOAT: left; |
---|
145 | WIDTH: 100%; |
---|
146 | MARGIN-RIGHT: -200px; |
---|
147 | padding-top: 10px; |
---|
148 | } |
---|
149 | |
---|
150 | #left-container .sub { |
---|
151 | FLOAT: right; |
---|
152 | MARGIN-LEFT: -200px; |
---|
153 | WIDTH: 100%; |
---|
154 | } |
---|
155 | |
---|
156 | #right-container { |
---|
157 | padding-top: 10px; |
---|
158 | } |
---|
159 | |
---|
160 | |
---|
161 | #main { |
---|
162 | PADDING: 0px; |
---|
163 | BACKGROUND: #EEE; |
---|
164 | MARGIN: 0px 200px 150px 200px; |
---|
165 | border: 1px solid #D2D2D2; |
---|
166 | } |
---|
167 | |
---|
168 | #main ul { |
---|
169 | margin: 0px 0px 10px 10px; |
---|
170 | @padding: 10px 30px; |
---|
171 | list-style-image: url('./images/li_bl.gif'); |
---|
172 | } |
---|
173 | |
---|
174 | |
---|
175 | #main h2 { |
---|
176 | margin: 5px 0px 10px 0px; |
---|
177 | padding: 7px; |
---|
178 | font-size: 110%; |
---|
179 | color: #8F8F8F; |
---|
180 | background: #FFF url(./images/bg_gray.png); |
---|
181 | background-repeat: repeat-x; |
---|
182 | letter-spacing: 1pt; |
---|
183 | border-left: 6px solid #BBB; |
---|
184 | border-right: 1px solid #DDD; |
---|
185 | border-bottom: 1px solid #DDD; |
---|
186 | } |
---|
187 | |
---|
188 | #main h3 { |
---|
189 | margin: 5px 0px 5px 11px; |
---|
190 | padding: 3px 3px 3px 6px; |
---|
191 | font-size: 105%; |
---|
192 | color: #8F8F8F; |
---|
193 | letter-spacing: 1pt; |
---|
194 | background: #FFF url(./images/bg_gray.png); |
---|
195 | border-left: 5px solid #CCC; |
---|
196 | border-right: 1px solid #DDD; |
---|
197 | border-bottom: 1px solid #DDD; |
---|
198 | } |
---|
199 | |
---|
200 | #main h4 { |
---|
201 | margin: 5px 5px 5px 20px; |
---|
202 | padding: 2px 2px 2px 10px; |
---|
203 | letter-spacing: 1pt; |
---|
204 | font-size: 100%; |
---|
205 | color: #666; |
---|
206 | border-bottom: 2px dotted #CCC; |
---|
207 | } |
---|
208 | |
---|
209 | |
---|
210 | #left { |
---|
211 | CLEAR: all; |
---|
212 | |
---|
213 | FLOAT: left; |
---|
214 | WIDTH: 200px; |
---|
215 | } |
---|
216 | #right { |
---|
217 | |
---|
218 | FLOAT: right; |
---|
219 | WIDTH: 200px; |
---|
220 | } |
---|
221 | |
---|
222 | #footer { |
---|
223 | BACKGROUND: #E5E5E5; |
---|
224 | width: 100%; |
---|
225 | background: #FFF url(./images/bg_gray.png); |
---|
226 | background-repeat: repeat-x; |
---|
227 | text-align: center; |
---|
228 | } |
---|
229 | |
---|
230 | |
---|