10
|
1 /*----------------------------------------------------------
|
|
2 The base color for this template is #5c87b2. If you'd like
|
|
3 to use a different color start by replacing all instances of
|
|
4 #5c87b2 with your new color.
|
|
5 ----------------------------------------------------------*/
|
|
6 body
|
|
7 {
|
|
8 background-color: #5c87b2;
|
|
9 font-size: 75%;
|
|
10 font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
|
|
11 margin: 0;
|
|
12 padding: 0;
|
|
13 color: #696969;
|
|
14 }
|
|
15
|
48
|
16 .logo {
|
|
17 float: right;
|
|
18 }
|
|
19
|
10
|
20 a:link
|
|
21 {
|
|
22 color: #034af3;
|
|
23 text-decoration: underline;
|
|
24 }
|
|
25 a:visited
|
|
26 {
|
|
27 color: #505abc;
|
|
28 }
|
|
29 a:hover
|
|
30 {
|
|
31 color: #1d60ff;
|
|
32 text-decoration: none;
|
|
33 }
|
|
34 a:active
|
|
35 {
|
|
36 color: #12eb87;
|
|
37 }
|
|
38
|
|
39 p, ul
|
|
40 {
|
|
41 margin-bottom: 20px;
|
|
42 line-height: 1.6em;
|
|
43 }
|
|
44
|
|
45 /* HEADINGS
|
|
46 ----------------------------------------------------------*/
|
|
47 h1, h2, h3, h4, h5, h6
|
|
48 {
|
|
49 font-size: 1.5em;
|
|
50 color: #000;
|
|
51 }
|
|
52
|
|
53 h1
|
|
54 {
|
|
55 font-size: 2em;
|
|
56 padding-bottom: 0;
|
|
57 margin-bottom: 0;
|
|
58 }
|
|
59 h2
|
|
60 {
|
|
61 padding: 0 0 10px 0;
|
|
62 }
|
|
63 h3
|
|
64 {
|
|
65 font-size: 1.2em;
|
|
66 }
|
|
67 h4
|
|
68 {
|
|
69 font-size: 1.1em;
|
|
70 }
|
|
71 h5, h6
|
|
72 {
|
|
73 font-size: 1em;
|
|
74 }
|
|
75
|
|
76 /* this rule styles <h2> tags that are the
|
|
77 first child of the left and right table columns */
|
|
78 .rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
|
|
79 {
|
|
80 margin-top: 0;
|
|
81 }
|
|
82
|
|
83 /* PRIMARY LAYOUT ELEMENTS
|
|
84 ----------------------------------------------------------*/
|
|
85
|
|
86 /* you can specify a greater or lesser percentage for the
|
|
87 page width. Or, you can specify an exact pixel width. */
|
|
88 .page
|
|
89 {
|
|
90 width: 90%;
|
|
91 margin-left: auto;
|
|
92 margin-right: auto;
|
|
93 }
|
|
94
|
|
95 #header
|
|
96 {
|
|
97 position: relative;
|
|
98 margin-bottom: 0px;
|
|
99 color: #000;
|
|
100 padding: 0;
|
|
101 }
|
|
102
|
|
103 #header h1
|
|
104 {
|
|
105 font-weight: bold;
|
|
106 padding: 5px 0;
|
|
107 margin: 0;
|
|
108 color: #fff;
|
|
109 border: none;
|
|
110 line-height: 2em;
|
|
111 font-size: 32px !important;
|
|
112 }
|
|
113
|
|
114 #main
|
|
115 {
|
|
116 padding: 30px 30px 15px 30px;
|
|
117 background-color: #fff;
|
|
118 margin-bottom: 30px;
|
|
119 _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
|
|
120 }
|
|
121
|
|
122 #footer
|
|
123 {
|
|
124 color: #999;
|
|
125 padding: 10px 0;
|
|
126 text-align: center;
|
|
127 line-height: normal;
|
|
128 margin: 0;
|
|
129 font-size: .9em;
|
|
130 }
|
|
131
|
|
132 /* TAB MENU
|
|
133 ----------------------------------------------------------*/
|
|
134 ul#menu
|
|
135 {
|
|
136 border-bottom: 1px #5C87B2 solid;
|
|
137 padding: 0 0 2px;
|
|
138 position: relative;
|
|
139 margin: 0;
|
|
140 text-align: right;
|
|
141 }
|
|
142
|
|
143 ul#menu li
|
|
144 {
|
|
145 display: inline;
|
|
146 list-style: none;
|
|
147 }
|
|
148
|
|
149 ul#menu li#greeting
|
|
150 {
|
|
151 padding: 10px 20px;
|
|
152 font-weight: bold;
|
|
153 text-decoration: none;
|
|
154 line-height: 2.8em;
|
|
155 color: #fff;
|
|
156 }
|
|
157
|
|
158 ul#menu li a
|
|
159 {
|
|
160 padding: 10px 20px;
|
|
161 font-weight: bold;
|
|
162 text-decoration: none;
|
|
163 line-height: 2.8em;
|
|
164 background-color: #e8eef4;
|
|
165 color: #034af3;
|
|
166 }
|
|
167
|
|
168 ul#menu li a:hover
|
|
169 {
|
|
170 background-color: #fff;
|
|
171 text-decoration: none;
|
|
172 }
|
|
173
|
|
174 ul#menu li a:active
|
|
175 {
|
|
176 background-color: #a6e2a6;
|
|
177 text-decoration: none;
|
|
178 }
|
|
179
|
|
180 ul#menu li.selected a
|
|
181 {
|
|
182 background-color: #fff;
|
|
183 color: #000;
|
|
184 }
|
|
185
|
|
186 /* FORM LAYOUT ELEMENTS
|
|
187 ----------------------------------------------------------*/
|
|
188
|
|
189 fieldset
|
|
190 {
|
|
191 border:1px solid #ddd;
|
|
192 padding:0 1.4em 1.4em 1.4em;
|
|
193 margin:0 0 1.5em 0;
|
|
194 }
|
|
195
|
|
196 legend
|
|
197 {
|
|
198 font-size:1.2em;
|
|
199 font-weight: bold;
|
|
200 }
|
|
201
|
|
202 textarea
|
|
203 {
|
|
204 min-height: 75px;
|
|
205 }
|
|
206
|
|
207 input[type="text"]
|
|
208 {
|
|
209 width: 200px;
|
|
210 border: 1px solid #CCC;
|
|
211 }
|
|
212
|
|
213 input[type="password"]
|
|
214 {
|
|
215 width: 200px;
|
|
216 border: 1px solid #CCC;
|
|
217 }
|
|
218
|
|
219 /* TABLE
|
|
220 ----------------------------------------------------------*/
|
|
221
|
|
222 table
|
|
223 {
|
|
224 border: solid 1px #e8eef4;
|
|
225 border-collapse: collapse;
|
|
226 }
|
|
227
|
|
228 table td
|
|
229 {
|
|
230 padding: 5px;
|
|
231 border: solid 1px #e8eef4;
|
|
232 }
|
|
233
|
|
234 table th
|
|
235 {
|
|
236 padding: 6px 5px;
|
|
237 text-align: left;
|
|
238 background-color: #e8eef4;
|
|
239 border: solid 1px #e8eef4;
|
|
240 }
|
|
241
|
|
242 /* MISC
|
|
243 ----------------------------------------------------------*/
|
|
244 .clear
|
|
245 {
|
|
246 clear: both;
|
|
247 }
|
|
248
|
|
249 .error
|
|
250 {
|
|
251 color:Red;
|
|
252 }
|
|
253
|
|
254 #menucontainer
|
|
255 {
|
|
256 margin-top:40px;
|
|
257 }
|
|
258
|
|
259 div#title
|
|
260 {
|
|
261 display:block;
|
|
262 float:left;
|
|
263 text-align:left;
|
|
264 }
|
|
265
|
|
266 #logindisplay
|
|
267 {
|
|
268 font-size:1.1em;
|
|
269 display:block;
|
|
270 text-align:right;
|
|
271 margin:10px;
|
|
272 color:White;
|
|
273 }
|
|
274
|
|
275 #logindisplay a:link
|
|
276 {
|
|
277 color: white;
|
|
278 text-decoration: underline;
|
|
279 }
|
|
280
|
|
281 #logindisplay a:visited
|
|
282 {
|
|
283 color: white;
|
|
284 text-decoration: underline;
|
|
285 }
|
|
286
|
|
287 #logindisplay a:hover
|
|
288 {
|
|
289 color: white;
|
|
290 text-decoration: none;
|
|
291 }
|
|
292
|
|
293 /* Styles for validation helpers
|
|
294 -----------------------------------------------------------*/
|
|
295 .field-validation-error
|
|
296 {
|
|
297 color: #ff0000;
|
|
298 }
|
|
299
|
|
300 .field-validation-valid
|
|
301 {
|
|
302 display: none;
|
|
303 }
|
|
304
|
|
305 .input-validation-error
|
|
306 {
|
|
307 border: 1px solid #ff0000;
|
|
308 background-color: #ffeeee;
|
|
309 }
|
|
310
|
|
311 .validation-summary-errors
|
|
312 {
|
|
313 font-weight: bold;
|
|
314 color: #ff0000;
|
|
315 }
|
|
316
|
|
317 .validation-summary-valid
|
|
318 {
|
|
319 display: none;
|
|
320 }
|
|
321
|
|
322 /* Styles for editor and display helpers
|
|
323 ----------------------------------------------------------*/
|
|
324 .display-label,
|
|
325 .editor-label
|
|
326 {
|
|
327 margin: 1em 0 0 0;
|
|
328 }
|
|
329
|
|
330 .display-field,
|
|
331 .editor-field
|
|
332 {
|
|
333 margin:0.5em 0 0 0;
|
|
334 }
|
|
335
|
|
336 .text-box
|
|
337 {
|
|
338 width: 30em;
|
|
339 }
|
|
340
|
|
341 .text-box.multi-line
|
|
342 {
|
|
343 height: 6.5em;
|
|
344 }
|
|
345
|
|
346 .tri-state
|
|
347 {
|
|
348 width: 6em;
|
|
349 }
|