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