rework header styles
[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: #eeeeee;
22     background-image:url('images/texture_bg.png');
23 }
24 .page_wrapper{
25     border:1px solid #aaaaaa;
26     width:97%;
27     margin-left:auto;
28     margin-right:auto;
29     margin-top:1em;
30     background-color: #ffffff;
31     border-radius: 1em 1em 1em 1em;
32     -moz-border-radius: 1em 1em 1em 1em;
33     -moz-box-shadow:.2em .2em  #999999;
34     box-shadow: .2em .2em  #999999;
35     background-image: url('images/atutor_head.jpg');
36     background-position: 0% 0%;
37         background-repeat: repeat-x;
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
74 h2 {
75     font-size: 150%;
76 }
77 h2.sidebox{
78     font-size: 110%;
79 }
80 h3 {
81     font-size: 130%;
82 }
83
84 h4 {
85     font-size: 120%;
86 }
87
88
89 h5 {
90     font-size: 100%;
91 }
92
93
94
95 /*  Table of content attributes*/
96 p.toc{
97     font-family: Verdana, Helevetica, Arial, sans-serif;
98     background-color: #E9F4F3;
99     padding: .6em;
100     margin-bottom: .6em;
101     margin-top: 0em;
102     margin-left: 1em;
103     margin-right: 3em;
104     border: 1px #ACCFCC solid;
105
106
107 /* list attributes */
108 ul {
109     font-family: Verdana, Helevetica, Arial, sans-serif;
110     margin-bottom: 0px;
111     margin-top: 0px;
112     margin-right: 0px;
113 }
114
115 li {
116     font-family: Verdana, Helevetica, Arial, sans-serif;
117     margin-bottom: 0px;
118     margin-top: 0px;
119     margin-right: 0px;
120 }
121
122 li.folders {
123     list-style: disc url(../../images/folder.gif) outside;
124     font-family: Verdana, Helevetica, Arial, sans-serif;
125     margin-bottom: 0px;
126     margin-top: 0px;
127     margin-right: 0px;
128 }
129
130 li.folders .disabled {
131     color: #B8AE9C;
132 }
133
134 ul.folder{
135
136     list-style-image:none;
137     list-style-position:outside;
138     list-style-type:none;
139     margin:0em;
140     padding:0em;
141
142 }
143
144 /* link attributes */
145 a:link, a:visited  {
146     color: #1A4A72;
147 }
148 a:hover {
149     color: #932318;
150     color:#ffffff;
151 }
152 a:active {
153     color: #932318;
154 }
155 /* align text to the left */
156 .left {
157     text-align: left;
158 }
159
160 a.dropdown-title {
161     color: white;
162     font-weight: normal;
163     text-decoration: none;
164 }
165
166
167 /* table border */
168 .tableborder {
169     border: 1px #595241 solid;
170 }
171
172 /* main submit button */
173 .button {
174     background-color: #efefef;
175     font-weight: normal;
176     border:  #AAA  solid 1px;
177     border-radius:.3em;
178     -moz-border-radius: .3em .3em .3em .3em;
179     -moz-box-shadow:.2em .2em .3em #999999;
180     box-shadow: .2em .2em .3em #999999;
181
182 }
183 .button:focus {
184
185     border:1px solid #A50707;
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:-1.2em;
560         
561 }
562
563 div#bypass-links{
564         width:3px;
565 }
566
567 div#top-links {
568         float:right;
569         clear:right;
570         height:1.7em;
571         padding-right: 5px;
572         margin-right:20px;
573         margin-top:0em;
574 }
575 div#top-links a:link, div#top-links a:visited {
576         text-decoration:none;
577         margin-left:.5em;
578         margin-right:.5em;
579         
580 }
581 div#top-links a:focus{
582         color:black;
583         background-color:#F6EAD6;
584 }
585 #top-links-text{
586         float:right;
587         clear:right;
588         margin-left: .5em;
589         margin-top:.2em;
590         white-space:nowrap;
591         background-color:#eeeeee;
592         border:thin solid #cccccc;
593         border-radius: .3em .3em .3em .3em;
594         -mox-border-radius: ..3em .3em .3em .3em;
595         -moz-box-shadow:.2em .2em .2em #999999;
596          box-shadow: .2em .2em  .2em #999999;
597 }
598 #top-links-jump{
599         float:left;
600         white-space:nowrap;
601         margin-top:.2em;
602         background-color:#eeeeee;
603         padding-right:.5em;
604 }
605
606 #jumpmenu{
607         background-color:#eeeeee;
608         border:thin solid #cccccc;
609         border-radius:.3em .3em .3em .3em;
610         -moz-border-radius:.3em .3em .3em .3em; 
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         height : 5em;
976         margin-bottom:-.15em;
977 }
978
979 #header a{
980         font-weight:600;
981 }
982
983
984 #header a:hover {
985         color: #595241;
986         background-color: #F7F3ED;
987 }
988 #tl_corner{
989
990         background-image:url(images/tl_corner.gif);
991         background-position: top left;
992         background-repeat: no-repeat;
993         padding:0;
994 }
995 div.top {
996         /* Top space */
997         background-color: #595241;
998         color: #FFF;
999         margin: 0;
1000         padding: 0;
1001         padding-top:9px;
1002 }
1003 div.tabs {
1004         /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
1005         background-color: transparent;
1006         border-collapse: collapse;
1007         border-bottom: 1px solid #B8AE9C;
1008         padding: 0.5em 0em 0em 2em;
1009         white-space: nowrap;
1010 }
1011
1012 div.tabs a {
1013     /* The normal, unselected tabs. They are all links */
1014         background-color: transparent;
1015         border-color: #B8AE9C;
1016         border-width: 1px; 
1017         border-style: solid solid none solid;
1018         color: #595241;
1019         height: 1.2em;
1020         margin-right: 0.5em;
1021         padding: 0em 2em 0em;
1022     
1023 }
1024
1025 div.tabs a.selected {
1026     /* The selected tab. There's only one of this */
1027         background-color: white;
1028         border-bottom: #B8AE9C 1px solid;
1029         color: #595241;
1030         font-weight: normal;
1031 }
1032
1033 div.tabs a:hover, div.tabs a.active {
1034         background-color: #B8AE9C;
1035         border-bottom: 1px solid #B8AE9C;
1036         color: white;
1037 }
1038 .contentbox{
1039         border-radius:.5em;
1040         -moz-border-radius: 0em 0em .5em .5em;
1041         -moz-box-shadow:.1em .1em .2em #999999;
1042     box-shadow: .1em .1em .2em #999999;
1043 }
1044
1045 .headingbox{
1046         border-radius:.5em;
1047         -moz-border-radius: .5em .5em 0em 0em;
1048                 -moz-box-shadow:.1em .1em .2em #999999;
1049     box-shadow: .1em .1em .2em #999999;
1050 }
1051 .headingbox a{
1052         color: #A50707;
1053         text-decoration:underline;
1054 }
1055
1056 h4.box {
1057         font-size:0.85em;
1058         padding: 2px;
1059         border-radius: .5em .5em 0em 0em;
1060         -moz-border-radius: .5em .5em 0em 0em;
1061         padding:.2em;
1062         border:1px solid #ccc;
1063         -moz-box-shadow:.2em .2em .2em #999999;
1064     box-shadow: .2em .2em .2em #999999;
1065
1066 }
1067
1068 div.box {
1069         padding: .5em;
1070         background-color: #F5F5F5;
1071         color: black;
1072         font-size:0.85em;
1073         font-weight: normal;
1074         border-radius:.0em .0em .5em .5em;
1075         -moz-border-radius: .0em .0em .5em .5em;
1076         border-left:1px solid #ccc;
1077         border-right:1px solid #ccc;
1078         border-bottom:1px solid #ccc;
1079         -moz-box-shadow:.2em .2em .2em #999999;
1080          box-shadow: .2em .2em  .2em #999999;
1081 }
1082
1083 h5.box { 
1084         background-color: #6F7172;
1085         border: 1px solid #B8AE9C;
1086         border-style: solid solid none solid;
1087         color: Black;
1088         padding: 0em 1em 0em 1em;
1089         display: inline;
1090         font-size:  1em;
1091         height: 1em;
1092 }
1093
1094 div.box a:link {
1095         text-decoration: none;
1096 }
1097
1098 div.box a:visited {
1099         color: #2A6C28;
1100         text-decoration: none;
1101 }
1102
1103 div.box a:hover {
1104         text-decoration: underline;
1105 }
1106
1107 .boxDetails {
1108         text-align: right;
1109 }
1110
1111 div.box .content {
1112         padding: 1em;
1113         font-size:  1em;
1114 }
1115
1116 div.box a.close {
1117         float: right;
1118         text-transform: none;
1119         border-left: 1pt solid #B8AE9C;
1120         padding: 0em 0.2em;
1121 }
1122
1123 div.box h1, 
1124 div.box h2, 
1125 div.box h3, 
1126 div.box h4 {
1127         margin: 0;
1128         padding: 0;
1129 }
1130
1131 div.box .even {
1132         background-color: #F7F3ED;
1133 }
1134
1135 div.box .odd {
1136         background-color: transparent;
1137 }
1138
1139
1140 /* users/index.php */
1141
1142 div.course {
1143         position: relative;
1144         width: 25em;
1145         height: 10.5em;
1146         border: rgb(204, 204, 204) 1px solid;
1147         background-color: #F7F7F7;
1148         float: left;
1149         margin: 3px;
1150         padding: 5px;
1151 }
1152
1153 div.course.break {
1154         clear: left;
1155 }
1156
1157 div.course h2 {
1158         border: 0px;
1159         font-weight: normal;
1160         font-size: large;
1161
1162 }
1163
1164 div.course:hover {
1165         background-color:#FBF4E9;
1166         border: #B8AE9C 1px solid;
1167 }
1168
1169 div.course img.icon     {
1170         float: left;
1171         margin: 2px;
1172         height:6.8em;
1173         width:6.8em;
1174         margin-right:5px;
1175 }
1176 img.headicon    {
1177         float:  left;
1178         margin-top:.5em;
1179         margin-left:.5em;
1180         margin-right:.5em;
1181         height:6.45em;
1182         width:6.45em;
1183         vertical-align:top;
1184         text-align: right;
1185         border:1px solid white;
1186 }
1187 div.course div.shortcuts , a {
1188         text-align: right;
1189         text-decoration:none;
1190         clear: left;
1191         vertical-align: middle;
1192 }
1193
1194 div#alternatives_shortcuts {
1195         float: right;
1196         margin: -2em 5pt;
1197         border-radius: .5em .5em .5em .5em;;
1198         -moz-border-radius: .5em .5em .5em .5em;
1199         -moz-box-shadow:.2em .2em .2em #999999;
1200          box-shadow: .2em .2em  .2em #999999;
1201          border:1px solid #cccccc;
1202          padding-top: .2em;
1203          padding-left: .2em;
1204          padding-right: .2em;
1205 }
1206
1207 fieldset#shortcuts {
1208         float: right;
1209         background-color: #FEFDEF;
1210         border: 1pt solid #B8AE9C;
1211         margin: -5pt 5pt 5pt 5pt;
1212         padding-right: 10pt;
1213         padding-bottom: 5pt;
1214         padding-left: 10pt;
1215 }
1216
1217 fieldset {
1218         margin-bottom: 10pt;
1219         border-radius: .5em .5em .5em .5em;;
1220         -moz-border-radius: .5em .5em .5em .5em;
1221         padding:.2em
1222 }
1223 div#shortcuts{
1224         border-left:thin solid #cccccc;
1225         border-right:thin solid #cccccc;
1226         border-bottom:thin solid #cccccc;
1227         border-radius: 0em 0em .5em .5em;;
1228         -moz-border-radius: 0em 0em .5em .5em;
1229         float:right;
1230         -moz-box-shadow:.2em .2em .2em #999999;
1231          box-shadow: .2em .2em  .2em #999999;
1232         margin-right:2em;
1233         padding:.1em;
1234 }
1235 #shortcuts legend {
1236         border-radius:.5em;
1237         -moz-border-radius: .5em .5em .5em .5em;
1238         padding:.2em
1239 }
1240 #shortcuts ul {
1241         position: relative;
1242         margin-top: 0pt;
1243         margin-bottom: 0pt;
1244         margin-left: 0pt;
1245         list-style-type:  none;
1246         padding-left: 0pt; 
1247 }
1248 #shortcuts li{
1249         display: inline;
1250 }
1251 a#guide {
1252         background-image: url('images/help.png'); background-repeat: no-repeat; background-position: 2px 2px;
1253         padding: 3px 10px 5px 30px;
1254         text-decoration:none;
1255         font-size:0.85em;
1256         float:right;
1257
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:.2em .2em .2em #999999;
1266     box-shadow: .2em .0em .2em #999999;
1267         float:right;
1268         margin-right:2em;
1269         padding-left:.1em;
1270 }
1271
1272 div#content-text {
1273         padding-right: 5pt;
1274         line-height:150%;
1275 }
1276
1277 div#content-text li {
1278         margin-left: 15pt;
1279 }
1280
1281 div#content-test {      
1282         float: left;
1283         margin-top: 2em;
1284         padding-right: 5pt;
1285         width: 80%;
1286 }
1287 div#content-test ol{    
1288         margin-right: 5pt;;     
1289 }
1290
1291 div#content-test ol ul li{
1292         list-style: none;
1293         padding: 0px 2px 0px 15px;
1294         margin-bottom: 1px; 
1295         line-height: 200%; 
1296         background-color: #fdfdfd; 
1297         border-bottom: 1px solid #efefef; 
1298         border: 1px solid #eeeeff;
1299 }
1300
1301 div#content-info {
1302         margin: 5pt;
1303         font-size: small;
1304         color: #b8ae9c;
1305         clear: both;
1306 }
1307
1308 div#container {
1309         text-align: left;
1310         margin: 0px auto;
1311         padding: 0px;
1312         border:0;
1313         width: 95%;
1314         border:1px solid #cccccc;
1315         border-radius: .5em .5em .5em .5em;
1316         -moz-border-radius: .5em .5em .5em .5em;
1317         -moz-box-shadow:.2em .2em .2em #999999;
1318          box-shadow: .2em .2em  .2em #999999;
1319         padding:.2em
1320 }
1321
1322 div#menutoggle{
1323         text-align: right; 
1324         padding-bottom: 10px; 
1325         padding-right: 10px; 
1326         float: left; 
1327         margin-top: 10px; 
1328         padding-right: 5px; 
1329         font-size:0.95em;
1330 }
1331
1332
1333 /* login page */
1334 div.column {
1335         float: left;
1336         width: 45%;
1337         margin: 5px;
1338         min-width: 170px;
1339 }
1340
1341 div.column h3 {
1342         background-color: #F6EAD6;
1343         border-bottom: .05em solid #6F7172;
1344         font-size: small;
1345         display:block;
1346         color:black;
1347         font-weight:600;        
1348         padding-left:0.5em;
1349 }
1350
1351 div.insidecol {
1352         min-height: 170px;
1353         height: 170px;
1354         padding:5px;
1355 }
1356
1357
1358 /* index page */
1359 ul#home-links, ul#home-detail-links {
1360         list-style: none;
1361 }
1362 ul#home-links li {
1363         
1364         display: inline;
1365         float: left;
1366         padding: 0.8em;
1367         text-align: center;
1368         margin: 0.1em;
1369         width: 8.5em;
1370         height: 7.0em;
1371         padding-left:0px;
1372
1373 }
1374 ul#home-links li a {
1375         text-decoration: none;
1376         border: 1px transparent;
1377         font-weight: bold;
1378 }
1379 ul#home-links li a img {
1380         border: 0px;
1381         display: block;
1382         padding-left:25px;
1383 }
1384
1385
1386 /* tree */
1387 .img-size-tree {
1388         vertical-align: middle;
1389         margin-top: 0px;
1390         margin-left:-.5em;
1391         margin-bottom:-.2em;
1392     padding:0;
1393         height:1.3em;
1394         width:1.4em;
1395 }
1396 /* profile page */
1397
1398 dl#public-profile {
1399         width: 100%;
1400         
1401 }
1402 dl#public-profile dt {
1403         float: left;
1404         font-weight: bold;
1405         width: 30%;
1406         border-right: 1px solid #F7F3ED;
1407         padding: 5px 5px 5px 0px;
1408         vertical-align: middle;
1409         margin-right: 5px;
1410 }
1411 dl#public-profile dd {
1412         margin-bottom: 5px;
1413         padding: 5px 0px 5px 5px;
1414 }
1415
1416 div.social-right{
1417         width:65%;
1418         float:left;
1419         clear:right;
1420         margin-left:.5em;
1421 }
1422 div.social-left{
1423         width:29%;
1424         margin-left:.5em;
1425         float:left;
1426 }
1427 div.social-wrapper{
1428         border-radius:.5em;
1429         -moz-border-radius: .5em .5em 0em 0em;
1430 }
1431 /* floating layout */
1432 #contentwrapper{
1433         float: left;
1434         width: 100%;
1435
1436 }
1437 #contentcolumn {
1438         padding-right: 1em;
1439         padding-left: 1em;
1440         overflow:hidden;
1441 }
1442
1443 #leftcolumn{
1444         float: left;
1445         width:21em;
1446         overflow: hidden;
1447         margin: -10px 5px 0;
1448 }
1449
1450 #footer{
1451         clear: left;
1452         width: 100%;
1453         text-align: center;
1454         padding: 4px 0px;
1455 }
1456
1457 /** forum stuff **/
1458 #forum-thread li {border:1px solid #eee; border-bottom: 1px solid #F7F3ED; float:left; width: 97%; list-style: none; }
1459 #forum-thread li.even { background-color: #F7F3ED; border-top: none; }
1460 #forum-thread li.odd { background-color: #fff; }
1461 div.forum-post-author { float:left; width:150px; padding:8px 10px; }
1462 div.forum-post-author a.title {font-size: 1.1em; line-height: 1.2em; font-weight: bold; text-decoration:none; } 
1463 div.forum-post-author img.profile-picture { border: 2px solid #F7F3ED; text-align:right;}
1464 div.forum-post-content { margin-left: 150px; padding: 5px 0px 18px 18px;}
1465 div.forum-post-content h3 { font-weight: 500; float:left;clear:right; }
1466 div.forum-post-ctrl { float: right; padding-right: 5px; color: #a1a1a1;}
1467 div.forum-post-ctrl a { text-decoration: none; }
1468 div.forum-post-ctrl span { color: black; background-color: #fefdc2; padding: 3px; }
1469 div.forum-post-content p.date { color: #a1a1a1; border-bottom: 1px solid #F7F3ED; }
1470 div.forum-post-content div.body p { margin-bottom:1em; }
1471 div.forum-paginator{border:1px #cccccc solid; padding:.3em; width:95%;margin:auto;background-color:#F7F3ED;}
1472 span.forum-paginator-active{font-weight:700;text-decoration:underline; height:2em;}
1473
1474
1475
1476 /** inbox stuff - reuses some of the forum layout **/
1477 #inbox-msg li {border:1px solid #eee; border-bottom: 1px solid #F7F3ED; width: 95%; list-style: none; min-height: 11em;}
1478
1479
1480 /* Top navigation tabs / list */
1481 div#topnavlistcontainer {
1482         background-image: url('images/pencil_bottom_ds.png');
1483         background-position: 99% 1%;
1484         background-repeat: no-repeat;
1485         height:1.7em;
1486         margin-top: -.1em;
1487         border-bottom:1px solid #cccccc;
1488 }
1489
1490 ul#topnavlist {
1491         padding-top: 2px;
1492         margin-top: 2px;
1493 }
1494
1495 ul#topnavlist li {
1496         white-space: nowrap;
1497         list-style: none;
1498         display: inline-block;
1499         height:1.3em;
1500         margin-top:.1em;
1501         clear:both;
1502         border-radius: .5em .5em 0em 0em;
1503         -moz-border-radius: .5em .5em 0em 0em;
1504         -moz-box-shadow:.2em .0em .4em #999999;
1505         box-shadow: .2em .2em .2em #999999;
1506 }
1507
1508 ul#topnavlist li a:hover, ul#topnavlist li a:focus, ul#topnavlist li a.active {
1509         background-color: #E6E6E6;
1510         color: black;
1511         text-decoration:none;
1512         border-radius: .5em .5em 0em 0em;
1513         -moz-border-radius: .5em .5em 0em 0em;
1514         padding: .2em 2em .2em;
1515         border-bottom: 1px solid #E6E6E6;
1516
1517 }
1518
1519 ul#topnavlist li a {
1520     /* The normal, unselected tabs. They are all links */
1521         color: #555;
1522         font-weight:bold;
1523         height: 1.5em;
1524         border-top:1px solid #ccc;
1525         border-left:1px solid #ccc;
1526         border-right:1px solid #ccc;
1527         text-decoration:underline;
1528         background-color:white;
1529         border-radius: .5em .5em 0em 0em;
1530         -moz-border-radius: .5em .5em 0em 0em;
1531
1532         padding: .2em 2em .2em;
1533
1534 }
1535
1536
1537 ul#topnavlist li a.selected {
1538     /* The selected tab. There's only one of these */
1539         color: #555;
1540         font-weight: normal;
1541         border-radius:.5em;
1542         -moz-border-radius: .5em .5em 0em 0em;
1543         padding: .2em 2em .2em
1544 }
1545
1546 ol#tools>li:hover {
1547         border: 1px solid #e0e0e0;
1548         background-color: #efefef; 
1549 }
1550
1551 /*  tool list on admin home and manage screens  */
1552  li.top-tool { 
1553         list-style: none;
1554         padding: 2px 2px 2px 5px;
1555         margin-bottom: 5px; 
1556         margin-left:-3em;
1557         line-height: 200%; 
1558         background-color: #fdfdfd; 
1559         border-bottom: 1px solid #efefef; 
1560         border: 1px solid #eeeeff;
1561 }
1562
1563 li.top-tool a {  font-weight: bold; } 
1564
1565 li.child-tool a { 
1566         font-size: x-small;
1567         font-weight: normal; 
1568         text-decoration:underline;
1569 }
1570  
1571 ul.child-top-tool {
1572         margin-top: -5px;
1573         padding-left: 0px;
1574         margin-left: 0px;
1575         display: inline;
1576 }
1577 ul.child-top-tool:before {
1578         content: " : ";
1579 }
1580
1581 li.child-tool {
1582         display: inline;
1583         margin-right: 5px;
1584         font-size: x-small;
1585 }
1586
1587 /* to modify  tool icons on the course home page */
1588 /*
1589 #icon-color-filter{
1590         width:3.9em;
1591         height:3.85em;
1592         background-color:#000000;
1593         -moz-opacity:0.5;
1594           filter:alpha(opacity=10);
1595         opacity:.10;
1596         margin-top:-3.85em;
1597         margin-left:1.90em;
1598
1599 }
1600 */
1601 .img-size-home {
1602         height:3.85em;
1603         width:3.9em;
1604 }
1605
1606 /* browse courses */
1607 div.browse-course {
1608         width: 28em;
1609         padding-bottom: 10px;
1610         background-color: #fffaf0;
1611         border:1px #6F7172 solid;
1612         font-size:9pt;
1613         min-height:18em;
1614         margin:auto;
1615         margin-left:1em;
1616         margin-top:1em;
1617 }
1618
1619 dl.browse-course {
1620         width: 90%;
1621         padding-bottom: 10px;
1622         background-color: #fffaf0;
1623         margin:auto;
1624         margin-left:1em;
1625 }
1626 dl.browse-course dt {
1627         float: left;
1628         font-weight: bold;
1629         width: 25%;
1630         text-align: right;
1631         clear: left;
1632         padding: 5px 10px 5px 0px;
1633         vertical-align: middle;
1634 }
1635 dl.browse-course dd {
1636         margin-bottom: 5px;
1637         clear: right;
1638         padding: 5px 0px 5px 10px;
1639         margin-left: 26%;
1640
1641 }
1642 /*  form fields grouping for WCAG 2.0 conformance*/
1643 fieldset.group_form{
1644         width:90%;
1645         margin:.5em;
1646         border:1px #6D7B8D solid;
1647         min-height: 170px;
1648         padding:.5em;
1649         -moz-box-shadow:.1em .2em .3em #999999;
1650     box-shadow: .3em .1em .2em #999999;
1651
1652 legend.group_form{
1653         border:1px #6D7B8D solid;
1654         background-color: #EEEEEE;
1655         font-weight: 600;
1656         color: black;
1657         padding-left: 1em;
1658         padding-right: 1em;
1659         border-radius:.2em;
1660         -moz-border-radius: .2em .2em .2em .2em;
1661                 -moz-box-shadow:.1em .1em .1em #999999;
1662     box-shadow: .1em .1em .1em #999999;
1663 }
1664 /* file storage */
1665
1666 #fsfloat1{
1667         float:right;
1668 }
1669 #fsfloat2{
1670         float:right;
1671         width:48%;
1672 }
1673
1674
1675 /* highlight active links for WCAG 2.0 conformance */
1676 a:active,a:hover,a:focus{
1677         background-color:#F6EAD6;
1678         color:#000000;
1679 }
1680
1681
1682 /* menu align right layout, uncomment to enable */
1683
1684 /*
1685 h2.page-title {
1686     clear:left
1687 }
1688 h2, h3, h4, h5, h6 {
1689         clear: left;
1690 }
1691 #contentcolumn_shiftright {
1692     margin-right: 17em;
1693 margin-left:1em;
1694 margin-top:1em;
1695 }
1696 #leftcolumn{
1697     float: right;
1698 }
1699 #home-links{
1700 clear:left;
1701 }
1702 table.data {
1703         clear:left;
1704 }
1705 div#menutoggle{
1706         float: right; 
1707 }
1708 #fsfloat2{
1709         float:left;
1710         width:48%;
1711 }
1712
1713 #fsfloat1{
1714         float:left;
1715 }
1716 */
1717
1718
1719 /*Added by Silvia */
1720 /* remove when confirmed content alternatives funtions correctly without these styles 
1721 div.column_primary {
1722         float: left;
1723         width: 42%;
1724         margin: 5px;
1725         padding: 0px;
1726         min-width: 170px;
1727 }
1728
1729 div.column_equivalent{
1730         float: left;
1731         width: 52%;
1732         margin-left: 15px;
1733         margin-top: 5px;
1734         margin-right: 5px;
1735         margin-bottom: 5px;
1736         min-width: 170px;
1737         padding: 5px;
1738         border: 1px solid #EEE;
1739         background-color: #FFF;
1740 }
1741
1742 div.resource_box{
1743         border: 1px solid #aaa;
1744         width: 95%;
1745         margin: 5px;
1746         padding: 5px;
1747         min-width: 150px;
1748         background-color: #eee;
1749 }
1750
1751 h2.alternatives_to{
1752         margin-top: 12px;
1753         font-size: 90%;
1754         color: #A50707;
1755 }
1756
1757 div.alternative_box{
1758         border: 1px solid #ddd;
1759         margin: 5px;
1760         padding: 5px;
1761         min-width: 150px;
1762         background-color: #fff;
1763 }
1764
1765 div.alternative_box legend {
1766         color: #000;
1767 }
1768
1769 div.resource_box legend {
1770         color: #000;
1771 }
1772
1773 label.primary a{
1774         color: #A50707;
1775         font-weight: bolder;
1776         background-color: white;
1777 }
1778 */
1779 /* format of "table of contents" on content page */
1780 #toc a          { display:block; margin:3px; float:left;}
1781 #toc .h2                { padding:0 0 0 10px;}
1782 #toc .h3                { padding:0 0 0 30px;}
1783 #toc .h4                { padding:0 0 0 40px; }
1784 #toc .h5                { padding:0 0 0 50px; }
1785 #toc .h6                { padding:0 0 0 60px; }
1786
1787 fieldset#toc {
1788         background-color: #FEFDEF;
1789         border: 1pt solid #B8AE9C;
1790         width:50%;
1791 }
1792
1793 #side-menu{
1794          overflow:hidden; 
1795          width:20.5em;
1796          padding-bottom:.3em; 
1797           padding-right:.5em;
1798 }
1799
1800 /* cleans up glossary question mark line spacing*/
1801 sup{
1802         border: 1pt solid #B8AE9C;
1803         vertical-align:bottom;
1804         margin-top: 1em;
1805 }
1806
1807 /* jQuery tooltip styles */
1808 #tooltip{
1809         position:absolute;
1810         z-index:3000;
1811         border:3px solid #111;
1812         background-color:#eeeeee;
1813         padding:5px;
1814 }
1815 #tooltip h3,#tooltip div{
1816         margin:0;
1817 }
1818
1819 /* style for home page modules "detail view" */
1820
1821 div.home_box {
1822         width: 29em;
1823         height: 150px;  
1824         padding-top: 15px;
1825         float: left;
1826 }
1827
1828 .outside_box{
1829         border:1px solid #cccccc;
1830         background: #eeeeee;
1831         padding:.2em;
1832         margin-left:.4em;
1833         width:26em;
1834         height:9.8em;
1835         border-radius:.5em;
1836         -moz-border-radius:.3em .3em .3em .3em;
1837         border-radius: 3em 3em .3em .3em;
1838     -moz-box-shadow:.2em .2em .2em #999999;
1839     box-shadow: .2em .2em .2em #999999;
1840         padding:.2em;
1841 }
1842
1843 .inside_box{
1844         border:1px solid #cccccc;
1845         background: #ffffff;
1846         padding:.3em;
1847         width:95%;
1848         margin:auto;
1849         height:52%;
1850         margin-bottom:.2em;
1851         font-size:10pt;
1852         border-radius:.5em;
1853         -moz-border-radius:.5em;
1854         padding:.2em;
1855 }
1856 .details_or{
1857         width:28.8em;
1858         height:9.8em;
1859         margin:0;
1860 }
1861 .details_ol{
1862
1863         height:9.8em;
1864         margin:0px;
1865         width:.45em;
1866         background-position: top left;
1867         background-repeat:no-repeat;
1868 }
1869 .details_ir{
1870         width:.5em;
1871         height:100%;
1872         float:right;
1873 }
1874 .details_il{
1875         height:100%;
1876         float:left;
1877 }
1878 .home-title{
1879         font-size:10pt;
1880         font-weight:bold;
1881 }
1882 .buttonbox{
1883         float:right;
1884 }
1885 .details_text{
1886         margin-left:1em;
1887 }
1888 .draggable_selected {
1889         background-color: transparent;
1890         cursor: move;
1891 }
1892         
1893 div#subnavlistcontainer {
1894         width:95%;
1895         margin:auto;
1896         height:auto;
1897
1898 }
1899 div#subnavbacktopage {
1900         padding-top:5px;
1901         padding-left:20px;
1902         float:left;
1903 }
1904
1905 div.toolcontainer{
1906         width:95%;
1907         margin:auto;
1908         border:1px solid #e8e8e8;
1909         padding-top:1em;
1910         padding-bottom:1em;
1911         border-radius:.5em;
1912         -moz-border-radius: .5em .5em .5em .5em;
1913 }
1914
1915 ul#subnavlist {
1916         padding-top: 3px;
1917         margin-top: 0px;
1918         font-family: Verdana,Helvetica,Arial,serif;
1919
1920
1921 }
1922
1923 ul#subnavlist li {
1924         background-color: #FFFFFF;
1925         list-style: none;
1926         display: inline-block;
1927         font-weight:700;
1928         text-align:center;
1929         border-top:1px solid #cccccc;
1930         border-left:1px solid #cccccc;
1931         border-right:1px solid #cccccc;
1932         border-radius: .3em .3em 0em 0em;
1933         -moz-border-radius: .3em .3em 0em 0em;
1934         height:1.1em;   
1935         -moz-box-shadow:.1em .0em .1em #999999;
1936         box-shadow: .2em .0em .2em #999999;
1937         padding: .1em .5em .4em .5em ;
1938 }
1939
1940 ul#subnavlist li a:hover, ul#subnavlist li a:focus, ul#subnavlist li.active,            ul#subnavlist li:hover{
1941         color: black;
1942         text-decoration:none;
1943         background-color: #E6E6E6;
1944 }
1945
1946 ul#subnavlist li a {
1947     /* The normal, unselected tabs. They are all links */
1948         color: #555;
1949         height: 1.5em;
1950         text-decoration:underline;
1951         font-weight:500;
1952 }
1953
1954 div.menuedit{
1955         float:right;
1956         margin-top:-1.2em;
1957         border:1px solid #cccccc;
1958 }
1959 /* NEW IN ATUTOR 2.0 */
1960 /* alternate colours in the My Course list */
1961 tr.even {
1962     background-color: #F7F3ED;
1963 }
1964
1965 tr.odd {
1966     background-color: transparent;
1967 }
1968
1969 /* Content editor wrapper div */
1970 .editor_wrapper{
1971         border:1px solid #cccccc;
1972         border-radius:.5em;
1973         -moz-border-radius: .5em .5em .5em .5em;
1974         padding: .1em .5em .1em .5em ;
1975 }
1976 /* Content editor tabs */
1977 .editor_buttontab {
1978         color:#000000;
1979         font-size:10pt;
1980         border:0;
1981         white-space: nowrap;
1982         background-color: #ffffff;
1983         margin: 0px;
1984         font-weight:500;
1985         text-align:center;
1986         padding:0em 0em 0em;
1987
1988 }
1989 .editor_tab{
1990         float:left;
1991         border-top: 1px solid #cccccc;
1992         border-left: 1px solid #cccccc;
1993         border-right: 1px solid #cccccc;
1994         border-bottom:0;
1995         margin-bottom:-.5em;
1996         text-align: center;
1997         white-space: nowrap;
1998         background-color: #ffffff;
1999         border-radius: .3em .3em 0em 0em;
2000         -moz-border-radius: .3em .3em 0em 0em;
2001         -moz-box-shadow:.1em .0em .1em #999999;
2002         box-shadow: .2em .0em .2em #999999;
2003         padding: 0em .2em 0em .2em ;
2004         height:1.4em;
2005 }
2006 .editor_tab:hover, .editor_tab input[type=submit]:hover{
2007         background-color:#eeeeee;
2008 }
2009
2010 .editor_tab_selected{
2011         border-top: 1px solid #cccccc;
2012         border-left: 1px solid #cccccc;
2013         border-right: 1px solid #cccccc;
2014         border-bottom:0;
2015         padding: 0em .2em 0em .2em ;
2016         background-color: #eeeeee;
2017         font-weight:bold;
2018         text-align:center;
2019         white-space: nowrap;
2020         text-decoration:none;
2021         border-radius:.3em;
2022         -moz-border-radius: .3em .3em 0em 0em;
2023         height:1.4em;
2024
2025 }
2026 .editor_tab input[type=submit]{
2027         height:1.2em;
2028 }
2029 /* 1pxgs current box on My Start */
2030 .current_box{
2031         float:left;
2032         margin-left:1em;
2033         width:30%; 
2034         padding:.5em;
2035         border: 1px solid #cccccc;
2036         border-radius: .5em .5em .5em .5em;
2037         -moz-border-radius: .5em .5em .5em .5em;
2038         -moz-box-shadow:.2em .2em .2em #999999;
2039          box-shadow: .2em .2em  .2em #999999;
2040 }
2041
2042 ul.current_list{
2043       line-height:2em; 
2044       list-style-type:none;
2045       margin-left:-3em;
2046 }
2047 .current_list img{
2048       vertical-align:middle;
2049 }
2050
2051 .logoutbar{
2052       background-color:#E6E6E6; 
2053       font-size:0.85em; 
2054       padding-top: 2px; 
2055       border-bottom:1px solid #cccccc; 
2056       height:2em;
2057       text-align:right;
2058       padding-right:1em;
2059 }
2060
2061 .select {
2062       margin-left: .2em;
2063       background-color:#eeeeee;         
2064       border: 1px solid #cccccc;
2065       padding-right:.1em;
2066 }
2067
2068 /* Preference Editor tabs */
2069 /* Preferences tabs */
2070 table.etabbed-table     {
2071         padding-left:5em;
2072         font-size:10pt;
2073         width:90%;
2074         margin-left:auto;
2075         margin-right:auto;
2076 }
2077 .prefs-tab-spacer {
2078         background-color: transparent;
2079         width: 5px;
2080 }
2081 .prefs_buttontab {
2082         color:#555;
2083         font-size:10pt;
2084         white-space: nowrap;
2085         background-color: #ffffff;
2086         margin: 0px;
2087         border:0;
2088         font-weight:500;
2089         padding:0em 0em 0em;
2090         border-radius:.3em;
2091         -moz-border-radius: .3em .3em .3em .3em;
2092
2093 }
2094 .prefs_tab{
2095         border-top: 1px solid #cccccc;
2096         border-left: 1px solid #cccccc;
2097         border-right: 1px solid #cccccc;
2098         text-align: center;
2099         white-space: nowrap;
2100         margin-left:2em;
2101         background-color: #FFFFFF;
2102         border-radius:.3em;
2103         -moz-border-radius: .3em .3em 0em 0em;
2104         padding: 0em .2em 0em .2em;
2105         -moz-box-shadow:.2em .2em .2em #999999;
2106     box-shadow: .2em .0em .2em #999999;
2107         }
2108         
2109 .prefs_buttontab:hover, .prefs_tab:hover {
2110         background-color: #eeeeee;
2111 }
2112 .prefs_tab_selected{
2113         border-top: 1px solid #cccccc;
2114         border-left: 1px solid #cccccc;
2115         border-right: 1px solid #cccccc;
2116         border-bottom:0;
2117         background-color: #eeeeee;
2118         margin: 0px;
2119         font-weight:bold;
2120         text-align:center;
2121         padding: 0em .2em 0em .2em ;
2122         white-space: nowrap;
2123         text-decoration:none;
2124         border-radius:.3em;
2125         -moz-border-radius: .3em .3em 0em 0em;
2126         -moz-box-shadow:.2em .2em .2em #999999;
2127     box-shadow: .2em .0em .2em #999999;
2128 }
2129
2130 .admin_container{
2131         border:1px solid #cccccc;
2132         border-radius:.5em;
2133         -moz-border-radius:.5em;
2134
2135 }
2136
2137 .wizscreen{
2138         background-color:#ffffff;
2139         padding:2em;
2140         line-height:2em;
2141 }
2142
2143 .wizscreen > legend{
2144         padding-left:2em;
2145         padding-right:2em;
2146         border:1px solid black;
2147         background-color:#ffffff;
2148         color:#0000FF;
2149         font-weight:bold;
2150 }
2151
2152 .wizscreen .buttons {
2153     padding-top: 2em;
2154 }
2155
2156 .wizscreen .button {
2157     margin: 0em 0.25em;
2158 }
2159
2160 .navlist{
2161         list-style: none;
2162         display: inline;
2163 }
2164 .crumbcontainer{
2165         padding:0;
2166         width:100%;
2167         height:2.5em;
2168 }
2169 #course_title_container{
2170         float:left;
2171         clear:both;
2172         white-space:pre-line;
2173         position:relative; 
2174         left:1em;
2175         margin-top:.5em;
2176 }
2177 #my_courses_container{
2178           width:58%; 
2179           margin-left:1em;
2180           border:none;
2181           float:left;
2182           border-radius: .5em .5em .5em .5em;
2183         -moz-border-radius: .5em .5em .5em .5em;
2184         -moz-box-shadow:.2em .2em .2em #999999;
2185          box-shadow: .2em .2em  .2em #999999;
2186 }
2187 .shortcut_icon{
2188         border:0;
2189         vertical-align:middle;
2190 }
2191 ul#content-tool-links {
2192         list-style: none outside none;
2193 }
2194 ul#content-tool-links li{
2195         display: inline;
2196         float: left;
2197         width: 5em;
2198         padding: 0 3em 0 0;
2199         text-align: center;
2200         font-size: 0.7em;
2201         font-weight:bold;
2202         color: #1A4A72;
2203         line-height:120%;
2204 }
2205 ul#content-tool-links img{
2206         border: 0 none;
2207         display: block;
2208         padding-left: 10px;
2209 }
2210 .hidden {
2211     display: none;
2212 }
2213 .clickable {
2214     cursor: pointer;    
2215 }
2216 .nowrap {
2217     white-space: nowrap;
2218 }
2219 .flowplayerholder{
2220 clear:right;
2221 }
2222
2223
2224 /* Transformable repository search */
2225
2226 .browse-result{
2227         border:thin solid #cccccc;
2228         padding:.5em;
2229         width:95%;
2230         margin-left:auto;
2231         margin-right:auto;
2232                 border-radius: .3em .3em .3em .3em;
2233         -moz-border-radius: .3em .3em .3em .3em;
2234         -moz-box-shadow:.2em .2em .2em #999999;
2235     box-shadow: .2em .1em .2em #999999;
2236 }
2237
2238 .tr_results_tools{
2239 float:right;
2240 padding-left:.2em;
2241 padding-right:.2em;
2242 padding-top:.2em;
2243 border:thin solid #cccccc;
2244                 border-radius: .3em .3em .3em .3em;
2245         -moz-border-radius: .3em .3em .3em .3em;
2246         -moz-box-shadow:.2em .2em .2em #999999;
2247     box-shadow: .2em .1em .2em #999999;
2248 }