add del image style, clean up
[atutor.git] / docs / themes / default / styles.css
1 html,body{
2         height:100%;
3 }
4 .site-name{
5         font-size:small;
6         font-weight:bold;
7         padding-left:1em;
8         color:grey;
9         white-space:nowrap;
10         margin-left:1em;
11         float:left;
12
13
14 }
15 /* main body attributes */
16 body {
17         font-family: Verdana, Helevetica, Arial, sans-serif;
18         margin:0px;
19         margin-top: -10px;
20         font-size: .8em;
21         background-color: #EDE7C2;
22 }
23 .page_wrapper{
24         border:1px solid #aaaaaa;
25         width:97%;
26         margin-left:auto;
27         margin-right:auto;
28         margin-top:1em;
29         background-color: #ffffff;
30         border-radius: 1em 1em 1em 1em;
31         -moz-border-radius: 1em 1em 1em 1em;
32         -moz-box-shadow:.1em .1em  #999999;
33         box-shadow: .1em .1em  #999999;
34         background-image: url('images/atutor_head.jpg');
35         background-position: 0% 0%;
36         background-repeat: repeat-x;
37     background-size:auto auto;
38
39 }
40 p {
41         margin: 0.5em 0em 1em 0em;
42         text-align: justify;
43         line-height: 150%;
44         font-size: 1em;
45 }
46
47 p a {
48         text-decoration: underline;
49 }
50
51 p a:visited {
52         color: #3F2670;
53         background-color: transparent;
54 }
55
56 p a:active {
57         color: #A50707;
58         background-color: transparent;
59 }
60
61 h1, h2, h3, h4, h5, h6 {
62         color: #545454;
63         font: 100% Verdana, Helvetica, Arial, sans-serif;
64         font-weight: bold;
65         margin: 0;
66         padding-top: 0.5em;
67 }
68
69 h1 {
70         font-size: 160%;
71 }
72
73 h2 {
74         font-size: 150%;
75 }
76 h2.sidebox{
77         font-size: 110%;
78 }
79 h3 {
80         font-size: 130%;
81 }
82
83 h4 {
84         font-size: 120%;
85 }
86
87
88 h5 {
89         font-size: 100%;
90 }
91
92
93
94 /*  Table of content attributes*/
95 p.toc{
96         font-family: Verdana, Helevetica, Arial, sans-serif;
97         background-color: #E9F4F3;
98         padding: .6em;
99         margin-bottom: .6em;
100         margin-top: 0em;
101         margin-left: 1em;
102         margin-right: 3em;
103         border: 1px #ACCFCC solid;
104
105
106 /* list attributes */
107 ul {
108         font-family: Verdana, Helevetica, Arial, sans-serif;
109         margin-bottom: 0px;
110         margin-top: 0px;
111         margin-right: 0px;
112 }
113
114 li {
115         font-family: Verdana, Helevetica, Arial, sans-serif;
116         margin-bottom: 0px;
117         margin-top: 0px;
118         margin-right: 0px;
119 }
120
121 li.folders {
122         list-style: disc url(../../images/folder.gif) outside;
123         font-family: Verdana, Helevetica, Arial, sans-serif;
124         margin-bottom: 0px;
125         margin-top: 0px;
126         margin-right: 0px;
127 }
128
129 li.folders .disabled {
130         color: #B8AE9C;
131 }
132
133 ul.folder{
134
135         list-style-image:none;
136         list-style-position:outside;
137         list-style-type:none;
138         margin:0em;
139         padding:0em;
140
141 }
142
143 /* link attributes */
144 a:link, a:visited  {
145         color: #1A4A72;
146 }
147 a:hover {
148         color: #932318;
149         color:#ffffff;
150 }
151 a:active {
152         color: #932318;
153 }
154 /* align text to the left */
155 .left {
156         text-align: left;
157 }
158
159 a.dropdown-title {
160         color: white;
161         font-weight: normal;
162         text-decoration: none;
163 }
164
165
166 /* table border */
167 .tableborder {
168         border: 1px #595241 solid;
169 }
170
171 /* main submit button */
172 .button {
173         background-color: #efefef;
174         font-weight: normal;
175         border:  #AAA  solid 1px;
176         border-radius: .3em .3em .3em .3em;
177         -moz-border-radius: .3em .3em .3em .3em;
178         -moz-box-shadow:.1em .1em .2em #999999;
179         box-shadow: .1em .1em .2em #999999;
180         font-size:100%;
181
182 }
183 .button:focus {
184
185         border:1px solid #cccccc;
186
187 }
188 .button:active {
189         background-color: #000000;
190 }
191 /* small submit button at top */
192 .button2 {
193         font-family: Verdana, Helevetica, Arial, sans-serif;
194         background-color: #E9F4F3;
195
196 }
197 .button2:focus {
198         background-color: #E9F4F3;
199         border:  #ACCFCC  solid 1px;
200 }
201
202 /* date attributes */
203 small.date {
204         font-family: Verdana, Helevetica, Arial, sans-serif;
205         color: #595241; 
206         margin-bottom: 0px; 
207         margin-top: 0px;
208         margin-left: 5px;
209         margin-right: 0px;
210         font-size:1em;
211 }
212
213 /* page breakline */
214 hr {
215         color: #ACCFCC;
216         background-color: white;
217         height: 1px;
218 }
219
220 /* message box styles */
221
222 /* Editor box small */
223 .editorsmallbox {
224         font-family: Verdana, Helevetica, Arial, sans-serif;
225         background-color: #E9F4F3;
226         padding: 2px;
227         padding-right: 3px;
228         border: 1px #ACCFCC solid;
229 }
230
231 /* Editor box large */
232 .editorlargebox {
233         font-family: Verdana, Helevetica, Arial, sans-serif;
234         background-color: #E9F4F3;
235         margin-left:1em;
236         padding-left: .2em;
237         padding-right: .5em;
238         padding-top: .5em;
239         padding-bottom: .4em;
240         border: 1px #ACCFCC solid;
241 }
242
243
244 select.dropdown {
245         font-family: Verdana, Helevetica, Arial, sans-serif;
246 }
247
248 .highlight, a.highlight {
249         background-color: #5B8E88;
250         color: white;
251 }
252
253 a .highlight{
254         background-color: #5B8E88;
255         color: white;
256 }
257
258 .center {
259         text-align: center;
260 }
261
262
263 /* edit content tabs */
264 .buttontab {
265         color:#555;
266         font-size:10pt;
267         white-space: nowrap;
268         background-color: #FFFFFF;
269         margin: 0px;
270         border:0;
271         font-weight:500;
272         text-align:center;
273         padding:0em 0em 0em;
274
275 }
276
277 .tab {
278         border-top: 1px solid #cccccc;
279         border-left: 1px solid #cccccc;
280         border-right: 1px solid #cccccc;
281         border-bottom:0;
282         text-align: center;
283         white-space: nowrap;
284         width:13%;
285         padding:0;
286         margin:0;
287 }
288
289 .buttontab selected {
290         font-family: Helvetica, Arial, Helvetica, sans-serif;
291         border:0;
292         padding-left: 3px;
293         padding-right: 3px;
294         background-color: #FFFFFF;
295         margin: 0px;
296         font-weight:bold;
297         text-align:center;
298         padding:0em 1em 0em;
299         white-space: nowrap;
300         text-decoration:underline;
301         width:12%;
302 }
303 td.selected{
304         width:13%;
305         font-weight: bold;
306         text-align: center;
307         white-space:nowrap;
308         background-color: white;
309         border-top: 1px #B8AE9C solid;
310         border-left: 1px #B8AE9C solid;
311         border-right: 1px #B8AE9C solid;
312         padding-left: 3px;
313         padding-right: 3px;
314
315 }
316 .econtainer{
317         background-color: #fffaf0;
318         border:1px #6F7172 solid;
319         margin-left:.5em;
320 }
321
322 .tab a:link, .etab a:visited {
323         color: black;
324         background-color: white;
325
326 }
327 .tab a:hover {
328         color: black;
329         background-color: white;
330 }
331
332 .etabself {
333         background-color: #6F7172;
334
335         text-align: center;
336         font-weight: bold;
337         padding: 2px;
338 }
339
340
341 .unsaved {
342         color: red;
343         background-color: #FFFDE0;
344         font-weight: bold;
345 }
346 .saved {
347         background-color: #FFFDE0;
348         margin: 10px;
349 }
350
351
352
353 /* the side menu */
354 /* the side menu heading */
355 td.dropdown-heading {
356         background-color: #eeeeee;
357         color: #595241;
358         border: 1px solid #cccccc;
359         font-weight: bold;
360         padding: 2px;
361 }
362
363 td.dropdown-heading a, td.dropdown-heading a:hover, td.dropdown-heading a:visited {
364         text-decoration: none;
365 }
366
367 td.dropdown-heading.closed {
368         border-bottom: 1px solid #ECFEEA;
369 }
370
371 /* the side menu content */
372 td.dropdown {
373         padding: 2px;
374         background-color: white;
375         color: black;
376         border-left: 1px solid #eeeeee;
377         border-right: 1px solid #eeeeee;
378         border-bottom: 1px solid #eeeeee;
379         font-weight: normal;
380 }
381 td.dropdown a, td.dropdown a:visited  {
382         color: #595241;
383         text-decoration: none;
384 }
385 td.dropdown a:hover {
386         color: #595241;
387         text-decoration: underline;
388 }
389 td.dropdown.cell {
390         border-bottom: 0px;
391 }
392 td.dropdown strong {
393         color: #2A6C28;
394 }
395
396 /* added for 1.4.2: */
397 .results {
398         padding-left: 20px;
399 }
400
401 h5.search-results {
402         background-color: #F7F3ED;
403         color: #595241;
404         padding: 1px;
405         margin-bottom: 5px;
406         margin-top: 10px;
407         margin-left: 5px;
408 }
409
410 small.search-info {
411         color: #595241;
412 }
413
414 p.search-description {
415         background-color: #FFFCE5;
416         color: #595241;
417 }
418
419 .test-box {
420         background-color: #F7F3ED;
421         color: #595241;
422         border-left: 1px solid #595241;
423         border-right: 1px solid #595241;
424         border-top: 1px solid #595241;
425         font-weight: bold;
426         padding: 2px;
427 }
428
429 /***************************************************************/
430
431 table.tabbed-table {
432
433         width: 100%;
434         border:1px black solid;
435 }
436 table.tabbed-table th#left-empty-tab {
437         background-color: transparent;
438         width: 15px;
439         border-bottom: 1px solid #B8AE9C;
440 }
441 table.tabbed-table th#right-empty-tab {
442         text-align: right;
443         background-color: transparent;
444         border-bottom: 1px solid #B8AE9C;
445         width: 400px;
446         padding-right: 5px;
447 }
448 table.tabbed-table th#right-empty-tab a {
449         text-decoration: underline;
450 }
451 table.tabbed-table th.tab-spacer {
452         background-color: transparent;
453         width: 5px;
454         border-bottom: 1px solid #B8AE9C;
455 }
456
457 table.tabbed-table th.tab {
458         padding-top: 2px;
459         padding-bottom: 2px;
460         width: 110px;
461         background-color: #E9F4F3;
462         border-bottom: 1px solid #B8AE9C;
463         border-left: 1px solid #B8AE9C;
464         border-top: 1px solid #B8AE9C;
465         border-right: 1px solid #B8AE9C;
466 }
467 table.tabbed-table th.tab:hover {
468         background-color: #ACCFCC;
469 }
470
471 table.tabbed-table th.tab a:focus {
472         color: white;
473 }
474 table.tabbed-table th.selected {
475         padding-top: 2px;
476         padding-bottom: 2px;
477         width: 110px;
478         background-color: #ACCFCC;
479         border-left: 1px solid #B8AE9C;
480         border-top: 1px solid #B8AE9C;
481         border-right: 1px solid #B8AE9C;
482 }
483
484 table.tabbed-table a, table.tabbed-table a:visited, table.tabbed-table a:hover {
485         color: black;
486         text-decoration: none;
487 }
488
489
490 a#my-start-page {
491         padding: 2px;
492         padding-left: 15px;
493         background-repeat: no-repeat;
494         background-position: 2px 5px;
495 }
496
497 a#back-to {
498         padding-left: 20px;
499         background-image: url(images/back.gif);
500         background-repeat: no-repeat;
501         background-position: 0px 0px;
502 }
503
504 div#breadcrumbs {
505     /* The path bar, including breadcrumbs and add to favorites */
506         clear:both;
507         font-size: 0.85em;
508         padding:3px;
509         float:left;
510 }
511 h2.page-title {
512         clear:right;
513         margin-bottom: 10px;
514         padding:0px;
515 }
516
517 h1 {
518         margin-bottom: 5px;
519 }
520
521
522 div#help {
523         border-left: 1px solid black;
524         border-right: 1px solid black;
525         border-bottom: 1px solid black;
526         padding-left: 5px;
527         padding-right: 5px;
528         padding-bottom: 5px;
529         background-color: #F7F3ED;
530         margin-left: 5px;
531         margin-right: 5px;
532         font-size: small;
533 }
534
535 h3#help-title {
536         margin-left: 5px;
537         margin-right: 5px;
538         border-left: 1px solid black;
539         border-right: 1px solid black;
540         padding: 1px;
541         background-color: #F7F3ED;
542 }
543 .line {
544         border-bottom: 1px solid black;
545 }
546 div#help p {
547         padding: 0px;
548         margin: 0px;
549 }
550
551 div#toctoggle {
552         float: left;
553         padding-left: 10px;
554 }
555
556 h1#section-title {
557         float: left;
558         margin-left:1em;
559         margin-top:-.5em;
560         
561 }
562
563 div#bypass-links{
564         width:3px;
565 }
566
567 div#top-links {
568         float:right;
569         clear:both;
570         padding-right: 5px;
571         margin-right:20px;
572         margin-top:0em;
573 }
574 div#top-links a:link, div#top-links a:visited {
575         text-decoration:none;
576         margin-left:.5em;
577         margin-right:.5em;
578         
579 }
580 div#top-links a:focus{
581         color:black;
582         background-color:#F6EAD6;
583 }
584 #top-links-text{
585         float:right;
586         clear:right;
587         margin-left: 2em;
588         margin-top:.2em;
589         white-space:nowrap;
590         background-color:#eeeeee;
591         border:thin solid #cccccc;
592         border-radius: .3em .3em .3em .3em;
593         -mox-border-radius: ..3em .3em .3em .3em;
594         -moz-box-shadow:.1em .1em .2em #999999;
595          box-shadow: .1em .1em  .2em #999999;
596 }
597 #top-links-jump{
598         float:left;
599         white-space:nowrap;
600         margin-top:.2em;
601         background-color:#eeeeee;
602         padding-right:.5em;
603 }
604
605 #jumpmenu{
606         background-color:#eeeeee;
607         border:thin solid #cccccc;
608         border-radius:.3em .3em .3em .3em;
609         -moz-border-radius:.3em .3em .3em .3em; 
610         font-size:100%;
611 }
612 a#editor-link {
613         background-color: #F7F3ED;
614         padding-top: 1px;
615         padding-bottom: 1px;
616         padding-left: 15px;
617         padding-right: 8px;
618         border: 1px solid #cccccc;
619         font-weight: normal;
620         text-decoration: none;
621 }
622
623 a#editor-link:hover {
624         background-color: #F7F3ED;
625         border: 1px solid #B8AE9C;
626 }
627
628 a#editor-link.off {
629         background-image: url(images/pen.gif);
630         background-repeat: no-repeat;
631         background-position: 0px 2px;
632 }
633 a#editor-link.on {
634         background-image: url(images/pen2.gif);
635         background-repeat: no-repeat;
636         background-position: 0px 2px;
637 }
638
639
640 /* for data tables */
641
642 table.data {
643         clear:right;
644         border: 1px solid #cccccc;
645         width: 95%; 
646         margin-left: auto; 
647         margin-right: auto;
648         border-radius:.5em;
649         -moz-border-radius: .5em .5em .5em .5em;
650         padding:.2em
651
652
653 table.data th {
654         background-color: #eeeeee;
655         padding: 3px;
656         white-space: nowrap;
657 }
658
659 table.data th a {
660         color: #595241;
661         padding-right: 15px;
662         margin-right: 15px;
663         background-image: url('images/sort.png');
664         background-repeat: no-repeat;
665         background-position: right;
666 }
667
668 table.data tbody {
669         border-top: 1px solid #B8AE9C;
670         border-bottom: 1px solid #B8AE9C;
671 }
672
673 table.data tbody th {
674         text-align: left;
675         background-color: #F7F3ED;
676         cursor: auto;
677 }
678
679 table.data td {
680         padding: 3px;
681 }
682
683 table.data tbody tr:hover {
684         background-color: #efefef;
685         cursor: pointer;
686 }
687
688 table.data tbody tr.selected {
689         background-color: #E9F4F3;
690         cursor: auto;
691 }
692
693 table.data tfoot {
694         background-color: #F7F3ED;
695 }
696
697 table.data tfoot tr:first-child td {
698         padding: 5px;
699         background-image: url('images/arrow_ltr.gif');
700         background-repeat: no-repeat;
701         background-position: 4px 5px;
702         padding-left: 40px;
703 }
704
705 table.data.static tfoot td, table.data.static tfoot tr:first-child td {
706         border-top: 1px solid #B8AE9C;
707         padding: 5px;
708         background-image: none;
709         padding-left: 0px;
710
711 }
712
713 /*buttons*/
714 table.data tfoot input {
715         background-color: #efefef;
716         font-weight: normal;
717         border:  #AAA  solid 1px;
718 }
719 table.data tfoot input:focus {
720         background-color: #FFDAB9;
721         border:  #AAA  solid 1px;
722
723 }
724
725
726 /* used for static tables with no form elements: */
727 table.data.static tbody tr:hover {
728         background-color: transparent;
729         cursor: auto;
730 }
731
732 /* course browser: */
733
734 div#browse {
735         margin-left: auto; 
736         margin-right: auto; 
737         width: 80%;
738 }
739
740 div.browse-selected {
741         background-image: url('images/side_arrow.gif'); 
742         background-repeat: no-repeat; 
743         padding-left: 9px; 
744         background-position: center left;
745 }
746
747 div.browse-unselected {
748         padding-left: 9px; 
749 }
750
751 ul.browse-list {
752         list-style: none;
753         padding:0px;
754 }
755
756 /* feedback /errors */
757 div#error {
758         width: 50%;
759         margin-left: auto;
760         margin-right: auto;
761         margin-top: 15px;
762         margin-bottom: 15px;
763         border: 1px solid #DD0000;
764         padding: 5px;
765         background-color: #F4DCDC;
766         color: #A50707;
767         background-color: #F4DCDC;
768         padding-left: 25px;
769         font-weight: bold;
770         border-radius: .5em;
771         -moz-border-radius: .5em;
772 }
773 div#error h4 {
774         color: black;
775         margin-left: 0px;
776 }
777
778 div#error ul, div#feedback ul, div#help ul {
779         position: relative;
780         list-style: none;
781         margin-left: 0px;
782         padding-left: 0px;
783 }
784
785 div#error ul li{
786         margin-top: 5px;
787 }
788
789 div#feedback {
790         width: 50%;
791         margin-left: auto;
792         margin-right: auto;
793         margin-top: 15px;
794         margin-bottom: 15px;
795         border: 1px solid #17B506;
796         padding: 5px;
797         background-color: #F2FCF0;
798         color: #595241;
799         font-weight: bold;
800         border-radius: .5em;
801         -moz-border-radius: .5em;
802 }
803
804 div#help {
805         width: 50%;
806         margin-left: auto;
807         margin-right: auto;
808         margin-top: 15px;
809         margin-bottom: 15px;
810         border: 1px solid #ACCFCC;
811         padding: 5px;
812         background-color: #E9F4F3;
813         color: #024C41;
814         border-radius: .5em;
815         -moz-border-radius: .5em;
816 }
817
818 div#info {
819         width: 50%;
820         margin-left: auto;
821         margin-right: auto;
822         margin-top: 15px;
823         margin-bottom: 15px;
824         border: 1px solid #B8AE9C;
825         padding: 5px;
826         background-color: #EFE6FF;
827         color: #595241;
828         font-weight: bold;
829         border-radius: .5em;
830         -moz-border-radius: .5em;
831 }
832
833 div#warning {
834         width: 50%;
835         margin-left: auto;
836         margin-right: auto;
837         margin-top: 15px;
838         margin-bottom: 15px;
839         border: 1px solid #FF8400;
840         padding: 5px;
841         background-color: #FFF6ED;
842         color: #D95900;
843         font-weight: bold;
844         border-radius: .5em;
845         -moz-border-radius: .5em;
846 }
847 acronym {
848         cursor: help;
849 }
850
851 div.news p {
852         margin-left: 10px;
853 }
854 div.news span.date {
855         font-family: Verdana, Helevetica, Arial, sans-serif;
856         color: #B8AE9C; 
857 }
858
859 /* home page links */
860 div.home-link {
861         padding: 2px;
862         float: left;
863         text-align: center;
864         margin: 2px;
865         width: 120px;
866         height: 90px;
867 }
868 div.home-link:hover {
869         padding: 1px;
870         background-color: #F7F3ED;
871         border: 1px solid #afafaf;
872         float: left;
873         text-align: center;
874         margin: 2px;
875 }
876 div.home-link a {
877         text-decoration: none;
878         font-weight: bold;
879 }
880
881 div.home-link img {
882         border: 0px;
883 }
884
885 /* sequence links */
886 div.sequence-links {
887         float:right;
888         margin-top: 10px;
889         padding-right: 5px;
890         padding-top:7px;
891 }
892 div.sequence-links a {
893         text-decoration: none;
894 }
895
896 div.dropdown {
897         width: 200px;
898         padding: 2px;
899         background-color: white;
900         color: black;
901         border-left: 1px solid #ECFEEA;
902         border-right: 1px solid #ECFEEA;
903         border-bottom: 1px solid #ECFEEA;
904         font-weight: normal;
905 }
906
907 div.dropdown-heading {
908         background-color: #ACCFCC;
909         color: #595241;
910         border-left: 1px solid #ECFEEA;
911         border-right: 1px solid #ECFEEA;
912         border-top: 1px solid #ECFEEA;
913         font-weight: bold;
914         padding: 2px;
915 }
916
917 .required {
918         font-weight: bold;
919         color: red;
920         padding-right: 2px;
921 }
922
923 div#content_text {
924         margin-left: 5px;
925 }
926
927 form {
928         clear: none;
929         display:inline;
930 }
931
932
933 optgroup {
934         font-size: small;
935 }
936
937 /* packing */
938 div.paging {
939         width: 100%;
940         text-align: center;
941         margin: 0.5em auto;
942 }
943 div.paging ul {
944         list-style: none;
945         display: inline;
946         padding: 0px;
947         border: 1px solid #000;
948 }
949 div.paging li { 
950         display: inline; 
951         padding-left: 2px; 
952         padding-right: 2px;
953         padding-top: 0px;
954         padding-bottom: 0px;
955 }
956
957 div.paging li a {
958         text-decoration: none;
959         padding-left: 4px;
960         padding-right: 4px;
961         border-left: 1px solid white;
962         border-right: 1px solid white;
963 }
964
965 div.paging li a:hover, div.paging li a.current {
966         background-color: #F7F3ED;
967         border-left: 1px solid #000;
968         border-right: 1px solid #000;
969 }
970
971 #header{
972         /* background-image: url('images/pencil_top_ds.png'); */
973         background-position: 99% 99%;
974         background-repeat: no-repeat;
975
976 }
977
978 #header a{
979         font-weight:600;
980 }
981
982
983 #header a:hover {
984         color: #595241;
985         background-color: #F7F3ED;
986 }
987 #tl_corner{
988
989         background-image:url(images/tl_corner.gif);
990         background-position: top left;
991         background-repeat: no-repeat;
992         padding:0;
993 }
994 div.top {
995         /* Top space */
996         background-color: #595241;
997         color: #FFF;
998         margin: 0;
999         padding: 0;
1000         padding-top:9px;
1001 }
1002 div.tabs {
1003         /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
1004         background-color: transparent;
1005         border-collapse: collapse;
1006         border-bottom: 1px solid #B8AE9C;
1007         padding: 0.5em 0em 0em 2em;
1008         white-space: nowrap;
1009 }
1010
1011 div.tabs a {
1012     /* The normal, unselected tabs. They are all links */
1013         background-color: transparent;
1014         border-color: #B8AE9C;
1015         border-width: 1px; 
1016         border-style: solid solid none solid;
1017         color: #595241;
1018         height: 1.2em;
1019         margin-right: 0.5em;
1020         padding: 0em 2em 0em;
1021     
1022 }
1023
1024 div.tabs a.selected {
1025     /* The selected tab. There's only one of this */
1026         background-color: white;
1027         border-bottom: #B8AE9C 1px solid;
1028         color: #595241;
1029         font-weight: normal;
1030 }
1031
1032 div.tabs a:hover, div.tabs a.active {
1033         background-color: #B8AE9C;
1034         border-bottom: 1px solid #B8AE9C;
1035         color: white;
1036 }
1037 .contentbox{
1038         border-radius:.5em;
1039         -moz-border-radius: 0em 0em .5em .5em;
1040         -moz-box-shadow:.1em .1em .1em #999999;
1041         box-shadow: .1em .1em .1em #999999;
1042 }
1043
1044 .headingbox{
1045         border-radius:.5em;
1046         -moz-border-radius: .5em .5em 0em 0em;
1047         -moz-box-shadow:.1em .1em .2em #999999;
1048         box-shadow: .1em .1em .2em #999999;
1049 }
1050 .headingbox a{
1051         color: #A50707;
1052         text-decoration:underline;
1053 }
1054
1055 h4.box {
1056         font-size:0.85em;
1057         padding: 2px;
1058         border-radius: .5em .5em 0em 0em;
1059         -moz-border-radius: .5em .5em 0em 0em;
1060         padding:.2em;
1061         border:1px solid #ccc;
1062         -moz-box-shadow:.1em .1em .1em #999999;
1063         box-shadow: .1em .1em .1em #999999;
1064
1065 }
1066
1067 div.box {
1068         padding: .5em;
1069         background-color: #F5F5F5;
1070         color: black;
1071         font-size:0.85em;
1072         font-weight: normal;
1073         border-radius:.0em .0em .5em .5em;
1074         -moz-border-radius: .0em .0em .5em .5em;
1075         border-left:1px solid #ccc;
1076         border-right:1px solid #ccc;
1077         border-bottom:1px solid #ccc;
1078         -moz-box-shadow:.1em .1em .1em #999999;
1079          box-shadow: .1em .1em  .1em #999999;
1080 }
1081
1082 h5.box { 
1083         background-color: #6F7172;
1084         border: 1px solid #B8AE9C;
1085         border-style: solid solid none solid;
1086         color: Black;
1087         padding: 0em 1em 0em 1em;
1088         display: inline;
1089         font-size:  1em;
1090         height: 1em;
1091 }
1092
1093 div.box a:link {
1094         text-decoration: none;
1095 }
1096
1097 div.box a:visited {
1098         color: #2A6C28;
1099         text-decoration: none;
1100 }
1101
1102 div.box a:hover {
1103         text-decoration: underline;
1104 }
1105
1106 .boxDetails {
1107         text-align: right;
1108 }
1109
1110 div.box .content {
1111         padding: 1em;
1112         font-size:  1em;
1113 }
1114
1115 div.box a.close {
1116         float: right;
1117         text-transform: none;
1118         border-left: 1pt solid #B8AE9C;
1119         padding: 0em 0.2em;
1120 }
1121
1122 div.box h1, 
1123 div.box h2, 
1124 div.box h3, 
1125 div.box h4 {
1126         margin: 0;
1127         padding: 0;
1128 }
1129
1130 div.box .even {
1131         background-color: #F7F3ED;
1132 }
1133
1134 div.box .odd {
1135         background-color: transparent;
1136 }
1137
1138
1139 /* users/index.php */
1140
1141 div.course {
1142         position: relative;
1143         width: 25em;
1144         height: 10.5em;
1145         border: rgb(204, 204, 204) 1px solid;
1146         background-color: #F7F7F7;
1147         float: left;
1148         margin: 3px;
1149         padding: 5px;
1150 }
1151
1152 div.course.break {
1153         clear: left;
1154 }
1155
1156 div.course h2 {
1157         border: 0px;
1158         font-weight: normal;
1159         font-size: large;
1160
1161 }
1162
1163 div.course:hover {
1164         background-color:#FBF4E9;
1165         border: #B8AE9C 1px solid;
1166 }
1167
1168 div.course img.icon     {
1169         float: left;
1170         margin: 2px;
1171         height:6.8em;
1172         width:6.8em;
1173         margin-right:5px;
1174 }
1175 img.headicon    {
1176         float:  left;
1177         margin-top:.5em;
1178         margin-left:.5em;
1179         margin-right:.5em;
1180         height:6.45em;
1181         width:6.45em;
1182         vertical-align:top;
1183         text-align: right;
1184         border:1px solid white;
1185 }
1186 div.course div.shortcuts , a {
1187         text-align: right;
1188         text-decoration:none;
1189         clear: left;
1190         vertical-align: middle;
1191 }
1192
1193 div#alternatives_shortcuts {
1194         float: right;
1195         margin: -2em 5pt;
1196         border-radius: .5em .5em .5em .5em;;
1197         -moz-border-radius: .5em .5em .5em .5em;
1198         -moz-box-shadow:.1em .1em .2em #999999;
1199          box-shadow: .1em .1em  .2em #999999;
1200          border:1px solid #cccccc;
1201          padding-top: .2em;
1202          padding-left: .2em;
1203          padding-right: .2em;
1204 }
1205
1206 fieldset#shortcuts {
1207         float: right;
1208         background-color: #FEFDEF;
1209         border: 1pt solid #B8AE9C;
1210         margin: -5pt 5pt 5pt 5pt;
1211         padding-right: 10pt;
1212         padding-bottom: 5pt;
1213         padding-left: 10pt;
1214 }
1215
1216 fieldset {
1217         margin-bottom: 10pt;
1218         border-radius: .5em .5em .5em .5em;;
1219         -moz-border-radius: .5em .5em .5em .5em;
1220         padding:.2em
1221 }
1222 div#shortcuts{
1223         border-left:thin solid #cccccc;
1224         border-right:thin solid #cccccc;
1225         border-bottom:thin solid #cccccc;
1226         border-radius: 0em 0em .5em .5em;;
1227         -moz-border-radius: 0em 0em .5em .5em;
1228         float:right;
1229         -moz-box-shadow:.1em .1em .2em #999999;
1230          box-shadow: .1em .1em  .2em #999999;
1231         margin-right:2em;
1232         padding:.1em;
1233 }
1234 #shortcuts legend {
1235         border-radius:.5em;
1236         -moz-border-radius: .5em .5em .5em .5em;
1237         padding:.2em
1238 }
1239 #shortcuts ul {
1240
1241         margin-top: 0pt;
1242         margin-bottom: 0pt;
1243         margin-left: 0pt;
1244         list-style-type:  none;
1245         padding-left: 0pt; 
1246 }
1247 #shortcuts li{
1248         display: inline;
1249 }
1250 a#guide {
1251         background-image: url('images/help.png'); 
1252         background-repeat: no-repeat; 
1253         background-position: 2px 2px;
1254         padding: 3px 10px 5px 30px;
1255         text-decoration:none;
1256         font-size:0.85em;
1257         float:right;
1258 }
1259 div#guide_box{
1260         border-left:thin solid #cccccc;
1261         border-right:thin solid #cccccc;
1262         border-bottom:thin solid #cccccc;
1263         border-radius: 0em 0em .5em .5em;;
1264         -moz-border-radius: 0em 0em .5em .5em;
1265         -moz-box-shadow:.1em .1em .2em #999999;
1266         box-shadow: .1em .1em .2em #999999;
1267         float:right;
1268         margin-right:2em;
1269         padding-left:.1em;
1270         width:auto;
1271 }
1272
1273 div#content-text {
1274         padding-right: 5pt;
1275         line-height:150%;
1276 }
1277
1278 div#content-text li {
1279         margin-left: 15pt;
1280 }
1281
1282 div#content-test {      
1283         float: left;
1284         margin-top: 2em;
1285         padding-right: 5pt;
1286         width: 80%;
1287 }
1288 div#content-test ol{    
1289         margin-right: 5pt;;     
1290 }
1291
1292 div#content-test ol ul li{
1293         list-style: none;
1294         padding: 0px 2px 0px 15px;
1295         margin-bottom: 1px; 
1296         line-height: 200%; 
1297         background-color: #fdfdfd; 
1298         border-bottom: 1px solid #efefef; 
1299         border: 1px solid #eeeeff;
1300 }
1301
1302 div#content-info {
1303         margin: 5pt;
1304         font-size: small;
1305         color: #b8ae9c;
1306         clear: both;
1307 }
1308
1309 div#container {
1310         text-align: left;
1311         margin: 0px auto;
1312         padding: 0px;
1313         border:0;
1314         width: 95%;
1315         border:1px solid #cccccc;
1316         border-radius: .5em .5em .5em .5em;
1317         -moz-border-radius: .5em .5em .5em .5em;
1318         -moz-box-shadow:.1em .1em .2em #999999;
1319          box-shadow: .1em .1em  .2em #999999;
1320         padding:.2em
1321 }
1322
1323 div#menutoggle{
1324         text-align: right; 
1325         padding-bottom: 10px; 
1326         padding-right: 10px; 
1327         float: left; 
1328         margin-top: 10px; 
1329         padding-right: 5px; 
1330         font-size:0.95em;
1331 }
1332
1333
1334 /* login page */
1335 div.column {
1336         float: left;
1337         width: 45%;
1338         margin: 5px;
1339         min-width: 170px;
1340 }
1341
1342 div.column h3 {
1343         background-color: #F6EAD6;
1344         border-bottom: .05em solid #6F7172;
1345         font-size: small;
1346         display:block;
1347         color:black;
1348         font-weight:600;        
1349         padding-left:0.5em;
1350 }
1351
1352 div.insidecol {
1353         min-height: 170px;
1354         height: 170px;
1355         padding:5px;
1356 }
1357
1358
1359 /* index page */
1360 ul#home-links, ul#home-detail-links {
1361         list-style: none;
1362 }
1363 ul#home-links li {
1364         
1365         display: inline;
1366         float: left;
1367         padding: 0.8em;
1368         text-align: center;
1369         margin: 0.1em;
1370         width: 8.5em;
1371         height: 7.0em;
1372         padding-left:0px;
1373
1374 }
1375 ul#home-links li a {
1376         text-decoration: none;
1377         border: 1px transparent;
1378         font-weight: bold;
1379 }
1380 ul#home-links li a img {
1381         border: 0px;
1382         display: block;
1383         padding-left:25px;
1384 }
1385
1386
1387 /* tree */
1388 .img-size-tree {
1389         vertical-align: middle;
1390         margin-top: 0px;
1391         margin-left:-.5em;
1392         margin-bottom:-.2em;
1393     padding:0;
1394         height:1.3em;
1395         width:1.4em;
1396 }
1397 /* profile page */
1398
1399 dl#public-profile {
1400         width: 100%;
1401         
1402 }
1403 dl#public-profile dt {
1404         float: left;
1405         font-weight: bold;
1406         width: 30%;
1407         border-right: 1px solid #F7F3ED;
1408         padding: 5px 5px 5px 0px;
1409         vertical-align: middle;
1410         margin-right: 5px;
1411 }
1412 dl#public-profile dd {
1413         margin-bottom: 5px;
1414         padding: 5px 0px 5px 5px;
1415 }
1416
1417 div.social-right{
1418         width:65%;
1419         float:left;
1420         clear:right;
1421         margin-left:.5em;
1422 }
1423 div.social-left{
1424         width:29%;
1425         margin-left:.5em;
1426         float:left;
1427 }
1428 div.social-wrapper{
1429         padding:5em;
1430         border-radius:.5em .5em .5em .5em;
1431         -moz-border-radius: .5em .5em .5em .5em;
1432         -moz-box-shadow:.1em .1em .2em #999999;
1433          box-shadow: .1em .1em .2em #999999;
1434 }
1435 /* floating layout */
1436 #contentwrapper{
1437         float: left;
1438         width: 100%;
1439 overflow:hidden;
1440
1441 }
1442 #contentcolumn {
1443         padding-right: 1em;
1444         padding-left: 1em;
1445 overflow:inherit;
1446 }
1447
1448 #leftcolumn{
1449         float: left;
1450         width:21em;
1451         overflow: hidden;
1452         margin: -10px 5px 0;
1453 }
1454
1455 #footer{
1456         clear: left;
1457         width: 100%;
1458         text-align: center;
1459         padding: 4px 0px;
1460 }
1461
1462 /** forum stuff **/
1463 #forum-thread li {border:1px solid #eee; border-bottom: 1px solid #F7F3ED; float:left; width: 97%; list-style: none; }
1464 #forum-thread li.even { background-color: #F7F3ED; border-top: none; }
1465 #forum-thread li.odd { background-color: #fff; }
1466 div.forum-post-author { float:left; width:150px; padding:8px 10px; }
1467 div.forum-post-author a.title {font-size: 1.1em; line-height: 1.2em; font-weight: bold; text-decoration:none; } 
1468 div.forum-post-author img.profile-picture { border: 2px solid #F7F3ED; text-align:right;}
1469 div.forum-post-content { margin-left: 150px; padding: 5px 0px 18px 18px;}
1470 div.forum-post-content h3 { font-weight: 500; float:left;clear:right; }
1471 div.forum-post-ctrl { float: right; padding-right: 5px; color: #a1a1a1;}
1472 div.forum-post-ctrl a { text-decoration: none; }
1473 div.forum-post-ctrl span { color: black; background-color: #fefdc2; padding: 3px; }
1474 div.forum-post-content p.date { color: #a1a1a1; border-bottom: 1px solid #F7F3ED; }
1475 div.forum-post-content div.body p { margin-bottom:1em; }
1476 div.forum-paginator{border:1px #cccccc solid; padding:.3em; width:95%;margin:auto;background-color:#F7F3ED;}
1477 span.forum-paginator-active{font-weight:700;text-decoration:underline; height:2em;}
1478
1479
1480
1481 /** inbox stuff - reuses some of the forum layout **/
1482 #inbox-msg li {border:1px solid #eee; border-bottom: 1px solid #F7F3ED; width: 95%; list-style: none; min-height: 11em;}
1483
1484
1485 /* Top navigation tabs / list */
1486 div#topnavlistcontainer {
1487         /*background-image: url('images/pencil_bottom_ds.png'); */
1488         background-position: 99% 1%;
1489         background-repeat: no-repeat;
1490         height:1.75em;
1491         margin-top: .1em;
1492         margin-left:1em;
1493         border-bottom:1px solid #cccccc;
1494         clear:both;
1495         height:auto;
1496
1497 }
1498
1499 ul#topnavlist {
1500         padding: 0;
1501         margin-right: auto;
1502         margin-left: auto;
1503         margin-bottom: 3px;
1504         margin-top: 0px;
1505         margin-bottom:0px;
1506
1507 }
1508
1509 ul#topnavlist li {
1510
1511         list-style: none;
1512         display: inline-block;
1513         height:auto;
1514         margin-top:.1em;
1515         border-radius: .5em .5em 0em 0em;
1516         -moz-border-radius: .5em .5em 0em 0em;
1517         -moz-box-shadow:.1em .0em .1em #999999;
1518         box-shadow: .1em .0em .1em #999999;
1519
1520 }
1521
1522 ul#topnavlist li a:hover, ul#topnavlist li a:focus, ul#topnavlist li a.active {
1523         background-color: #E6E6E6;
1524         color: black;
1525         text-decoration:none;
1526         border-radius: .5em .5em 0em 0em;
1527         -moz-border-radius: .5em .5em 0em 0em;
1528         padding: .2em 2em .2em;
1529         border-bottom: 1px solid #E6E6E6;
1530
1531 }
1532
1533 ul#topnavlist li a {
1534     /* The normal, unselected tabs. They are all links */
1535         color: #555;
1536         font-weight:bold;
1537         height: 1.5em;
1538         border-top:1px solid #ccc;
1539         border-left:1px solid #ccc;
1540         border-right:1px solid #ccc;
1541         text-decoration:underline;
1542         background-color:white;
1543         border-radius: .5em .5em 0em 0em;
1544         -moz-border-radius: .5em .5em 0em 0em;
1545
1546         padding: .2em 2em .2em;
1547
1548 }
1549
1550
1551 ul#topnavlist li a.selected {
1552     /* The selected tab. There's only one of these */
1553         color: #555;
1554         font-weight: normal;
1555         border-radius:.3em .3em 0em 0em;
1556         -moz-border-radius: .3em .3em 0em 0em;
1557         padding: .2em 2em .2em
1558 }
1559
1560 ol#tools>li:hover {
1561         border: 1px solid #e0e0e0;
1562         background-color: #efefef; 
1563 }
1564
1565 /*  tool list on admin home and manage screens  */
1566  li.top-tool { 
1567         list-style: none;
1568         padding: 2px 2px 2px 5px;
1569         margin-bottom: 5px; 
1570         margin-left:-3em;
1571         line-height: 200%; 
1572         background-color: #fdfdfd; 
1573         border-bottom: 1px solid #efefef; 
1574         border: 1px solid #eeeeff;
1575 }
1576
1577 li.top-tool a {  font-weight: bold; } 
1578
1579 li.child-tool a { 
1580         font-weight: normal; 
1581         text-decoration:underline;
1582 }
1583  
1584 ul.child-top-tool {
1585         margin-top: -5px;
1586         padding-left: 0px;
1587         margin-left: 0px;
1588         display: inline;
1589 }
1590 ul.child-top-tool:before {
1591         content: " : ";
1592 }
1593
1594 li.child-tool {
1595         display: inline;
1596         margin-right: 5px;
1597         font-size: 80%;
1598 }
1599
1600 /* to modify  tool icons on the course home page */
1601 /*
1602 #icon-color-filter{
1603         width:3.9em;
1604         height:3.85em;
1605         background-color:#000000;
1606         -moz-opacity:0.5;
1607           filter:alpha(opacity=10);
1608         opacity:.10;
1609         margin-top:-3.85em;
1610         margin-left:1.90em;
1611
1612 }
1613 */
1614 .img-size-home {
1615         height:3.85em;
1616         width:3.9em;
1617 }
1618
1619 /* browse courses */
1620 div.browse-course {
1621         width: 28em;
1622         padding-bottom: 10px;
1623         background-color: #fffaf0;
1624         border:1px #6F7172 solid;
1625         font-size:9pt;
1626         min-height:18em;
1627         margin:auto;
1628         margin-left:1em;
1629         margin-top:1em;
1630 }
1631
1632 dl.browse-course {
1633         width: 90%;
1634         padding-bottom: 10px;
1635         background-color: #fffaf0;
1636         margin:auto;
1637         margin-left:1em;
1638 }
1639 dl.browse-course dt {
1640         float: left;
1641         font-weight: bold;
1642         width: 25%;
1643         text-align: right;
1644         clear: left;
1645         padding: 5px 10px 5px 0px;
1646         vertical-align: middle;
1647 }
1648 dl.browse-course dd {
1649         margin-bottom: 5px;
1650         clear: right;
1651         padding: 5px 0px 5px 10px;
1652         margin-left: 26%;
1653
1654 }
1655 /*  form fields grouping for WCAG 2.0 conformance*/
1656 fieldset.group_form{
1657         width:90%;
1658         margin:.5em;
1659         border:1px #6D7B8D solid;
1660         min-height: 170px;
1661         padding:.5em;
1662
1663
1664 legend.group_form{
1665         border:1px #6D7B8D solid;
1666         background-color: #EEEEEE;
1667         font-weight: 600;
1668         color: black;
1669         padding-left: 1em;
1670         padding-right: 1em;
1671         border-radius:.2em;
1672         -moz-border-radius: .2em .2em .2em .2em;
1673         -moz-box-shadow:.1em .1em .1em #999999;
1674         box-shadow: .1em .1em .1em #999999;
1675 }
1676 /* file storage */
1677
1678 #fsfloat1{
1679         float:right;
1680 }
1681 #fsfloat2{
1682         float:right;
1683         width:48%;
1684 }
1685
1686
1687 /* highlight active links for WCAG 2.0 conformance */
1688 a:active,a:hover,a:focus{
1689         background-color:#F6EAD6;
1690         color:#000000;
1691 }
1692
1693
1694 /* menu align right layout, uncomment to enable */
1695
1696 /*
1697 h2.page-title {
1698     clear:left
1699 }
1700 h2, h3, h4, h5, h6 {
1701         clear: left;
1702 }
1703 #contentcolumn_shiftright {
1704     margin-right: 17em;
1705 margin-left:1em;
1706 margin-top:1em;
1707 }
1708 #leftcolumn{
1709     float: right;
1710 }
1711 #home-links{
1712 clear:left;
1713 }
1714 table.data {
1715         clear:left;
1716 }
1717 div#menutoggle{
1718         float: right; 
1719 }
1720 #fsfloat2{
1721         float:left;
1722         width:48%;
1723 }
1724
1725 #fsfloat1{
1726         float:left;
1727 }
1728 */
1729
1730
1731
1732 /* format of "table of contents" on content page */
1733 #toc a          { display:block; margin:3px; float:left;}
1734 #toc .h2                { padding:0 0 0 10px;}
1735 #toc .h3                { padding:0 0 0 30px;}
1736 #toc .h4                { padding:0 0 0 40px; }
1737 #toc .h5                { padding:0 0 0 50px; }
1738 #toc .h6                { padding:0 0 0 60px; }
1739
1740 fieldset#toc {
1741         background-color: #FEFDEF;
1742         border: 1pt solid #B8AE9C;
1743         width:50%;
1744 }
1745
1746 #side-menu{
1747          overflow:hidden; 
1748          width:20.5em;
1749          padding-bottom:.3em; 
1750           padding-right:.5em;
1751 }
1752
1753 /* cleans up glossary question mark line spacing*/
1754 sup{
1755         border: 1pt solid #B8AE9C;
1756         vertical-align:bottom;
1757         margin-top: 1em;
1758 }
1759
1760 /* jQuery tooltip styles */
1761 #tooltip{
1762         position:absolute;
1763         z-index:3000;
1764         border:3px solid #111;
1765         background-color:#eeeeee;
1766         padding:5px;
1767
1768
1769 }
1770 #tooltip h3,#tooltip div{
1771         margin:0;
1772 }
1773 a.tooltip{
1774         color:blue;
1775         font-size:100%;
1776         padding-left:.2em;
1777         padding-right:.2em;
1778         padding-bottom:.2em;
1779         text-decoration:none;
1780 }
1781 /* style for home page modules "detail view" */
1782
1783 div.home_box {
1784         width: 29em;
1785         height: 150px;  
1786         padding-top: 15px;
1787         float: left;
1788 }
1789
1790 .outside_box{
1791         border:1px solid #cccccc;
1792         background: #eeeeee;
1793         padding:.2em;
1794         margin-left:.4em;
1795         width:26em;
1796         height:9.8em;
1797         -moz-border-radius:.3em .3em .3em .3em;
1798         border-radius: .3em .3em .3em .3em;
1799         -moz-box-shadow:.1em .1em .2em #999999;
1800         box-shadow: .1em .1em .2em #999999;
1801         padding:.2em;
1802 }
1803
1804 .inside_box{
1805         border:1px solid #cccccc;
1806         background: #ffffff;
1807         padding:.3em;
1808         width:95%;
1809         margin:auto;
1810         height:52%;
1811         margin-bottom:.2em;
1812         font-size:80%;
1813         border-radius:.5em;
1814         -moz-border-radius:.5em;
1815         padding:.2em;
1816 }
1817 .details_or{
1818         width:28.8em;
1819         height:9.8em;
1820         margin:0;
1821 }
1822 .details_ol{
1823
1824         height:9.8em;
1825         margin:0px;
1826         width:.45em;
1827         background-position: top left;
1828         background-repeat:no-repeat;
1829 }
1830 .details_ir{
1831         width:.5em;
1832         height:100%;
1833         float:right;
1834 }
1835 .details_il{
1836         height:100%;
1837         float:left;
1838 }
1839 .home-title{
1840         font-size:90%;
1841         font-weight:bold;
1842 }
1843 .buttonbox{
1844         float:right;
1845 }
1846 .details_text{
1847         margin-left:1em;
1848
1849 }
1850 .draggable_selected {
1851         background-color: transparent;
1852         cursor: move;
1853 }
1854         
1855 div#subnavlistcontainer {
1856         width:95%;
1857         margin:auto;
1858         height:auto;
1859
1860 }
1861 div#subnavbacktopage {
1862         padding-top:5px;
1863         padding-left:20px;
1864         float:left;
1865 }
1866
1867 div.toolcontainer{
1868         width:95%;
1869         margin:auto;
1870         border:1px solid #e8e8e8;
1871         padding-top:1em;
1872         padding-bottom:1em;
1873         border-radius:.5em;
1874         -moz-border-radius: .5em .5em .5em .5em;
1875 }
1876
1877 ul#subnavlist {
1878         padding-top: 4px;
1879         margin-top: 0px;
1880         font-family: Verdana,Helvetica,Arial,serif;
1881         font-size:.8em;
1882
1883
1884 }
1885
1886 ul#subnavlist li {
1887         background-color: #FFFFFF;
1888         list-style: none;
1889         display: inline-block;
1890         font-weight:700;
1891         text-align:center;
1892         border-top:1px solid #cccccc;
1893         border-left:1px solid #cccccc;
1894         border-right:1px solid #cccccc;
1895         border-radius: .3em .3em 0em 0em;
1896         -moz-border-radius: .3em .3em 0em 0em;
1897         height:1.0em;   
1898         -moz-box-shadow:.1em .0em .1em #999999;
1899         box-shadow: .1em .0em .1em #999999;
1900         padding: 0em .5em .6em .5em ;
1901 }
1902
1903 ul#subnavlist li a:hover, ul#subnavlist li a:focus, ul#subnavlist li.active,            ul#subnavlist li:hover{
1904         color: black;
1905         text-decoration:none;
1906         background-color: #E6E6E6;
1907 }
1908
1909 ul#subnavlist li a {
1910     /* The normal, unselected tabs. They are all links */
1911         color: #555;
1912         height: 1.5em;
1913         text-decoration:underline;
1914         font-weight:500;
1915 }
1916
1917 div.menuedit{
1918         float:right;
1919         margin-top:-1.2em;
1920         border:1px solid #cccccc;
1921 }
1922 /* NEW IN ATUTOR 2.0 */
1923 /* alternate colours in the My Course list */
1924 tr.even {
1925         background-color: #F7F3ED;
1926 }
1927
1928 tr.odd {
1929         background-color: transparent;
1930 }               
1931
1932 /* Content editor wrapper div */
1933
1934 .editor_wrapper{
1935         border:1px solid #cccccc;
1936         border-radius:.5em;
1937         -moz-border-radius: .5em .5em .5em .5em;
1938         padding: .1em .5em .1em .5em ;
1939 }
1940 /* Content editor tabs */
1941 .editor_buttontab {
1942         color:#000000;
1943         font-size:10pt;
1944         border:0;
1945         white-space: nowrap;
1946         background-color: #ffffff;
1947         margin: 0px;
1948         font-weight:500;
1949         text-align:center;
1950         padding:0em 0em 0em;
1951
1952 }
1953 .editor_tab{
1954         float:left;
1955         border-top: 1px solid #cccccc;
1956         border-left: 1px solid #cccccc;
1957         border-right: 1px solid #cccccc;
1958         border-bottom:0;
1959         margin-bottom:-.5em;
1960         text-align: center;
1961         white-space: nowrap;
1962         background-color: #ffffff;
1963         border-radius: .3em .3em 0em 0em;
1964         -moz-border-radius: .3em .3em 0em 0em;
1965         -moz-box-shadow:.1em .0em .1em #999999;
1966         box-shadow: .1em .0em .1em #999999;
1967         padding: 0em .2em 0em .2em ;
1968         height:1.4em;
1969 }
1970 .editor_tab:hover, .editor_tab input[type=submit]:hover{
1971         background-color:#eeeeee;
1972 }
1973
1974 .editor_tab_selected{
1975         border-top: 1px solid #cccccc;
1976         border-left: 1px solid #cccccc;
1977         border-right: 1px solid #cccccc;
1978         border-bottom:0;
1979         padding: 0em .2em 0em .2em ;
1980         background-color: #eeeeee;
1981         font-weight:bold;
1982         text-align:center;
1983         white-space: nowrap;
1984         text-decoration:none;
1985         border-radius:.3em;
1986         -moz-border-radius: .3em .3em 0em 0em;
1987         height:1.4em;
1988
1989 }
1990 .editor_tab input[type=submit]{
1991         height:1.2em;
1992 }
1993 /* 1pxgs current box on My Start */
1994 .current_box{
1995         float:left;
1996         margin-left:1em;
1997         width:30%; 
1998         padding:.5em;
1999         border: 1px solid #cccccc;
2000         border-radius: .5em .5em .5em .5em;
2001         -moz-border-radius: .5em .5em .5em .5em;
2002         -moz-box-shadow:.1em .1em .1em #999999;
2003          box-shadow: .1em .1em  .2em #999999;
2004 }
2005
2006 ul.current_list{
2007       line-height:2em; 
2008       list-style-type:none;
2009       margin-left:-3em;
2010 }
2011 .current_list img{
2012       vertical-align:middle;
2013 }
2014
2015 .logoutbar{
2016       background-color:#E6E6E6; 
2017       font-size:0.85em; 
2018       padding-top: 2px; 
2019       border-bottom:1px solid #cccccc; 
2020       height:2em;
2021       text-align:right;
2022       padding-right:1em;
2023       clear:both;
2024 }
2025
2026 .select {
2027       margin-left: .2em;
2028       background-color:#eeeeee;         
2029       border: 1px solid #cccccc;
2030       padding-right:.1em;
2031 }
2032
2033 /* Preference Editor tabs */
2034 /* Preferences tabs */
2035
2036 table.etabbed-table     {
2037         padding-left:5em;
2038         font-size:10pt;
2039 }
2040 /* Preference Editor tabs */
2041 .etabbed-list-container {
2042
2043         font-size:10pt;
2044         width:95%;
2045
2046 }
2047 .etabbed-list{
2048
2049         width:100%;
2050 }
2051 .prefs-tab-spacer {
2052         background-color: transparent;
2053         width: 1em;
2054 }
2055 .prefs_buttontab {
2056         color:#000555;
2057         font-size:0pt;
2058         white-space: nowrap;
2059         background-color: #ffffff;
2060         margin-bottom: .5px;
2061         border:0;
2062         font-weight:500;
2063         padding:0em 0em 0em;
2064         border-radius:.3em;
2065         -moz-border-radius: .3em .3em .3em .3em;
2066
2067 }
2068 .prefs_tab{
2069         border-top: 1px solid #cccccc;
2070         border-left: 1px solid #cccccc;
2071         border-right: 1px solid #cccccc;
2072         text-align: center;
2073         white-space: nowrap;
2074         background-color: #FFFFFF;
2075         border-radius: .3em .3em 0em 0em;
2076         -moz-border-radius: .3em .3em 0em 0em;
2077         padding: 0em .5em 0em .5em ;
2078         -moz-box-shadow:.1em .1em 0 #999999;
2079         box-shadow: .1em .1em 0 #999999;
2080         display: inline;
2081         padding-bottom: .9px;
2082         margin: .5em;
2083 }
2084     
2085 .prefs_buttontab:hover, .prefs_tab:hover {
2086         background-color: #eeeeee;
2087 }
2088
2089 .prefs_tab_selected{
2090     
2091         border-top: 1px solid #cccccc;
2092         border-left: 1px solid #cccccc;
2093         border-right: 1px solid #cccccc;
2094         border-bottom:0;
2095           background-color: #eeeeee;
2096         margin: 0px;
2097         font-weight:bold;
2098         text-align:center;
2099         padding: .3em .5em 0em .5em ;
2100         white-space: nowrap;
2101         text-decoration:none;
2102         border-radius:.3em;
2103         -moz-border-radius: .3em .3em 0em 0em;
2104         -moz-box-shadow:.1em .1em .0 #999999;
2105         box-shadow: .1em .1em .1em #999999;
2106         display: inline;
2107 }
2108 .admin_container{
2109         border:1px solid #cccccc;
2110         border-radius:.5em;
2111         -moz-border-radius:.5em;
2112
2113 }
2114
2115 .wizscreen{
2116         background-color:#ffffff;
2117         padding:2em;
2118         line-height:2em;
2119 }
2120
2121 .wizscreen > legend{
2122         padding-left:2em;
2123         padding-right:2em;
2124         border:1px solid black;
2125         background-color:#ffffff;
2126         color:#0000FF;
2127         font-weight:bold;
2128 }
2129
2130 .wizscreen .buttons {
2131         padding-top: 2em;
2132 }
2133
2134 .wizscreen .button {
2135         margin: 0em 0.25em;
2136 }
2137
2138 .navlist{
2139         list-style: none;
2140         display: inline;
2141 }
2142 .crumbcontainer{
2143         padding:0;
2144         width:100%;
2145         height:2.5em;
2146 }
2147 #course_title_container{
2148         float:left;
2149         clear:both;
2150         white-space:pre-line;
2151         position:relative; 
2152         left:1em;
2153         margin-top:.5em;
2154 }
2155 #my_courses_container{
2156           width:58%; 
2157           margin-left:1em;
2158           border:none;
2159           float:left;
2160           border-radius: .5em .5em .5em .5em;
2161         -moz-border-radius: .5em .5em .5em .5em;
2162         -moz-box-shadow:.1em .1em .1em #999999;
2163          box-shadow: .1em .1em  .1em #999999;
2164 }
2165 .shortcut_icon{
2166         border:0;
2167         vertical-align:middle;
2168         height:1.15em;
2169         width:1.15em;
2170 }
2171 ul#content-tool-links {
2172         list-style: none outside none;
2173 }
2174 ul#content-tool-links li{
2175         display: inline;
2176         float: left;
2177         width: 5em;
2178         padding: 0 3em 0 0;
2179         text-align: center;
2180         font-size: 0.7em;
2181         font-weight:bold;
2182         color: #1A4A72;
2183         line-height:120%;
2184 }
2185 ul#content-tool-links img{
2186         border: 0 none;
2187         display: block;
2188         padding-left: 10px;
2189 }
2190 .hidden {
2191         display: none;
2192 }
2193 .clickable {
2194         cursor: pointer;    
2195 }
2196 .nowrap {
2197         white-space: nowrap;
2198 }
2199 .flowplayerholder{
2200         clear:right;
2201 }
2202
2203
2204 /* Transformable repository search */
2205
2206 .browse-result{
2207         border:thin solid #cccccc;
2208         padding:.5em;
2209         width:95%;
2210         margin-left:auto;
2211         margin-right:auto;
2212         border-radius: .3em .3em .3em .3em;
2213         -moz-border-radius: .3em .3em .3em .3em;
2214         -moz-box-shadow:.1em .1em .1em #999999;
2215         box-shadow: .1em .1em .1em #999999;
2216 }
2217
2218 .tr_results_tools{
2219         float:right;
2220         padding-left:.2em;
2221         padding-right:.2em;
2222         padding-top:.2em;
2223         border:thin solid #cccccc;
2224         border-radius: .3em .3em .3em .3em;
2225         -moz-border-radius: .3em .3em .3em .3em;
2226         -moz-box-shadow:.1em .1em .1em #999999;
2227         box-shadow: .1em .1em .1em #999999;
2228 }
2229
2230 div.pageinator_box{
2231         width:95%;
2232         margin-left:auto;
2233         margin-right:auto;
2234         margin-bottom: -.5em;
2235         border-top:thin solid #cccccc;
2236         border-left:thin solid #cccccc;
2237         border-right:thin solid #cccccc;
2238         border-radius: .3em .3em 0em 0em;
2239         -moz-border-radius: .3em .3em 0em 0em;
2240 }
2241
2242 #previewText{
2243         font-family: monospace;
2244         border: 2px solid rgb(0, 0, 0);
2245         padding:1em;
2246         color: rgb(255, 255, 255);
2247         background-color: rgb(0, 0, 0);
2248 }
2249 #previewArea{
2250         padding: 0em;
2251         border-bottom-width: 0px;
2252         margin-left: auto;
2253         margin-right: auto;
2254         font-weight: normal;
2255         float:left;
2256         clear:right;
2257         line-height:1.5;
2258
2259 }
2260 #display-settings-preview{
2261         width:60%;
2262         float:left;
2263 }
2264 #feedback{
2265         width: 90%;
2266 }
2267 #defaultfontsize-wrapper{
2268         width:25%;
2269         float:left;
2270 }
2271
2272 /* ATutor Social Styles */
2273
2274 div .profile_container {
2275         background-color:#eee; 
2276         border: 1px solid #8e8e8e; 
2277         width:80%; 
2278         padding:0.5em; 
2279         margin-bottom: 0.5em;
2280 }
2281
2282 div .profile_container .top_right {
2283         float: right;
2284 }
2285
2286 dl.public-profile dd{
2287         margin-left:0px;
2288 }
2289 dl.public-profile dt {
2290         float: left;
2291         font-weight: bold;
2292         min-width:12em;
2293 }
2294
2295 /* Search form */
2296 div .search_form {
2297         margin-bottom: 1em;
2298 }
2299
2300 div .search_form .row{
2301         background-color: #DEDEC0;
2302         padding: 8px;
2303 }
2304 div .button {
2305         background-color: #eee;
2306         border: 1px solid #aaa;
2307 }
2308 div .button:hover{
2309         background-color: #cccccc;
2310         color: #ffffff;
2311 }
2312
2313 /* Side menu */
2314
2315
2316 ul.social_side_menu {
2317         padding-left: 2em;
2318 }
2319 ul.social_side_menu li {
2320         padding-bottom: 0.2em;
2321         list-style: circle;
2322 }
2323
2324 div .divider {
2325         border-bottom:1px solid #C1C157; 
2326         padding-bottom:0.5em; 
2327         margin-bottom:0.5em;
2328 }
2329
2330 .activity{
2331         line-height:18pt;
2332         font-size:.8em;
2333 }
2334
2335 div.headingbox, h3.headingbox, a.headingbox{
2336         border:1px #cccccc solid;
2337         padding:.2em;
2338         background-color: #eeeeee;
2339         text-decoration:none;
2340         line-height:1em;
2341         font-size:.7em;
2342 }
2343
2344 div.contentbox, input-form{
2345         margin-left:.2em;
2346         margin-right:.2em;
2347         border-left:1px #cccccc solid;
2348         border-right:1px #dddddd solid;
2349         border-bottom:1px #cccccc solid;
2350         padding:.5em;
2351         background-color: #ffffff;
2352         overflow:hidden;
2353 }
2354
2355 div.suggestions{
2356         border:1px solid #a50707;
2357         margin-left:10px; 
2358         width:50%;
2359 }
2360 li.inlinelist{
2361         display: inline; 
2362         padding-right: 1em;
2363 }
2364 ul.social_inline_menu{
2365         background-color: #eeeeee;
2366         border:thin #cccccc solid;
2367         padding:.5em;
2368         width:90%;
2369         margin:auto;
2370 }
2371 div.social-wrapper{
2372         border:thin solid #cccccc; 
2373         width:95%;
2374         padding:.5em;
2375         margin:auto;
2376 }
2377
2378 .network-activity{
2379     float:left;
2380     width:55%;
2381 }
2382 .my-contacts{
2383     float:right;
2384     width:38%;
2385     min-width:38%;
2386 }
2387 .my-network-groups{
2388     float:right;
2389     clear:right;
2390     width:38%;
2391     max-width:38%;
2392 }
2393 .people-you-may-know{
2394     padding-top:1em;
2395     float:right;
2396     clear:right;
2397     width:38%;
2398     min-width:38%;
2399  }
2400 .contentbox-a{
2401     width: 100%;
2402 }
2403 .contentbox-b{
2404     padding-bottom:0.2em;
2405 }
2406 .logo{
2407 float:left;
2408 clear:right;
2409 margin-left:2em;
2410 }
2411 .content-settings{
2412         width: 30%;
2413         float: left;
2414 }
2415 .current-content{
2416         color:red;
2417 }
2418 .del-content-icon{
2419         border:0;
2420 height:.9em;
2421 width:.9em;
2422 font-size:100%;
2423 }
2424 div.bypass{
2425 height:1px;
2426 }
2427 /* relative image size styles */
2428
2429 img.img1616{
2430 height:1.5em;
2431 width:1.5;
2432 }
2433
2434 img.img1111{
2435 height:.8em;
2436 width:.8em;
2437 }
2438 img.img2424{
2439
2440
2441 }
2442 input[type=image].fl-force-right{
2443 height:.9em;
2444 width:.9em;
2445 font-size:100%;
2446 }
2447
2448 img.fl-col{
2449 height:3.5em;
2450 width:3.5em;
2451 font-size:100%;
2452 }