blog_logic 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,915 +1,184 @@
1
- /* @override
2
- http://directory.chicagoama.org:3000/stylesheets/core.css?1298485915
3
- http://directory.chicagoama.org:3000/stylesheets/core.css?1299260589
4
- http://directory.chicagoama.org:3000/stylesheets/core.css?1299271932
5
- */
6
-
7
- /* @group Normalization */
8
-
9
- body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
10
- margin: 0;
11
- padding: 0;
12
- }
13
-
14
- h1, h2, h3, h4, h5, h6 {
15
- font-size: 100%;
16
- margin: .67em 0;
17
- }
18
-
19
- ul {
20
- list-style: disc;
21
- margin-top: 1em;
22
- }
23
-
24
- ol li, ul li {
25
- font-size: .9em;
26
- margin-bottom: 1em;
27
- margin-left: 2em;
28
- }
29
-
30
- address, caption, cite, code, dfn, em, strong, th, var {
31
- font-style: normal;
32
- font-weight: normal;
33
- }
34
-
35
- table {
36
- border-collapse: collapse;
37
- border-spacing: 0;
38
- }
39
-
40
- table td {
41
- vertical-align: top;
42
- padding: .5em;
43
- }
44
-
45
- fieldset, img {
46
- border: 0;
47
- }
48
-
49
- caption, th {
50
- text-align: left;
51
- }
52
-
53
- q:before, q:after {
54
- content: '';
55
- }
56
-
57
-
58
- /* @end */
59
-
60
- /* @group Layout */
61
-
62
- div#content {
63
- position: relative;
64
- margin-top: 0em;
65
- width: 900px;
66
- height: 100%;
67
- padding: 0em;
68
- }
69
-
70
- div#content_main {
71
- position: absolute;
72
- top: 9em;
73
- left: 0em;
74
- min-height: 450px;
75
- width: 874px;
76
- padding: 0em;
77
- padding-bottom: 0px;
78
- margin-top: 11px;
79
- border-right: 1px solid #666666;
80
- border-left: 1px solid #666666;
81
- border-bottom: 1px solid #666666;
82
- }
83
-
84
- div.subcolumn {
85
- float: left;
86
- width: 45%;
87
- margin: 0em 5% 0em 0em;
88
- }
89
-
90
-
91
- /* @end */
92
-
93
- /* @group General Typography */
94
-
95
- a:link {
96
- color: #756b7f;
97
- }
98
-
99
- a:hover {
100
- color: #665577;
101
- }
102
-
103
- a:active {
104
- color: #665577;
105
- }
106
-
107
- a:visited {
108
- color: #756b7f;
109
- }
110
-
111
- .align_left {
112
- text-align: left !important;
113
- }
114
-
115
- .align_right {
116
- text-align: right !important;
117
- }
118
-
119
- body {
120
- font-family: Verdana, Arial, Sans-Serif;
121
- font-size: .8em;
122
- text-align: left;
123
- }
124
-
125
- h1 {
126
- font-size: 1.5em;
127
- font-weight: bold;
128
- padding: 0em;
129
- color: #666666;
130
- margin: 0em 0em 0em 0em;
131
- }
132
-
133
- h2 {
134
- color: #333333;
135
- font-weight: bold;
136
- font-size: 1.1em;
137
- margin: 1.5em 0em .5em 0em;
138
- }
139
-
140
- h2 a:link {
141
- color: #333333;
142
- }
143
-
144
- h2 a:hover {
145
- color: #333333;
146
- }
147
-
148
- h2 a:active {
149
- color: #333333;
150
- }
151
-
152
- h2 a:visited {
153
- color: #333333;
154
- }
155
-
156
- h3 {
157
- color: #333333;
158
- font-weight: bold;
159
- font-size: 1em;
160
- margin: 1.5em 0em .5em 0em;
161
- }
162
-
163
- p {
164
- margin-bottom: 1.5em;
165
- }
166
-
167
-
168
- dt {
169
- font-weight: bold;
170
- margin: .5em 0em .5em 1em;
171
- }
172
-
173
- dd {
174
- display: block;
175
- margin: .5em 0em .5em 1em;
176
- }
177
-
178
- em {
179
- font-weight: bold;
180
- }
181
-
182
- .indented {
183
- margin-left: 2em;
184
- }
185
-
186
- td.indented {
187
- padding-left: 2em !important;
188
- }
189
-
190
- ul.indented li {
191
- margin-left: 1em;
192
- }
193
-
194
- ul.bulleted {
195
- list-style-type: disc;
196
- }
197
-
198
- .inactive {
199
- color: #aaaaaa;
200
- font-style: italic;
201
- }
202
-
203
- .inactive a:link, .inactive a:hover, .inactive a:visited {
204
- color: #aaaaaa !important;
205
- font-style: italic;
206
- text-decoration: none;
207
- }
208
-
209
- pre {
210
- font-family: Verdana, Arial, Sans-Serif;
211
- font-size: .9em;
212
- text-align: left;
213
- }
214
-
215
- .two_column{
216
- float: left;
217
- width: 40%;
218
- margin-right: 1em;
219
- }
220
-
221
- .three_column{
222
- float: left;
223
- width: 30%;
224
- margin-right: 1em;
225
- }
226
-
227
- .four_column{
228
- float: left;
229
- width: 20%;
230
- margin-right: 1em;
231
- }
232
-
233
- div.column_left {
234
- float: left;
235
- width: 350px;
236
- margin-right: 5%;
237
- }
238
-
239
- div.column_right {
240
- float: left;
241
- width: 400px;
242
- }
243
-
244
- /* @end */
245
-
246
- /* @group Component Typography */
247
-
248
- .graph {
249
- border: 1px solid #999999;
250
- }
251
-
252
- table.results {
253
- width: 100%;
254
- margin-top: 0px;
255
- margin-bottom: .5em;
256
- padding: 0px;
257
- border-collapse: collapse;
258
- border: 1px solid #888888;
259
- }
260
-
261
- table.results thead tr {
262
- border: 1px solid #888888;
263
- }
264
-
265
- table.results tr.odd {
266
- background-color: #eeeeee;
267
- }
268
-
269
- table.results tr.even {
270
- background-color: #ffffff;
271
- }
272
-
273
- table.results tr.highlight {
274
- color: #C00;
275
- }
276
-
277
- table.results tfoot tr {
278
- border: 1px solid #888888;
279
- }
280
-
281
- table.results th {
282
- vertical-align: middle;
283
- text-align: left;
284
- font-size: .7em;
285
- background-color: #888888;
286
- color: #ffffff;
287
- padding: 3px;
288
- margin: 0px;
289
- text-transform: uppercase;
290
- }
291
-
292
- table.results th a:link, table.results th a:visited {
293
- text-decoration: none !important;
294
- color: #ffffff;
295
- }
296
-
297
- table.results th a:hover {
298
- text-decoration: underline !important;
299
- color: #ffffff;
300
- }
301
-
302
- table th div.sort_link {
303
- padding-bottom: 1em;
304
- }
305
-
306
- table tr th div.sort_link.sort_desc {
307
- background: url(../images/layout/arrow_desc.png) no-repeat right bottom;
308
- }
309
-
310
- table tr th div.sort_link.sort_asc {
311
- background: url(../images/layout/arrow_asc.png) no-repeat right bottom;
312
- }
313
-
314
- table.results tfoot td {
315
- text-align: left;
316
- font-size: .7em;
317
- background-color: #888888;
318
- color: #ffffff;
319
- padding: 3px;
320
- margin: 0px;
321
- text-transform: uppercase;
322
- }
323
-
324
- table.results tfoot td a {
325
- color: #ffffff !important;
326
- }
327
-
328
- table.results td {
329
- text-align: left;
330
- font-size: .75em;
331
- padding: 6px 6px 6px 6px;
332
- margin: 0px;
333
- vertical-align: top;
334
- }
335
-
336
- /* @end */
337
-
338
-
339
- /* @group Forms */
340
-
341
- .button {
342
- display: block;
343
- float: left;
344
- color: #333333;
345
- text-transform: uppercase;
346
- font-size: .8em;
347
- font-weight: normal !important;
348
- margin: 2em 1.5em 1.5em 0em;
349
- border: 1px solid #666666;
350
- padding: .5em;
351
- cursor: pointer;
352
- background-color: #9dbd40;
353
- text-decoration: none !important;
354
- min-width: 5em;
355
- text-align: center;
356
- }
357
-
358
- .button.inline {
359
- display: inline;
360
- float: none;
361
- margin: 0em 0em 1em 1em;
362
- }
363
-
364
- img.inline_icon:hover {
365
- cursor: pointer;
366
- }
367
-
368
- .button a:link {
369
- color: #333333;
370
- cursor: pointer;
371
- }
372
-
373
- .button a:visited {
374
- color: #333333;
375
- cursor: pointer;
376
- }
377
-
378
- .button a:visited {
379
- color: #333333;
380
- cursor: pointer;
381
- }
382
-
383
- .explanation {
384
- font-size: 10px;
385
- }
386
-
387
- .faux_field {
388
- display: block;
389
- color: #666666;
390
- width: 1em;
391
- padding: .5em;
392
- border: 1px solid #cccccc;
393
- background-color: #eeeeee;
394
- /*width: 21.5em;*/
395
- width: 35em;
396
- min-height: 1em;
397
- margin: .25em 0em 1em 0em;
398
- font-size: .8em;
399
- text-align: left;
400
- overflow: auto;
401
- }
402
-
403
- div.fieldWithErrors input {
404
- background: #ffdddd !important;
405
- color: #ff0000;
406
- }
407
-
408
- .form_container {
409
- background-color: #eeeeee;
410
- padding: 1em;
411
- border: 1px solid #999999;
412
- margin-top: 1.5em;
413
- }
414
-
415
- .form_container p {
416
- margin-top: 1em;
417
- }
418
-
419
- fieldset {
420
- margin: .5em 0em .5em 0em;
421
- }
422
-
423
- fieldset.inline_label {
424
- margin-bottom: 1.5em;
425
- }
426
-
427
- fieldset p {
428
- color: #333333;
429
- }
430
-
431
- .form_column {
432
- float: left;
433
- width: 45%;
434
- margin-right: 5%;
435
- margin-bottom: 1em;
436
- }
437
-
438
- .inline_help {
439
- margin-top: -1em;
440
- }
441
-
442
- .inline_help p {
443
- font-size: 9px;
444
- color: #666666;
445
- width: 275px;
446
- }
447
-
448
- input[type="text"] {
449
- color: #666666;
450
- margin: 0em 0em 1em 0em;
451
- padding: 3px;
452
- width: 23.75em;
453
- background: #ffffff url(/images/layout/text_field_bg.jpg) repeat-x;
454
- height: auto;
455
- }
456
-
457
- input[type="text"].short {
458
- width: 3em;
459
- }
460
-
461
- input[type="password"] {
462
- color: #666666;
463
- margin: 0em 0em 1em 0em;
464
- padding: 3px;
465
- width: 23.75em;
466
- background: #ffffff url(/images/layout/text_field_bg.jpg) repeat-x;
467
- height: auto;
468
-
469
- }
470
-
471
- input[type="radio"] {
472
- margin: .5em;
473
- }
474
-
475
- textarea {
476
- background: #ffffff url(/images/layout/text_field_bg.jpg) repeat-x;
477
- font-size: 11px;
478
- }
479
-
480
- .help_icon {
481
- display: block;
482
- float: left;
483
- margin-top: -16px;
484
- margin-left: 290px;
485
- border-left: 1px solid #444444;
486
- padding: 3px 6px;
487
- cursor: pointer;
488
- }
489
-
490
- div.popup_help {
491
- color: #666666;
492
- width: 98%;
493
- background: #ffffff;
494
- padding: 1em;
495
- border: 1px solid #999999;
496
- margin: 1em 0em;
497
- }
498
-
499
-
500
- label {
501
- display: block;
502
- font-weight: bold;
503
- color: #333333;
504
- margin: 0em 0em -1em 0em;
505
- font-size: .8em;
506
- }
507
-
508
- label.inline {
509
- display: block;
510
- margin-top: -1.1em;
511
- margin-left: 10px;
512
- margin-bottom: .5em;
513
- padding-left: 10px;
514
- text-indent: 0em;
515
- font-size: 11px;
516
- font-weight: normal;
517
- }
518
-
519
- label span.instructions {
520
- font-weight: normal;
521
- display: block;
522
- }
523
-
524
- select {
525
- color: #666666;
526
- margin: 0em 0em 1em 0em;
527
- }
528
-
529
- textarea {
530
- color: #666666;
531
- padding: .5em;
532
- margin: 0em 0em 1em 0em;
533
- height: 10em;
534
- width: 23.75em;
535
- font-family: Verdana, Arial, Sans-Serif;
536
- color: #666666;
537
- }
538
-
539
- textarea.long {
540
- height: 25em;
541
- }
542
-
543
- textarea.wide {
544
- width: 70em;
545
- }
546
-
547
- /* @end */
548
-
549
- /* @group Tables */
550
-
551
- tr.odd {
552
- background-color: #efefef;
553
- }
554
-
555
- tr.even {
556
- background-color: #FFF;
557
- }
558
-
559
- table.results {
560
- width: 100%;
561
- margin-top: 1em;
562
- margin-bottom: 20px;
563
- padding: 0px;
564
- border-collapse: collapse;
565
- border: 1px solid #888888;
566
- }
567
-
568
- table.results thead tr {
569
- border: 1px solid #888888;
570
- }
571
-
572
- table.results tfoot tr {
573
- border: 1px solid #888888;
574
- }
575
-
576
- /* FIXME: this is a duplicate definition with slightly different values -RM */
577
- table.results th {
578
- vertical-align: middle;
579
- text-align: left;
580
- font-size: .75em;
581
- background-color: #888888;
582
- color: #ffffff;
583
- padding: 1em .5em 1em .5em;
584
- margin: 0px;
585
- text-transform: uppercase;
586
- }
587
-
588
- table.results tfoot td {
589
- text-align: left;
590
- font-size: .7em;
591
- background-color: #888888;
592
- color: #ffffff;
593
- padding: 3px;
594
- margin: 0px;
595
- text-transform: uppercase;
596
- }
597
-
598
- table.results tfoot td a {
599
- color: #ffffff !important;
600
- }
601
-
602
- table.results td {
603
- text-align: left;
604
- font-size: .9em !important;
605
- padding: 6px 6px 6px 6px;
606
- height: auto !important;
607
- margin: 0px;
608
- vertical-align: top;
609
- }
610
-
611
- table.results td.crud_links {
612
- text-align: right;
613
- }
614
-
615
- table.standard {
616
- width: 100%;
617
- text-align: left;
618
- margin-top: 0em;
619
- margin-bottom: 0em;
620
- border: 1px solid #999999;
621
- }
622
-
623
- table.standard th {
624
- text-align: left;
625
- border: 1px solid #7e7587;
626
- background-color: #7e7587;
627
- color: #ffffff;
628
- font-weight: bold;
629
- text-transform: uppercase;
630
- font-size: .8em;
631
- padding: 1em .5em 1em .5em;
632
- }
633
-
634
- table.standard th a {
635
- text-decoration: none !important;
636
- }
637
-
638
- table.standard th a.arrow-desc:after{
639
- content: "\25BC";
640
- margin-left: 1em;
641
- }
642
-
643
- table.standard th a.arrow-asc:after {
644
- content: "\25B2";
645
- margin-left: 1em;
646
- }
647
-
648
- table.standard td.crud_links {
649
- text-align: right;
650
- }
651
-
652
- table.standard td.nowrap {
653
- white-space: nowrap;
654
- }
655
-
656
- table.standard tr.muted th {
657
- border: 1px solid #999999;
658
- background-color: #999999;
659
- }
660
-
661
- table.standard tr.summary {
662
- background-color: #cccccc;
663
- border-top: 1px solid #999999;
664
- }
665
-
666
- table.standard tr.odd {
667
- background-color: #ffffff;
668
- }
669
-
670
- table.standard tr.even {
671
- background-color: #efefef;
672
- }
673
-
674
- table.standard tr:hover {
675
- background-color: #dddddd;
676
- }
677
-
678
- table.standard td {
679
- padding: .5em;
680
- text-align: left;
681
- font-size: .9em;
682
- }
683
-
684
- table.standard td span.emphasis {
685
- font-weight: bold;
686
- }
687
-
688
- table.standard td.nowrap {
689
- white-space: nowrap;
690
- }
691
-
692
- /* @end */
693
-
694
- /* @group Show/Hide Controls */
695
-
696
- .show_link {
697
- display: block;
698
- float: left;
699
- margin-top: 1px;
700
- margin-right: 4px;
701
- height: 9px;
702
- width: 9px;
703
- background-image: url(../images/icons/collapsed.gif);
704
- }
705
-
706
- .show_link:hover {
707
- cursor: pointer;
708
- }
709
-
710
- .hide_link {
711
- display: block;
712
- float: left;
713
- margin-top: 1px;
714
- margin-right: 4px;
715
- height: 9px;
716
- width: 9px;
717
- background-image: url(../images/icons/expanded.gif);
718
- }
719
-
720
- .hide_link:hover {
721
- cursor: pointer;
722
- }
723
-
724
- h2 .hide_link{
725
- margin-top: 1px;
726
- margin-left: -18px;
727
- /*float: right;
728
- margin-top: 1px;
729
- margin-right: 15px;*/
730
- }
731
-
732
- h2 .show_link {
733
- margin-top: 1px;
734
- margin-left: -18px;
735
- }
736
-
737
- legend .show_link {
738
- float: right;
739
- margin-top: 0px;
740
- margin-right: 25px;
741
- }
742
-
743
- legend .hide_link {
744
- float: right;
745
- margin-top: 0px;
746
- margin-right: 25px;
747
- }
748
-
749
- .faux_legend .show_link {
750
- float: right;
751
- margin-top: 0px;
752
- margin-right: 25px;
753
- }
754
-
755
- .faux_legend .hide_link {
756
- float: right;
757
- margin-top: 0px;
758
- margin-right: 25px;
759
- }
760
-
761
- /* @end */
762
-
763
- /* @group Rails-Specific */
764
-
765
- div#washout {
766
- position: absolute;
767
- top: 0em;
768
- left: 0em;
769
- background-color: #ffffff;
770
- opacity: .9;
771
- width: 100%;
772
- height: 200%;
773
- z-index: 999;
774
- }
775
-
776
- div.flash_notice_static {
777
- padding: 2em;
778
- border: 1px solid #999999;
779
- background-color: #eeeeee;
780
- color: #000000;
781
- font-weight: bold;
782
- }
783
-
784
- div.flash_notice {
785
- position: absolute;
786
- top: 10em;
787
- width: 50%;
788
- margin-left: 25%;
789
- z-index: 1000;
790
- padding: 2em;
791
- border: 1px solid #999999;
792
- background-color: #eeeeee;
793
- color: #000000;
794
- font-weight: bold;
795
- }
796
-
797
- div.flash_error {
798
- color: #990000;
799
- font-weight: bold;
800
- margin-bottom: 1.5em;
801
- }
802
-
803
- .field_with_errors select {
804
- border: 1px solid #990000;
805
- }
806
-
807
- .field_with_errors input {
808
- border: 1px solid #990000;
809
- background-image: url(/images/layout/text_field_error_bg.png);
810
- }
811
-
812
- #error_explanation {
813
- background: #eeeeee;
814
- padding: 1em;
815
- border: 1px solid #990000;
816
- }
817
-
818
- #error_explanation h2 {
819
- background: none;
820
- color: #990000;
821
- padding: 0px !important;
822
- margin: 0px;
823
- }
824
-
825
- #error_explanation ul {
826
- width: 25%;
827
- float: left;
828
- margin-left: 1em;
829
- }
830
-
831
- #error_explanation ul li {
832
- list-style: disc;
833
- margin-left: 1em;
834
- }
835
-
836
- img.crud_icon {
837
- margin-left: 7px;
838
- }
839
-
840
- .crud_link {
841
- margin-left: .5em;
842
- }
843
-
844
- /* @end */
845
-
846
- /* @group Pagination */
847
-
848
- .pagination {
849
- font-size: 10px;
850
- padding: 3px;
851
- margin: 10px;
852
- text-align: right;
853
- white-space: nowrap;
854
- }
855
-
856
- .pagination_label {
857
- float: left;
858
- width: 30%;
859
- font-size: 10px;
860
- padding-top: 1em;
861
- }
862
-
863
- .pagination_controls {
864
- float: right;
865
- width: 60%;
866
- }
867
-
868
- .pagination a {
869
- padding: 2px 5px 2px 5px;
870
- margin: 2px;
871
- border: 1px solid #999999;
872
- color: #666666;
873
- }
874
-
875
- .pagination a:hover, .pagination a:active {
876
- border: 1px solid #999999;
877
- background-color: #eeeeee;
878
- color: #000;
879
- }
880
-
881
- .pagination span.current {
882
- padding: 2px 5px 2px 5px;
883
- margin: 2px;
884
- border: 1px solid #999999;
885
- font-weight: bold;
886
- background-color: #eeeeee;
887
- color: #000000;
888
- }
889
-
890
- .pagination span.disabled {
891
- padding: 2px 5px 2px 5px;
892
- margin: 2px;
893
- border: 1px solid #999999;
894
- color: #cccccc;
895
- }
896
-
897
- /* @end */
898
-
899
- /* @group Workarounds */
900
-
901
- .clearfix:after {
902
- content: ".";
903
- display: block;
904
- height: 0;
905
- clear: both;
906
- visibility: hidden;
907
- }
908
-
909
- /* Hides from IE-mac \*/
910
- * html .clearfix {height: 1%;}
911
- /* End hide from IE-mac */
912
-
913
- #preload { height: 0; overflow: hidden; }
914
-
915
- /* @end */
1
+ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{margin:0;padding:0;}
2
+ h1, h2, h3, h4, h5, h6{font-size:100%;margin:.67em 0;}
3
+ ul{list-style:disc;margin-top:1em;}
4
+ ol li, ul li{font-size:.9em;margin-bottom:1em;margin-left:2em;}
5
+ address, caption, cite, code, dfn, em, strong, th, var{font-style:normal;font-weight:normal;}
6
+ table{border-collapse:collapse;border-spacing:0;}
7
+ table td{vertical-align:top;padding:.5em;}
8
+ fieldset, img{border:0;}
9
+ caption, th{text-align:left;}
10
+ q:before, q:after{content:'';}
11
+ html{text-align:center;}
12
+ body{position:relative;width:900px;margin:0 auto;background-color:#dddddd;}
13
+ div#header{position:absolute;top:0em;left:0em;min-height:7em;background-color:#765e9a;width:900px;padding:0em;background:#333333 url(/images/layout/header_bg_grey.png) no-repeat;border-bottom:1px solid #999999;margin-top:10px;}
14
+ div#branding{position:absolute;top:15%;width:30em;}
15
+ div#breadcrumbs{margin:0 0 1.5em 0;position:relative;z-index:1;}
16
+ div#metanav{position:absolute;top:0px;right:72px;margin:15px 0px 25% 0px;height:50%;width:120px;color:#ffffff;}
17
+ div#content{position:relative;margin-top:0em;width:900px;height:100%;padding:0em;}
18
+ div#content_main{position:absolute;top:9em;left:0em;min-height:450px;width:874px;padding:0em;padding-bottom:0px;margin-top:11px;border-right:1px solid #666666;border-left:1px solid #666666;border-bottom:1px solid #666666;}
19
+ div#footer{clear:both;position:absolute;margin:1em -1.2em 1em -1.2em;z-index:100;bottom:-43px;margin-left:-13px;width:890px;background:url(/images/layout/footer_bg.png) no-repeat 0 bottom;}
20
+ div#navigation{position:absolute;top:7em;text-align:left;height:2em;background-color:#99cc00;margin-top:10px;border:1px solid #666666;width:898px;padding:0em;}
21
+ div.subcolumn{float:left;width:45%;margin:0em 5% 0em 0em;}
22
+ a:link{color:#756b7f;}
23
+ a:hover{color:#665577;}
24
+ a:active{color:#665577;}
25
+ a:visited{color:#756b7f;}
26
+ .align_left{text-align:left !important;}
27
+ .align_right{text-align:right !important;}
28
+ body{font-family:Verdana, Arial, Sans-Serif;font-size:.8em;text-align:left;}
29
+ h1{font-size:1.5em;font-weight:bold;padding:0em;color:#666666;margin:0em 0em 0em 0em;}
30
+ h2{color:#333333;font-weight:bold;font-size:1.1em;margin:1.5em 0em .5em 0em;}
31
+ h2 a:link{color:#333333;}
32
+ h2 a:hover{color:#333333;}
33
+ h2 a:active{color:#333333;}
34
+ h2 a:visited{color:#333333;}
35
+ h3{color:#333333;font-weight:bold;font-size:1em;margin:1.5em 0em .5em 0em;}
36
+ p{margin-bottom:1.5em;}
37
+ dt{font-weight:bold;margin:.5em 0em .5em 1em;}
38
+ dd{display:block;margin:.5em 0em .5em 1em;}
39
+ em{font-weight:bold;}
40
+ .indented{margin-left:2em;}
41
+ td.indented{padding-left:2em !important;}
42
+ ul.indented li{margin-left:1em;}
43
+ ul.bulleted{list-style-type:disc;}
44
+ .inactive{color:#aaaaaa;font-style:italic;}
45
+ .inactive a:link, .inactive a:hover, .inactive a:visited{color:#aaaaaa !important;font-style:italic;text-decoration:none;}
46
+ pre{font-family:Verdana, Arial, Sans-Serif;font-size:.9em;text-align:left;}
47
+ .two_column{float:left;width:40%;margin-right:1em;}
48
+ .three_column{float:left;width:30%;margin-right:1em;}
49
+ .four_column{float:left;width:20%;margin-right:1em;}
50
+ div.column_left{float:left;width:350px;margin-right:5%;}
51
+ div.column_right{float:left;width:400px;}
52
+ div#branding{padding:.75em 0em 0em 4.25em;text-align:left;font-size:1.2em;font-weight:bold;color:#ffffff;line-height:1.5em;}
53
+ div#breadcrumbs{color:#999999;font-family:Arial, sans-serif;font-size:.9em;}
54
+ div#breadcrumbs a:link{color:#999999;text-decoration:none;}
55
+ div#breadcrumbs a:active{color:#999999;text-decoration:underline;}
56
+ div#breadcrumbs a:hover{color:#999999;text-decoration:underline;}
57
+ div#breadcrumbs a:visited{color:#999999;text-decoration:none;}
58
+ div#content_main{padding:1em 1em;background-color:#ffffff;}
59
+ .graph{border:1px solid #999999;}
60
+ div#metanav{padding:0em;text-align:left;font-size:.8em;}
61
+ div#metanav p{margin:0em 0em .5em 0em;}
62
+ div#metanav ul li{margin-left:1.5em;list-style-type:square;}
63
+ div#metanav ul li a:link{color:#ffffff;text-decoration:none;}
64
+ div#metanav ul li a:visited{color:#ffffff;text-decoration:none;}
65
+ div#metanav ul li a:active{color:#ffffff;text-decoration:underline;}
66
+ div#metanav ul li a:hover{color:#ffffff;text-decoration:underline;}
67
+ div#navigation{padding:0em;}
68
+ div#navigation ul{text-transform:uppercase;}
69
+ div#navigation ul li{display:block;float:left;color:#000000;text-transform:uppercase;font-size:.8em;font-weight:bold;background-color:#9c0;background:none;margin:0em;padding:.6em 1em .4em 1em;height:1.5em;border-right:1px solid #666666;}
70
+ div#navigation ul:first-child{border-left:none;}
71
+ div#navigation ul li.here{background-color:#aae10c;}
72
+ div#navigation ul li:hover{color:#ffffff !important;background:#88aa33;cursor:pointer;}
73
+ div#navigation ul li:hover a:link{color:#ffffff !important;background:#88aa33;cursor:pointer;}
74
+ div#navigation ul li a:link{color:#333333;font-weight:normal;text-decoration:none;}
75
+ div#navigation ul li a:hover{color:#ffffff;font-weight:normal;text-decoration:none;}
76
+ div#navigation ul li a:visited{color:#333333;font-weight:normal;text-decoration:none;}
77
+ div#content_main ul{margin-left:1.5em;list-style-type:disc;margin-bottom:1.5em;}
78
+ div#footer{border-top:1px solid #999999;font-size:.8em;line-height:150%;padding:1em 0em 1em 1em;}
79
+ div#footer a:link{color:#ffffff;}
80
+ div#footer a:visited{color:#ffffff;}
81
+ table.results{width:100%;margin-top:0px;margin-bottom:.5em;padding:0px;border-collapse:collapse;border:1px solid #888888;}
82
+ table.results thead tr{border:1px solid #888888;}
83
+ table.results tr.odd{background-color:#eeeeee;}
84
+ table.results tr.even{background-color:#ffffff;}
85
+ table.results tr.highlight{color:#C00;}
86
+ table.results tfoot tr{border:1px solid #888888;}
87
+ table.results th{vertical-align:middle;text-align:left;font-size:.7em;background-color:#888888;color:#ffffff;padding:3px;margin:0px;text-transform:uppercase;}
88
+ table.results th a:link, table.results th a:visited{text-decoration:none !important;color:#ffffff;}
89
+ table.results th a:hover{text-decoration:underline !important;color:#ffffff;}
90
+ table th div.sort_link{padding-bottom:1em;}
91
+ table tr th div.sort_link.sort_desc{background:url(../images/layout/arrow_desc.png) no-repeat right bottom;}
92
+ table tr th div.sort_link.sort_asc{background:url(../images/layout/arrow_asc.png) no-repeat right bottom;}
93
+ table.results tfoot td{text-align:left;font-size:.7em;background-color:#888888;color:#ffffff;padding:3px;margin:0px;text-transform:uppercase;}
94
+ table.results tfoot td a{color:#ffffff !important;}
95
+ table.results td{text-align:left;font-size:.75em;padding:6px 6px 6px 6px;margin:0px;vertical-align:top;}
96
+ .button{display:block;float:left;color:#333333;text-transform:uppercase;font-size:.8em;font-weight:normal !important;margin:2em 1.5em 1.5em 0em;border:1px solid #666666;padding:.5em;cursor:pointer;background-color:#9dbd40;text-decoration:none !important;min-width:5em;text-align:center;}
97
+ .button.inline{display:inline;float:none;margin:0em 0em 1em 1em;}
98
+ img.inline_icon:hover{cursor:pointer;}
99
+ .button a:link{color:#333333;cursor:pointer;}
100
+ .button a:visited{color:#333333;cursor:pointer;}
101
+ .button a:visited{color:#333333;cursor:pointer;}
102
+ .explanation{font-size:10px;}
103
+ .faux_field{display:block;color:#666666;width:1em;padding:.5em;border:1px solid #cccccc;background-color:#eeeeee;width:35em;min-height:1em;margin:.25em 0em 1em 0em;font-size:.8em;text-align:left;overflow:auto;}
104
+ div.fieldWithErrors input{background:#ffdddd !important;color:#ff0000;}
105
+ .form_container{background-color:#eeeeee;padding:1em;border:1px solid #999999;margin-top:1.5em;}
106
+ .form_container p{margin-top:1em;}
107
+ fieldset{margin:.5em 0em .5em 0em;}
108
+ fieldset.inline_label{margin-bottom:1.5em;}
109
+ fieldset p{color:#333333;}
110
+ .form_column{float:left;width:45%;margin-right:5%;}
111
+ .inline_help{margin-top:-1em;}
112
+ .inline_help p{font-size:9px;color:#666666;width:275px;}
113
+ input[type="text"]{color:#666666;margin:0em 0em 1em 0em;padding:3px;width:23.75em;background:#ffffff url(/images/layout/text_field_bg.jpg) repeat-x;height:auto;}
114
+ input[type="text"].short{width:3em;}
115
+ input[type="password"]{color:#666666;margin:0em 0em 1em 0em;padding:3px;width:23.75em;background:#ffffff url(/images/layout/text_field_bg.jpg) repeat-x;height:auto;}
116
+ input[type="radio"]{margin:.5em;}
117
+ textarea{background:#ffffff url(/images/layout/text_field_bg.jpg) repeat-x;font-size:1em;}
118
+ legend{padding:.5em;background-color:#7e7587;color:#ffffff;margin-left:-1.4em;width:26.5em;font-weight:bold;font-size:.8em;text-transform:uppercase;padding-left:1em;}
119
+ .help_icon{display:block;float:left;margin-top:-16px;margin-left:290px;border-left:1px solid #444444;padding:3px 6px;cursor:pointer;}
120
+ div.popup_help{color:#666666;width:98%;background:#ffffff;padding:1em;border:1px solid #999999;margin:1em 0em;}
121
+ label{display:block;font-weight:bold;color:#333333;margin:0em 0em -1em 0em;font-size:.8em;}
122
+ label.inline{display:inline;margin-left:.5em;font-size:.8em;font-weight:normal;}
123
+ label span.instructions{font-weight:normal;display:block;}
124
+ select{color:#666666;margin:0em 0em 1em 0em;}
125
+ textarea{color:#666666;padding:.5em;margin:0em 0em 1em 0em;height:10em;width:23.75em;font-family:Verdana, Arial, Sans-Serif;color:#666666;}
126
+ textarea.long{height:25em;}
127
+ textarea.wide{width:70em;}
128
+ tr.odd{background-color:#efefef;}
129
+ tr.even{background-color:#FFF;}
130
+ table.results{width:100%;margin-top:1em;margin-bottom:20px;padding:0px;border-collapse:collapse;border:1px solid #888888;}
131
+ table.results thead tr{border:1px solid #888888;}
132
+ table.results tfoot tr{border:1px solid #888888;}
133
+ table.results th{vertical-align:middle;text-align:left;font-size:.75em;background-color:#888888;color:#ffffff;padding:1em .5em 1em .5em;margin:0px;text-transform:uppercase;}
134
+ table.results tfoot td{text-align:left;font-size:.7em;background-color:#888888;color:#ffffff;padding:3px;margin:0px;text-transform:uppercase;}
135
+ table.results tfoot td a{color:#ffffff !important;}
136
+ table.results td{text-align:left;font-size:.9em !important;padding:6px 6px 6px 6px;height:auto !important;margin:0px;vertical-align:top;}
137
+ table.results td.crud_links{text-align:right;}
138
+ table.standard{width:100%;text-align:left;margin-top:0em;margin-bottom:0em;border:1px solid #999999;}
139
+ table.standard th{text-align:left;border:1px solid #7e7587;background-color:#7e7587;color:#ffffff;font-weight:bold;text-transform:uppercase;font-size:.8em;padding:1em .5em 1em .5em;}
140
+ table.standard th a{text-decoration:none !important;}
141
+ table.standard th a.arrow-desc:after{content:"\25BC";margin-left:1em;}
142
+ table.standard th a.arrow-asc:after{content:"\25B2";margin-left:1em;}
143
+ table.standard td.crud_links{text-align:right;}
144
+ table.standard td.nowrap{white-space:nowrap;}
145
+ table.standard tr.muted th{border:1px solid #999999;background-color:#999999;}
146
+ table.standard tr.summary{background-color:#cccccc;border-top:1px solid #999999;}
147
+ table.standard tr.odd{background-color:#ffffff;}
148
+ table.standard tr.even{background-color:#efefef;}
149
+ table.standard tr:hover{background-color:#dddddd;}
150
+ table.standard td{padding:.5em;text-align:left;font-size:.9em;}
151
+ table.standard td span.emphasis{font-weight:bold;}
152
+ table.standard td.nowrap{white-space:nowrap;}
153
+ .show_link{display:block;float:left;margin-top:1px;margin-right:4px;height:9px;width:9px;background-image:url(../images/icons/collapsed.gif);}
154
+ .show_link:hover{cursor:pointer;}
155
+ .hide_link{display:block;float:left;margin-top:1px;margin-right:4px;height:9px;width:9px;background-image:url(../images/icons/expanded.gif);}
156
+ .hide_link:hover{cursor:pointer;}
157
+ h2 .hide_link{margin-top:1px;margin-left:-18px;}
158
+ h2 .show_link{margin-top:1px;margin-left:-18px;}
159
+ legend .show_link{float:right;margin-top:0px;margin-right:25px;}
160
+ legend .hide_link{float:right;margin-top:0px;margin-right:25px;}
161
+ .faux_legend .show_link{float:right;margin-top:0px;margin-right:25px;}
162
+ .faux_legend .hide_link{float:right;margin-top:0px;margin-right:25px;}
163
+ div#washout{position:absolute;top:0em;left:0em;background-color:#ffffff;opacity:.9;width:100%;height:200%;z-index:999;}
164
+ div.flash_notice_static{padding:2em;border:1px solid #999999;background-color:#eeeeee;color:#000000;font-weight:bold;}
165
+ div.flash_notice{position:absolute;top:10em;width:50%;margin-left:25%;z-index:1000;padding:2em;border:1px solid #999999;background-color:#eeeeee;color:#000000;font-weight:bold;}
166
+ div.flash_error{color:#990000;font-weight:bold;margin-bottom:1.5em;}
167
+ .field_with_errors select{border:1px solid #990000;}
168
+ .field_with_errors input{border:1px solid #990000;background-image:url(/images/layout/text_field_error_bg.png);}
169
+ #error_explanation{background:#eeeeee;padding:1em;border:1px solid #990000;}
170
+ #error_explanation h2{background:none;color:#990000;padding:0px !important;margin:0px;}
171
+ #error_explanation ul{width:25%;float:left;margin-left:1em;}
172
+ #error_explanation ul li{list-style:disc;margin-left:1em;}
173
+ img.crud_icon{margin-left:7px;}
174
+ .crud_link{margin-left:.5em;}
175
+ .pagination{font-size:10px;padding:3px;margin:10px;text-align:right;white-space:nowrap;}
176
+ .pagination_label{float:left;width:30%;font-size:10px;padding-top:1em;}
177
+ .pagination_controls{float:right;width:60%;}
178
+ .pagination a{padding:2px 5px 2px 5px;margin:2px;border:1px solid #999999;color:#666666;}
179
+ .pagination a:hover, .pagination a:active{border:1px solid #999999;background-color:#eeeeee;color:#000;}
180
+ .pagination span.current{padding:2px 5px 2px 5px;margin:2px;border:1px solid #999999;font-weight:bold;background-color:#eeeeee;color:#000000;}
181
+ .pagination span.disabled{padding:2px 5px 2px 5px;margin:2px;border:1px solid #999999;color:#cccccc;}
182
+ .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
183
+ * html .clearfix{height:1%;}
184
+ #preload{height:0;overflow:hidden;}