1a { color: #666666; font-weight: bold; }
2
3a:hover { color: #000000; text-decoration: none; }
4
5body {
6	padding: 2px;
7	margin: 0;
8	color: #666666;
9	background-color: #e9e9e9;
10	font-family: Verdana, Arial, Helvetica, sans-serif;
11	/* Annoying IE fix */
12	font-size: 95%!important;
13	font-size: 90%;
14
15}
16
17h2 {
18	margin: 0 0 5px 0;
19	border-width: 0 0 1px 0;
20	border-color: #6699cc;
21	border-style: solid;
22	padding-bottom: 3px;
23	color: #6699cc;
24	font-size: 1.5em;
25	text-align: left;
26}
27
28hr {
29	border-style: none;
30	color: #6699cc;
31	background-color: #6699cc;
32	height: 1px;
33}
34
35img { border-style: none; }
36
37p, td {
38	padding: 2px;
39	margin: 0;
40	color: #666666;
41	background-color: #e9e9e9;
42	font-size: 11pt;
43	font-family: Verdana, Arial, Helvetica,
44sans-serif;
45	font-size: 100%;
46}
47
48pre, code { font: 120% monospace;*font-size: 115%; }
49
50small { font-size: 90%; }
51
52table { border-color: #de7813; border-width: 0px; border-style: solid; }
53
54tbody.off { display: none; }
55
56tbody.on { display: table-row-group; }
57
58td { padding: 2px 2px 2px
595px; }
60
61.content {
62	margin: 5px 0 0 17em;
63	padding: 5px;
64	border: dotted 1px;
65	border-color: #e6e6e6;
66	display: block;
67	background-color: #ffffff;
68	font-size: .8em;
69	min-width: 700px;
70
71
72}
73
74.content a { color: #666666; text-decoration: none; }
75
76.content a:hover { color: #000000; text-decoration: none; }
77
78.contentFoot {
79	margin: 5px 0 0 17em;
80	padding: 5px;
81	border: dotted 1px;
82	border-color: #e6e6e6;
83	background-color: #ffffff;
84	font-size: .8em;
85	text-align: right;
86}
87
88.contentFoot
89a:hover { color: #000000; text-decoration: none; }
90
91.contentFoot a { color: #6699cc; text-decoration: none; }
92
93.contentHead {
94	padding: 2px;
95	border: solid 1px #666666;
96	margin-bottom: 1px;
97	margin-right: 0px;
98	border-color: #dcdcdc #a9a9a9 #a9a9a9 #dcdcdc;
99	border-width: 2px 2px 2px 2px;
100	color: #e1e1e1;
101	background-color: #666666;
102	font-weight: bold;
103	font-weight: bold;
104	text-align: center;
105}
106
107.internalName { font-size: 90%; }
108
109.kudos {
110	border-color: #c0c0c0;
111	border-width: 1px;
112	padding: 5px;
113	border-style: solid;
114	margin-left: 5px;
115	margin-right: 5px;
116	width: 96%;
117	background-color: #ffffff;
118	text-align: right;
119}
120
121.log { color: #000000; font-size: 90%; }
122
123.menuLevel1 a { color: #666666; font-weight: bold; }
124
125.menuLevel2 a { margin-left: 5px; color: #666666; font-weight: bold; }
126
127.menuLevel2 a:hover { font-weight: bold; text-decoration: none; }
128
129.menuLevel3 a { margin-left: 9px; color: #003366; }
130
131.menuLevel3 a:hover { font-weight: bold; text-decoration: none; }
132
133.navMenu {
134	clear: right;
135	float: left;
136	padding: 9px 5px 5px 3px;
137	width: 16em;
138	border: dotted #e6e6e6 1px;
139	margin: 5px 0 0 0;
140	display: block;
141	background-color: #ffffff;
142	font-family: arial, serif;
143	font-size: .8em;
144	overflow: hidden;
145}
146
147.navMenu a { color: #003366; font-weight: normal; text-decoration: none; }
148
149.navMenu a:hover { color: #000000; font-weight: bold; text-decoration: none; }
150
151.negative { color: #ff0000; }
152
153/*.noBorder { border-width: 0px; border-style: none; }*/
154
155.note {
156	border: solid 1px #66cc66;
157	padding: 5px;
158	margin: 3px;
159	background-color: #ffffff;
160	color: #333333;
161	font-weight: bold;
162	font-family: arial, serif;
163	text-align: justify;
164}
165
166.option {
167	padding: 3px;
168	margin: 0
1696px 0 0;
170	border-width: 0px;
171	border-style: none;
172	background-color: #eeeff1;
173}
174
175.optionTitle {
176	padding: 0 0 5px 5px;
177	border-width: 0px;
178	border-style: none;
179	white-space: nowrap;
180	background-color: #eeeff1;
181	color: #003366;
182	font-weight: bold;
183	vertical-align: bottom;
184}
185
186.optionTitleBasic {
187	padding: 0 0
1885px 5px;
189	border-width: 0px;
190	border-style: none;
191	white-space: nowrap;
192	background-color: #eeeff1;
193	color: #009933;
194	font-weight: bold;
195}
196
197.optionValue {
198	padding: 0 3px 0 5px;
199	border-width: 0px;
200	border-style: none;
201	background-color: #eeeff1;
202	font-size: 95%;
203	text-align: left;
204}
205
206.optionValueC {
207	padding: 0
2083px 0 5px;
209	border-width: 0px;
210	border-style: none;
211	background-color: #eeeff1;
212	font-size: 95%;
213	text-align: center;
214}
215
216.positive { color: #008000; }
217
218.rightButton {
219	padding: 5px;
220	border-style: none;
221	border-width: 0px;
222	margin: 3px;
223	text-align: right;
224}
225
226.sectionHeader {
227	padding: 2px;
228	border: solid 1px #666666;
229	margin-bottom: 1px;
230	margin-right: 4px;
231	border-color: #dcdcdc #a9a9a9 #a9a9a9 #dcdcdc;
232	border-width: 2px 2px 2px 2px;
233	padding-left: 5px;
234	color: #e1e1e1;
235	background-color: #666666;
236	font-weight: bold;
237	font-weight: bold;
238}
239
240.shadow {
241	background: url(get?file=images/dropShadow.gif) right bottom no-repeat;
242	margin-bottom: 2px;
243	background-color: #eeeff1;
244}
245
246.smaller { font-size: 50%; font-weight: normal; }
247
248.statBox {
249	border-color: #808080;
250	border-width: 1px;
251	padding: 5px;
252	border-style: solid;
253	width: 99%;
254	background-color: #ffffff;
255	text-align: left;
256}
257
258.statsOptionTitle {
259	padding-right: 10px;
260	white-space: nowrap;
261	color: #333333;
262	font-weight: normal;
263	font-size: 95%;
264}
265
266.statsOptionTotalTitle {
267	white-space: nowrap;
268	color: #333333;
269	background-color: #eeeff1;
270	font-weight: normal;
271	font-size: 95%;
272}
273
274.statsOptionTotalValue {
275	padding: 0 3px 0 5px;
276	border-width: 0px;
277	border-style: none;
278	white-space: nowrap;
279	background-color: #e9e9e9;
280	font-size: .8em;
281	text-align: justify;
282}
283
284.statsOptionValue {
285	padding: 0 3px 0 5px;
286	border-width: 0px;
287	border-style: none;
288	white-space: nowrap;
289	background-color: #eeeff1;
290	font-size: 95%;
291	text-align: justify;
292}
293
294.statsOptionValueC {
295	padding: 0 3px 0 5px;
296	border-width: 0px;
297	border-style: none;
298	white-space: nowrap;
299	background-color: #eeeff1;
300	font-size: 95%;
301	text-align: center;
302}
303
304.textBox {
305	padding: 5px;
306	border: #bfbfbf 1px solid;
307	background-color: #e9e9e9;
308
309}
310
311.underline { border: dotted #cccccc; border-width: 0 0 1px 0; }
312
313.warning {
314	border: solid 1px #ff0000;
315	margin-top: 3px;
316	padding: 5px;
317	color: #800000;
318	font-weight: bold;
319}
320
321    table#conTable {
322        margin-left: auto;
323        margin-right: auto;
324        width: 98%;
325        border: 1px #6699cc solid;
326        margin-top: 0px;
327        padding: 0px;
328        color: #404040;
329        background-color: #fafafa;
330        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
331        font-weight: normal;
332        font-size: 12px;
333        border-collapse: collapse;
334        border-spacing: 0px;
335        overflow: hidden;
336    }
337
338    table#conTable td {
339        border-bottom: 1px dotted #6699cc;
340        padding-left: 3px;
341        color: #404040;
342        background-color: #ffffff;
343        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
344        font-weight: normal;
345        font-size: 12px;
346        text-align: center;
347        overflow: hidden;
348        white-space: nowrap;
349    }
350
351    table#conTable td.conTabletitle {
352        border-bottom: 1px solid #6699cc;
353        background-color: #bec8d1;
354        color: #404040;
355        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
356        font-weight: bold;
357        font-size: 13px;
358        text-align: center;
359        overflow: hidden;
360        white-space: nowrap;
361    }
362     table#conTable tr.even td {
363    background-color: #f5f5f5; color: black;white-space: nowrap;
364    }
365