4122: removed dynamic styles settings, revised styles for contentcolumn and leftcolum...
[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 #cccccc;
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.png');
36     background-position: 0% 0%;
37         background-repeat: no-repeat;
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/pencils_up_top.jpg');
973         background-position: 99% 98%;
974         background-repeat: no-repeat;
975         height : 5em;
976         margin-bottom:-.2em;
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         padding:.2em;
1077         border-left:1px solid #ccc;
1078         border-right:1px solid #ccc;
1079         border-bottom:1px solid #ccc;
1080         -moz-box-shadow:.2em .2em .2em #999999;
1081          box-shadow: .2em .2em  .2em #999999;
1082 }
1083
1084 h5.box { 
1085         background-color: #6F7172;
1086         border: 1px solid #B8AE9C;
1087         border-style: solid solid none solid;
1088         color: Black;
1089         padding: 0em 1em 0em 1em;
1090         display: inline;
1091         font-size:  1em;
1092         height: 1em;
1093 }
1094
1095 div.box a:link {
1096         text-decoration: none;
1097 }
1098
1099 div.box a:visited {
1100         color: #2A6C28;
1101         text-decoration: none;
1102 }
1103
1104 div.box a:hover {
1105         text-decoration: underline;
1106 }
1107
1108 .boxDetails {
1109         text-align: right;
1110 }
1111
1112 div.box .content {
1113         padding: 1em;
1114         font-size:  1em;
1115 }
1116
1117 div.box a.close {
1118         float: right;
1119         text-transform: none;
1120         border-left: 1pt solid #B8AE9C;
1121         padding: 0em 0.2em;
1122 }
1123
1124 div.box h1, 
1125 div.box h2, 
1126 div.box h3, 
1127 div.box h4 {
1128         margin: 0;
1129         padding: 0;
1130 }
1131
1132 div.box .even {
1133         background-color: #F7F3ED;
1134 }
1135
1136 div.box .odd {
1137         background-color: transparent;
1138 }
1139
1140
1141 /* users/index.php */
1142
1143 div.course {
1144         position: relative;
1145         width: 25em;
1146         height: 10.5em;
1147         border: rgb(204, 204, 204) 1px solid;
1148         background-color: #F7F7F7;
1149         float: left;
1150         margin: 3px;
1151         padding: 5px;
1152 }
1153
1154 div.course.break {
1155         clear: left;
1156 }
1157
1158 div.course h2 {
1159         border: 0px;
1160         font-weight: normal;
1161         font-size: large;
1162
1163 }
1164
1165 div.course:hover {
1166         background-color:#FBF4E9;
1167         border: #B8AE9C 1px solid;
1168 }
1169
1170 div.course img.icon     {
1171         float: left;
1172         margin: 2px;
1173         height:6.8em;
1174         width:6.8em;
1175         margin-right:5px;
1176 }
1177 img.headicon    {
1178         float:  left;
1179         margin-top:.5em;
1180         margin-left:.5em;
1181         margin-right:.5em;
1182         height:6.45em;
1183         width:6.45em;
1184         vertical-align:top;
1185         text-align: right;
1186         border:1px solid white;
1187 }
1188 div.course div.shortcuts , a {
1189         text-align: right;
1190         text-decoration:none;
1191         clear: left;
1192         vertical-align: middle;
1193 }
1194
1195 div#alternatives_shortcuts {
1196         float: right;
1197         margin: -2em 5pt;
1198         border-radius: .5em .5em .5em .5em;;
1199         -moz-border-radius: .5em .5em .5em .5em;
1200         -moz-box-shadow:.2em .2em .2em #999999;
1201          box-shadow: .2em .2em  .2em #999999;
1202          border:1px solid #cccccc;
1203          padding-top: .2em;
1204          padding-left: .2em;
1205          padding-right: .2em;
1206 }
1207
1208 fieldset#shortcuts {
1209         float: right;
1210         background-color: #FEFDEF;
1211         border: 1pt solid #B8AE9C;
1212         margin: -5pt 5pt 5pt 5pt;
1213         padding-right: 10pt;
1214         padding-bottom: 5pt;
1215         padding-left: 10pt;
1216 }
1217
1218 fieldset {
1219         margin-bottom: 10pt;
1220         border-radius: .5em .5em .5em .5em;;
1221         -moz-border-radius: .5em .5em .5em .5em;
1222         padding:.2em
1223 }
1224 div#shortcuts{
1225         border-left:thin solid #cccccc;
1226         border-right:thin solid #cccccc;
1227         border-bottom:thin solid #cccccc;
1228         border-radius: 0em 0em .5em .5em;;
1229         -moz-border-radius: 0em 0em .5em .5em;
1230         float:right;
1231         -moz-box-shadow:.2em .2em .2em #999999;
1232          box-shadow: .2em .2em  .2em #999999;
1233         margin-right:2em;
1234         padding:.1em;
1235 }
1236 #shortcuts legend {
1237         border-radius:.5em;
1238         -moz-border-radius: .5em .5em .5em .5em;
1239         padding:.2em
1240 }
1241 #shortcuts ul {
1242         position: relative;
1243         margin-top: 0pt;
1244         margin-bottom: 0pt;
1245         margin-left: 0pt;
1246         list-style-type:  none;
1247         padding-left: 0pt; 
1248 }
1249 #shortcuts li{
1250         display: inline;
1251 }
1252 a#guide {
1253         background-image: url('images/help.png'); background-repeat: no-repeat; background-position: 2px 2px;
1254         padding: 3px 10px 5px 30px;
1255         text-decoration:none;
1256         font-size:0.85em;
1257         float:right;
1258
1259 }
1260 div#guide_box{
1261         border-left:thin solid #cccccc;
1262         border-right:thin solid #cccccc;
1263         border-bottom:thin solid #cccccc;
1264         border-radius: 0em 0em .5em .5em;;
1265         -moz-border-radius: 0em 0em .5em .5em;
1266         -moz-box-shadow:.2em .2em .2em #999999;
1267     box-shadow: .2em .0em .2em #999999;
1268         float:right;
1269         margin-right:2em;
1270         padding-left:.1em;
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:.2em .2em .2em #999999;
1319          box-shadow: .2em .2em  .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         border-radius:.5em;
1430         -moz-border-radius: .5em .5em 0em 0em;
1431 }
1432
1433
1434 /* floating layout */
1435 #contentwrapper{
1436         float: left;
1437         width: 100%;
1438 }
1439 #contentcolumn {
1440         padding-right: 5px;
1441     overflow: auto;
1442 }
1443
1444 #leftcolumn{
1445         float: left;
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         background-image: url('images/atutor_logo.png');
1456     background-position: 1% 98%;
1457         background-repeat: no-repeat;
1458 }
1459
1460 /** forum stuff **/
1461 #forum-thread li {border:1px solid #eee; border-bottom: 1px solid #F7F3ED; float:left; width: 97%; list-style: none; }
1462 #forum-thread li.even { background-color: #F7F3ED; border-top: none; }
1463 #forum-thread li.odd { background-color: #fff; }
1464 div.forum-post-author { float:left; width:150px; padding:8px 10px; }
1465 div.forum-post-author a.title {font-size: 1.1em; line-height: 1.2em; font-weight: bold; text-decoration:none; } 
1466 div.forum-post-author img.profile-picture { border: 2px solid #F7F3ED; text-align:right;}
1467 div.forum-post-content { margin-left: 150px; padding: 5px 0px 18px 18px;}
1468 div.forum-post-content h3 { font-weight: 500; float:left;clear:right; }
1469 div.forum-post-ctrl { float: right; padding-right: 5px; color: #a1a1a1;}
1470 div.forum-post-ctrl a { text-decoration: none; }
1471 div.forum-post-ctrl span { color: black; background-color: #fefdc2; padding: 3px; }
1472 div.forum-post-content p.date { color: #a1a1a1; border-bottom: 1px solid #F7F3ED; }
1473 div.forum-post-content div.body p { margin-bottom:1em; }
1474 div.forum-paginator{border:1px #cccccc solid; padding:.3em; width:95%;margin:auto;background-color:#F7F3ED;}
1475 span.forum-paginator-active{font-weight:700;text-decoration:underline; height:2em;}
1476
1477
1478
1479 /** inbox stuff - reuses some of the forum layout **/
1480 #inbox-msg li {border:1px solid #eee; border-bottom: 1px solid #F7F3ED; width: 95%; list-style: none; min-height: 11em;}
1481
1482
1483 /* Top navigation tabs / list */
1484 div#topnavlistcontainer {
1485         background-image: url('images/pencils_up_bottom.jpg');
1486         background-position: 99% 0%;
1487         background-repeat: no-repeat;
1488         height:1.7em;
1489         margin-top: .1em;
1490         border-bottom:1px solid #cccccc;
1491 }
1492
1493 ul#topnavlist {
1494         padding-top: 2px;
1495         margin-top: 2px;
1496 }
1497
1498 ul#topnavlist li {
1499         white-space: nowrap;
1500         list-style: none;
1501         display: inline-block;
1502         height:1.3em;
1503         margin-top:.1em;
1504         clear:both;
1505         border-radius: .5em .5em 0em 0em;
1506         -moz-border-radius: .5em .5em 0em 0em;
1507         -moz-box-shadow:.2em .0em .4em #999999;
1508         box-shadow: .2em .2em .2em #999999;
1509 }
1510
1511 ul#topnavlist li a:hover, ul#topnavlist li a:focus, ul#topnavlist li a.active {
1512         background-color: #E6E6E6;
1513         color: black;
1514         text-decoration:none;
1515         border-radius: .5em .5em 0em 0em;
1516         -moz-border-radius: .5em .5em 0em 0em;
1517         padding: .2em 2em .2em;
1518         border-bottom: 1px solid #E6E6E6;
1519
1520 }
1521
1522 ul#topnavlist li a {
1523     /* The normal, unselected tabs. They are all links */
1524         color: #555;
1525         font-weight:bold;
1526         height: 1.5em;
1527         border-top:1px solid #ccc;
1528         border-left:1px solid #ccc;
1529         border-right:1px solid #ccc;
1530         text-decoration:underline;
1531         background-color:white;
1532         border-radius: .5em .5em 0em 0em;
1533         -moz-border-radius: .5em .5em 0em 0em;
1534
1535         padding: .2em 2em .2em;
1536
1537 }
1538
1539
1540 ul#topnavlist li a.selected {
1541     /* The selected tab. There's only one of these */
1542         color: #555;
1543         font-weight: normal;
1544         border-radius:.5em;
1545         -moz-border-radius: .5em .5em 0em 0em;
1546         padding: .2em 2em .2em
1547 }
1548
1549 ol#tools>li:hover {
1550         border: 1px solid #e0e0e0;
1551         background-color: #efefef; 
1552 }
1553
1554 /*  tool list on admin home and manage screens  */
1555  li.top-tool { 
1556         list-style: none;
1557         padding: 2px 2px 2px 15px;
1558         margin-bottom: 5px; 
1559         line-height: 200%; 
1560         background-color: #fdfdfd; 
1561         border-bottom: 1px solid #efefef; 
1562         border: 1px solid #eeeeff;}
1563
1564 li.top-tool a {  font-weight: bold; } 
1565
1566 li.child-tool a { 
1567         font-size: x-small;
1568         font-weight: normal; 
1569         text-decoration:underline;
1570 }
1571  
1572 ul.child-top-tool {
1573         margin-top: -5px;
1574         padding-left: 0px;
1575         margin-left: 0px;
1576         display: inline;
1577 }
1578 ul.child-top-tool:before {
1579         content: " : ";
1580 }
1581
1582 li.child-tool {
1583         display: inline;
1584         margin-right: 5px;
1585         font-size: x-small;
1586 }
1587
1588 /* to modify  tool icons on the course home page */
1589 /*
1590 #icon-color-filter{
1591         width:3.9em;
1592         height:3.85em;
1593         background-color:#000000;
1594         -moz-opacity:0.5;
1595           filter:alpha(opacity=10);
1596         opacity:.10;
1597         margin-top:-3.85em;
1598         margin-left:1.90em;
1599
1600 }
1601 */
1602 .img-size-home {
1603         height:3.85em;
1604         width:3.9em;
1605 }
1606
1607 /* browse courses */
1608 div.browse-course {
1609         width: 28em;
1610         padding-bottom: 10px;
1611         background-color: #fffaf0;
1612         border:1px #6F7172 solid;
1613         font-size:9pt;
1614         min-height:18em;
1615         margin:auto;
1616         margin-left:1em;
1617         margin-top:1em;
1618 }
1619
1620 dl.browse-course {
1621         width: 90%;
1622         padding-bottom: 10px;
1623         background-color: #fffaf0;
1624         margin:auto;
1625         margin-left:1em;
1626 }
1627 dl.browse-course dt {
1628         float: left;
1629         font-weight: bold;
1630         width: 25%;
1631         text-align: right;
1632         clear: left;
1633         padding: 5px 10px 5px 0px;
1634         vertical-align: middle;
1635 }
1636 dl.browse-course dd {
1637         margin-bottom: 5px;
1638         clear: right;
1639         padding: 5px 0px 5px 10px;
1640         margin-left: 26%;
1641
1642 }
1643 /*  form fields grouping for WCAG 2.0 conformance*/
1644 fieldset.group_form{
1645         width:90%;
1646         margin:.5em;
1647         border:1px #6D7B8D solid;
1648         min-height: 170px;
1649         padding:.5em;
1650         -moz-box-shadow:.1em .2em .3em #999999;
1651     box-shadow: .3em .1em .2em #999999;
1652
1653 legend.group_form{
1654         border:1px #6D7B8D solid;
1655         background-color: #EEEEEE;
1656         font-weight: 600;
1657         color: black;
1658         padding-left: 1em;
1659         padding-right: 1em;
1660         border-radius:.2em;
1661         -moz-border-radius: .2em .2em .2em .2em;
1662                 -moz-box-shadow:.1em .1em .1em #999999;
1663     box-shadow: .1em .1em .1em #999999;
1664 }
1665 /* file storage */
1666
1667 #fsfloat1{
1668         float:right;
1669 }
1670 #fsfloat2{
1671         float:right;
1672         width:48%;
1673 }
1674
1675
1676 /* highlight active links for WCAG 2.0 conformance */
1677 a:active,a:hover,a:focus{
1678         background-color:#F6EAD6;
1679         color:#000000;
1680 }
1681
1682
1683 /* menu align right layout, uncomment to enable */
1684
1685 /*
1686 h2.page-title {
1687     clear:left
1688 }
1689 h2, h3, h4, h5, h6 {
1690         clear: left;
1691 }
1692 #contentcolumn_shiftright {
1693     margin-right: 17em;
1694 margin-left:1em;
1695 margin-top:1em;
1696 }
1697 #leftcolumn{
1698     float: right;
1699 }
1700 #home-links{
1701 clear:left;
1702 }
1703 table.data {
1704         clear:left;
1705 }
1706 div#menutoggle{
1707         float: right; 
1708 }
1709 #fsfloat2{
1710         float:left;
1711         width:48%;
1712 }
1713
1714 #fsfloat1{
1715         float:left;
1716 }
1717 */
1718
1719
1720 /*Added by Silvia */
1721 /* remove when confirmed content alternatives funtions correctly without these styles 
1722 div.column_primary {
1723         float: left;
1724         width: 42%;
1725         margin: 5px;
1726         padding: 0px;
1727         min-width: 170px;
1728 }
1729
1730 div.column_equivalent{
1731         float: left;
1732         width: 52%;
1733         margin-left: 15px;
1734         margin-top: 5px;
1735         margin-right: 5px;
1736         margin-bottom: 5px;
1737         min-width: 170px;
1738         padding: 5px;
1739         border: 1px solid #EEE;
1740         background-color: #FFF;
1741 }
1742
1743 div.resource_box{
1744         border: 1px solid #aaa;
1745         width: 95%;
1746         margin: 5px;
1747         padding: 5px;
1748         min-width: 150px;
1749         background-color: #eee;
1750 }
1751
1752 h2.alternatives_to{
1753         margin-top: 12px;
1754         font-size: 90%;
1755         color: #A50707;
1756 }
1757
1758 div.alternative_box{
1759         border: 1px solid #ddd;
1760         margin: 5px;
1761         padding: 5px;
1762         min-width: 150px;
1763         background-color: #fff;
1764 }
1765
1766 div.alternative_box legend {
1767         color: #000;
1768 }
1769
1770 div.resource_box legend {
1771         color: #000;
1772 }
1773
1774 label.primary a{
1775         color: #A50707;
1776         font-weight: bolder;
1777         background-color: white;
1778 }
1779 */
1780 /* format of "table of contents" on content page */
1781 #toc a          { display:block; margin:3px; float:left;}
1782 #toc .h2                { padding:0 0 0 10px;}
1783 #toc .h3                { padding:0 0 0 30px;}
1784 #toc .h4                { padding:0 0 0 40px; }
1785 #toc .h5                { padding:0 0 0 50px; }
1786 #toc .h6                { padding:0 0 0 60px; }
1787
1788 fieldset#toc {
1789         background-color: #FEFDEF;
1790         border: 1pt solid #B8AE9C;
1791         width:50%;
1792 }
1793
1794 #side-menu{
1795          overflow:hidden; 
1796          width:18em;
1797          padding-right:.3em;
1798          padding-bottom:.3em; 
1799 }
1800
1801 /* cleans up glossary question mark line spacing*/
1802 sup{
1803         border: 1pt solid #B8AE9C;
1804         vertical-align:bottom;
1805         margin-top: 1em;
1806 }
1807
1808 /* jQuery tooltip styles */
1809 #tooltip{
1810         position:absolute;
1811         z-index:3000;
1812         border:3px solid #111;
1813         background-color:#eeeeee;
1814         padding:5px;
1815 }
1816 #tooltip h3,#tooltip div{
1817         margin:0;
1818 }
1819
1820 /* style for home page modules "detail view" */
1821
1822 div.home_box {
1823         width: 29em;
1824         height: 150px;  
1825         padding-top: 15px;
1826         float: left;
1827 }
1828
1829 .outside_box{
1830         border:1px solid #cccccc;
1831         background: #eeeeee;
1832         padding:.2em;
1833         margin-left:.4em;
1834         width:26em;
1835         height:9.8em;
1836         border-radius:.5em;
1837         -moz-border-radius:.3em .3em .3em .3em;
1838         border-radius: 3em 3em .3em .3em;
1839     -moz-box-shadow:.2em .2em .2em #999999;
1840     box-shadow: .2em .2em .2em #999999;
1841         padding:.2em;
1842 }
1843
1844 .inside_box{
1845         border:1px solid #cccccc;
1846         background: #ffffff;
1847         padding:.3em;
1848         width:95%;
1849         margin:auto;
1850         height:52%;
1851         margin-bottom:.2em;
1852         font-size:10pt;
1853         border-radius:.5em;
1854         -moz-border-radius:.5em;
1855         padding:.2em;
1856 }
1857 .details_or{
1858         width:28.8em;
1859         height:9.8em;
1860         margin:0;
1861 }
1862 .details_ol{
1863
1864         height:9.8em;
1865         margin:0px;
1866         width:.45em;
1867         background-position: top left;
1868         background-repeat:no-repeat;
1869 }
1870 .details_ir{
1871         width:.5em;
1872         height:100%;
1873         float:right;
1874 }
1875 .details_il{
1876         height:100%;
1877         float:left;
1878 }
1879 .home-title{
1880         font-size:10pt;
1881         font-weight:bold;
1882 }
1883 .buttonbox{
1884         float:right;
1885 }
1886 .details_text{
1887         margin-left:1em;
1888 }
1889 .draggable_selected {
1890         background-color: transparent;
1891         cursor: move;
1892 }
1893         
1894 div#subnavlistcontainer {
1895         width:95%;
1896         margin:auto;
1897         height:auto;
1898
1899 }
1900 div#subnavbacktopage {
1901         padding-top:5px;
1902         padding-left:20px;
1903         float:left;
1904 }
1905
1906 div.toolcontainer{
1907         width:95%;
1908         margin:auto;
1909         border:1px solid #e8e8e8;
1910         padding-top:1em;
1911         padding-bottom:1em;
1912         border-radius:.5em;
1913         -moz-border-radius: .5em .5em .5em .5em;
1914 }
1915
1916 ul#subnavlist {
1917         padding-top: 3px;
1918         margin-top: 0px;
1919         font-family: Verdana,Helvetica,Arial,serif;
1920
1921
1922 }
1923
1924 ul#subnavlist li {
1925         background-color: #FFFFFF;
1926         list-style: none;
1927         display: inline-block;
1928         font-weight:700;
1929         text-align:center;
1930         border-top:1px solid #cccccc;
1931         border-left:1px solid #cccccc;
1932         border-right:1px solid #cccccc;
1933         border-radius: .3em .3em 0em 0em;
1934         -moz-border-radius: .3em .3em 0em 0em;
1935         height:1.1em;   
1936         -moz-box-shadow:.1em .0em .1em #999999;
1937         box-shadow: .2em .0em .2em #999999;
1938         padding: .1em .5em .4em .5em ;
1939 }
1940
1941 ul#subnavlist li a:hover, ul#subnavlist li a:focus, ul#subnavlist li.active,            ul#subnavlist li:hover{
1942         color: black;
1943         text-decoration:none;
1944         background-color: #E6E6E6;
1945 }
1946
1947 ul#subnavlist li a {
1948     /* The normal, unselected tabs. They are all links */
1949         color: #555;
1950         height: 1.5em;
1951         text-decoration:underline;
1952         font-weight:500;
1953 }
1954
1955 div.menuedit{
1956         float:right;
1957         margin-top:-1.2em;
1958         border:1px solid #cccccc;
1959 }
1960 /* NEW IN ATUTOR 2.0 */
1961 /* alternate colours in the My Course list */
1962 tr.even {
1963     background-color: #F7F3ED;
1964 }
1965
1966 tr.odd {
1967     background-color: transparent;
1968 }
1969
1970 /* Content editor wrapper div */
1971 .editor_wrapper{
1972         border:1px solid #cccccc;
1973         border-radius:.5em;
1974         -moz-border-radius: .5em .5em .5em .5em;
1975         padding: .1em .5em .1em .5em ;
1976 }
1977 /* Content editor tabs */
1978 .editor_buttontab {
1979         color:#000000;
1980         font-size:10pt;
1981         border:0;
1982         white-space: nowrap;
1983         background-color: #ffffff;
1984         margin: 0px;
1985         font-weight:500;
1986         text-align:center;
1987         padding:0em 0em 0em;
1988
1989 }
1990 .editor_tab{
1991         float:left;
1992         border-top: 1px solid #cccccc;
1993         border-left: 1px solid #cccccc;
1994         border-right: 1px solid #cccccc;
1995         border-bottom:0;
1996         margin-bottom:-.5em;
1997         text-align: center;
1998         white-space: nowrap;
1999         background-color: #ffffff;
2000         border-radius: .3em .3em 0em 0em;
2001         -moz-border-radius: .3em .3em 0em 0em;
2002         -moz-box-shadow:.1em .0em .1em #999999;
2003         box-shadow: .2em .0em .2em #999999;
2004         padding: 0em .2em 0em .2em ;
2005         height:1.4em;
2006 }
2007 .editor_tab:hover, .editor_tab input[type=submit]:hover{
2008         background-color:#eeeeee;
2009 }
2010
2011 .editor_tab_selected{
2012         border-top: 1px solid #cccccc;
2013         border-left: 1px solid #cccccc;
2014         border-right: 1px solid #cccccc;
2015         border-bottom:0;
2016         padding: 0em .2em 0em .2em ;
2017         background-color: #eeeeee;
2018         font-weight:bold;
2019         text-align:center;
2020         white-space: nowrap;
2021         text-decoration:none;
2022         border-radius:.3em;
2023         -moz-border-radius: .3em .3em 0em 0em;
2024         height:1.4em;
2025
2026 }
2027 .editor_tab input[type=submit]{
2028         height:1.2em;
2029 }
2030 /* 1pxgs current box on My Start */
2031 .current_box{
2032         float:left;
2033         margin-left:1em;
2034         width:30%; 
2035         padding:.5em;
2036         border: 1px solid #cccccc;
2037         border-radius: .5em .5em .5em .5em;
2038         -moz-border-radius: .5em .5em .5em .5em;
2039         -moz-box-shadow:.2em .2em .2em #999999;
2040          box-shadow: .2em .2em  .2em #999999;
2041 }
2042
2043 ul.current_list{
2044       line-height:2em; 
2045       list-style-type:none;
2046       margin-left:-3em;
2047 }
2048 .current_list img{
2049       vertical-align:middle;
2050 }
2051
2052 .logoutbar{
2053       background-color:#E6E6E6; 
2054       font-size:0.85em; 
2055       padding-top: 2px; 
2056       border-bottom:1px solid #cccccc; 
2057       height:2em;
2058       text-align:right;
2059       padding-right:1em;
2060 }
2061
2062 .select {
2063       margin-left: .2em;
2064       background-color:#eeeeee;         
2065       border: 1px solid #cccccc;
2066       padding-right:.1em;
2067 }
2068
2069 /* Preference Editor tabs */
2070 /* Preferences tabs */
2071 table.etabbed-table     {
2072         padding-left:5em;
2073         font-size:10pt;
2074         width:90%;
2075         margin-left:auto;
2076         margin-right:auto;
2077 }
2078 .prefs-tab-spacer {
2079         background-color: transparent;
2080         width: 5px;
2081 }
2082 .prefs_buttontab {
2083         color:#555;
2084         font-size:10pt;
2085         white-space: nowrap;
2086         background-color: #ffffff;
2087         margin: 0px;
2088         border:0;
2089         font-weight:500;
2090         padding:0em 0em 0em;
2091         border-radius:.3em;
2092         -moz-border-radius: .3em .3em .3em .3em;
2093
2094 }
2095 .prefs_tab{
2096         border-top: 1px solid #cccccc;
2097         border-left: 1px solid #cccccc;
2098         border-right: 1px solid #cccccc;
2099         text-align: center;
2100         white-space: nowrap;
2101         margin-left:2em;
2102         background-color: #FFFFFF;
2103         border-radius:.3em;
2104         -moz-border-radius: .3em .3em 0em 0em;
2105         padding: 0em .2em 0em .2em;
2106         -moz-box-shadow:.2em .2em .2em #999999;
2107     box-shadow: .2em .0em .2em #999999;
2108         }
2109         
2110 .prefs_buttontab:hover, .prefs_tab:hover {
2111         background-color: #eeeeee;
2112 }
2113 .prefs_tab_selected{
2114         border-top: 1px solid #cccccc;
2115         border-left: 1px solid #cccccc;
2116         border-right: 1px solid #cccccc;
2117         border-bottom:0;
2118         background-color: #eeeeee;
2119         margin: 0px;
2120         font-weight:bold;
2121         text-align:center;
2122         padding: 0em .2em 0em .2em ;
2123         white-space: nowrap;
2124         text-decoration:none;
2125         border-radius:.3em;
2126         -moz-border-radius: .3em .3em 0em 0em;
2127         -moz-box-shadow:.2em .2em .2em #999999;
2128     box-shadow: .2em .0em .2em #999999;
2129 }
2130
2131 .admin_container{
2132         border:1px solid #cccccc;
2133         border-radius:.5em;
2134         -moz-border-radius:.5em;
2135
2136 }
2137
2138 .wizscreen{
2139         background-color:#ffffff;
2140         padding:2em;
2141         line-height:2em;
2142 }
2143
2144 .wizscreen > legend{
2145         padding-left:2em;
2146         padding-right:2em;
2147         border:1px solid black;
2148         background-color:#ffffff;
2149         color:#0000FF;
2150         font-weight:bold;
2151 }
2152
2153 .wizscreen .buttons {
2154     padding-top: 2em;
2155 }
2156
2157 .wizscreen .button {
2158     margin: 0em 0.25em;
2159 }
2160
2161 .navlist{
2162         list-style: none;
2163         display: inline;
2164 }
2165 .crumbcontainer{
2166         padding:0;
2167         width:100%;
2168         height:2.5em;
2169 }
2170 #course_title_container{
2171         float:left;
2172         clear:both;
2173         white-space:pre-line;
2174         position:relative; 
2175         left:1em;
2176         margin-top:.5em;
2177 }
2178 #my_courses_container{
2179           width:58%; 
2180           margin:auto;
2181           border:none;
2182           float:left;
2183           border-radius: .5em .5em .5em .5em;
2184         -moz-border-radius: .5em .5em .5em .5em;
2185         -moz-box-shadow:.2em .2em .2em #999999;
2186          box-shadow: .2em .2em  .2em #999999;
2187 }
2188 .shortcut_icon{
2189 border:0;
2190 vertical-align:middle;
2191 }
2192 ul#content-tool-links {
2193         list-style: none outside none;
2194 }
2195 ul#content-tool-links li{
2196         display: inline;
2197         float: left;
2198         width: 5em;
2199         padding: 0 3em 0 0;
2200         text-align: center;
2201         font-size: 0.7em;
2202         font-weight:bold;
2203         color: #1A4A72;
2204         line-height:120%;
2205 }
2206 ul#content-tool-links img{
2207         border: 0 none;
2208         display: block;
2209         padding-left: 10px;
2210 }
2211 .hidden {
2212     display: none;
2213 }
2214 .clickable {
2215     cursor: pointer;    
2216 }
2217 .nowrap {
2218     white-space: nowrap;
2219 }
2220 .flowplayerholder{
2221 clear:right;
2222 }
2223
2224
2225 /* Transformable repository search */
2226
2227 .browse-result{
2228         border:thin solid #cccccc;
2229         padding:.5em;
2230         width:95%;
2231         margin-left:auto;
2232         margin-right:auto;
2233                 border-radius: .3em .3em .3em .3em;
2234         -moz-border-radius: .3em .3em .3em .3em;
2235         -moz-box-shadow:.2em .2em .2em #999999;
2236     box-shadow: .2em .1em .2em #999999;
2237 }
2238
2239 .tr_results_tools{
2240 float:right;
2241 padding-left:.2em;
2242 padding-right:.2em;
2243 padding-top:.2em;
2244 border:thin solid #cccccc;
2245                 border-radius: .3em .3em .3em .3em;
2246         -moz-border-radius: .3em .3em .3em .3em;
2247         -moz-box-shadow:.2em .2em .2em #999999;
2248     box-shadow: .2em .1em .2em #999999;
2249 }