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