rtl with IE style adjustments
[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
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'); 
1254         background-repeat: no-repeat; 
1255         background-position: 2px 2px;
1256         padding: 3px 10px 5px 30px;
1257         text-decoration:none;
1258         font-size:0.85em;
1259         float:right;
1260 }
1261 div#guide_box{
1262         border-left:thin solid #cccccc;
1263         border-right:thin solid #cccccc;
1264         border-bottom:thin solid #cccccc;
1265         border-radius: 0em 0em .5em .5em;;
1266         -moz-border-radius: 0em 0em .5em .5em;
1267         -moz-box-shadow:.1em .1em .2em #999999;
1268         box-shadow: .1em .1em .2em #999999;
1269         float:right;
1270         margin-right:2em;
1271         padding-left:.1em;
1272         width:auto;
1273 }
1274
1275 div#content-text {
1276         padding-right: 5pt;
1277         line-height:150%;
1278 }
1279
1280 div#content-text li {
1281         margin-left: 15pt;
1282 }
1283
1284 div#content-test {      
1285         float: left;
1286         margin-top: 2em;
1287         padding-right: 5pt;
1288         width: 80%;
1289 }
1290 div#content-test ol{    
1291         margin-right: 5pt;;     
1292 }
1293
1294 div#content-test ol ul li{
1295         list-style: none;
1296         padding: 0px 2px 0px 15px;
1297         margin-bottom: 1px; 
1298         line-height: 200%; 
1299         background-color: #fdfdfd; 
1300         border-bottom: 1px solid #efefef; 
1301         border: 1px solid #eeeeff;
1302 }
1303
1304 div#content-info {
1305         margin: 5pt;
1306         font-size: small;
1307         color: #b8ae9c;
1308         clear: both;
1309 }
1310
1311 div#container {
1312         text-align: left;
1313         margin: 0px auto;
1314         padding: 0px;
1315         border:0;
1316         width: 95%;
1317         border:1px solid #cccccc;
1318         border-radius: .5em .5em .5em .5em;
1319         -moz-border-radius: .5em .5em .5em .5em;
1320         -moz-box-shadow:.1em .1em .2em #999999;
1321          box-shadow: .1em .1em  .2em #999999;
1322         padding:.2em
1323 }
1324
1325 div#menutoggle{
1326         text-align: right; 
1327         padding-bottom: 10px; 
1328         padding-right: 10px; 
1329         float: left; 
1330         margin-top: 10px; 
1331         padding-right: 5px; 
1332         font-size:0.95em;
1333 }
1334
1335
1336 /* login page */
1337 div.column {
1338         float: left;
1339         width: 45%;
1340         margin: 5px;
1341         min-width: 170px;
1342 }
1343
1344 div.column h3 {
1345         background-color: #F6EAD6;
1346         border-bottom: .05em solid #6F7172;
1347         font-size: small;
1348         display:block;
1349         color:black;
1350         font-weight:600;        
1351         padding-left:0.5em;
1352 }
1353
1354 div.insidecol {
1355         min-height: 170px;
1356         height: 170px;
1357         padding:5px;
1358 }
1359
1360
1361 /* index page */
1362 ul#home-links, ul#home-detail-links {
1363         list-style: none;
1364 }
1365 ul#home-links li {
1366         
1367         display: inline;
1368         float: left;
1369         padding: 0.8em;
1370         text-align: center;
1371         margin: 0.1em;
1372         width: 8.5em;
1373         height: 7.0em;
1374         padding-left:0px;
1375
1376 }
1377 ul#home-links li a {
1378         text-decoration: none;
1379         border: 1px transparent;
1380         font-weight: bold;
1381 }
1382 ul#home-links li a img {
1383         border: 0px;
1384         display: block;
1385         padding-left:25px;
1386 }
1387
1388
1389 /* tree */
1390 .img-size-tree {
1391         vertical-align: middle;
1392         margin-top: 0px;
1393         margin-left:-.5em;
1394         margin-bottom:-.2em;
1395     padding:0;
1396         height:1.3em;
1397         width:1.4em;
1398 }
1399 /* profile page */
1400
1401 dl#public-profile {
1402         width: 100%;
1403         
1404 }
1405 dl#public-profile dt {
1406         float: left;
1407         font-weight: bold;
1408         width: 30%;
1409         border-right: 1px solid #F7F3ED;
1410         padding: 5px 5px 5px 0px;
1411         vertical-align: middle;
1412         margin-right: 5px;
1413 }
1414 dl#public-profile dd {
1415         margin-bottom: 5px;
1416         padding: 5px 0px 5px 5px;
1417 }
1418
1419 div.social-right{
1420         width:65%;
1421         float:left;
1422         clear:right;
1423         margin-left:.5em;
1424 }
1425 div.social-left{
1426         width:29%;
1427         margin-left:.5em;
1428         float:left;
1429 }
1430 div.social-wrapper{
1431         padding:5em;
1432         border-radius:.5em .5em .5em .5em;
1433         -moz-border-radius: .5em .5em .5em .5em;
1434         -moz-box-shadow:.1em .1em .2em #999999;
1435          box-shadow: .1em .1em .2em #999999;
1436 }
1437 /* floating layout */
1438 #contentwrapper{
1439         float: left;
1440         width: 100%;
1441
1442 }
1443 #contentcolumn {
1444         padding-right: 1em;
1445         padding-left: 1em;
1446         overflow:hidden;
1447 }
1448
1449 #leftcolumn{
1450         float: left;
1451         width:21em;
1452         overflow: hidden;
1453         margin: -10px 5px 0;
1454 }
1455
1456 #footer{
1457         clear: left;
1458         width: 100%;
1459         text-align: center;
1460         padding: 4px 0px;
1461 }
1462
1463 /** forum stuff **/
1464 #forum-thread li {border:1px solid #eee; border-bottom: 1px solid #F7F3ED; float:left; width: 97%; list-style: none; }
1465 #forum-thread li.even { background-color: #F7F3ED; border-top: none; }
1466 #forum-thread li.odd { background-color: #fff; }
1467 div.forum-post-author { float:left; width:150px; padding:8px 10px; }
1468 div.forum-post-author a.title {font-size: 1.1em; line-height: 1.2em; font-weight: bold; text-decoration:none; } 
1469 div.forum-post-author img.profile-picture { border: 2px solid #F7F3ED; text-align:right;}
1470 div.forum-post-content { margin-left: 150px; padding: 5px 0px 18px 18px;}
1471 div.forum-post-content h3 { font-weight: 500; float:left;clear:right; }
1472 div.forum-post-ctrl { float: right; padding-right: 5px; color: #a1a1a1;}
1473 div.forum-post-ctrl a { text-decoration: none; }
1474 div.forum-post-ctrl span { color: black; background-color: #fefdc2; padding: 3px; }
1475 div.forum-post-content p.date { color: #a1a1a1; border-bottom: 1px solid #F7F3ED; }
1476 div.forum-post-content div.body p { margin-bottom:1em; }
1477 div.forum-paginator{border:1px #cccccc solid; padding:.3em; width:95%;margin:auto;background-color:#F7F3ED;}
1478 span.forum-paginator-active{font-weight:700;text-decoration:underline; height:2em;}
1479
1480
1481
1482 /** inbox stuff - reuses some of the forum layout **/
1483 #inbox-msg li {border:1px solid #eee; border-bottom: 1px solid #F7F3ED; width: 95%; list-style: none; min-height: 11em;}
1484
1485
1486 /* Top navigation tabs / list */
1487 div#topnavlistcontainer {
1488         /*background-image: url('images/pencil_bottom_ds.png'); */
1489         background-position: 99% 1%;
1490         background-repeat: no-repeat;
1491         height:1.75em;
1492         margin-top: .1em;
1493         margin-left:1em;
1494         border-bottom:1px solid #cccccc;
1495 }
1496
1497 ul#topnavlist {
1498         padding: 0;
1499         margin-right: auto;
1500         margin-left: auto;
1501         margin-bottom: 3px;
1502         margin-top: 0px;
1503         margin-bottom:0px;
1504 }
1505
1506 ul#topnavlist li {
1507         white-space: nowrap;
1508         list-style: none;
1509         display: inline-block;
1510         height:1.3em;
1511         margin-top:.1em;
1512         clear:both;
1513         border-radius: .5em .5em 0em 0em;
1514         -moz-border-radius: .5em .5em 0em 0em;
1515         -moz-box-shadow:.1em .0em .1em #999999;
1516         box-shadow: .1em .0em .1em #999999;
1517 }
1518
1519 ul#topnavlist li a:hover, ul#topnavlist li a:focus, ul#topnavlist li a.active {
1520         background-color: #E6E6E6;
1521         color: black;
1522         text-decoration:none;
1523         border-radius: .5em .5em 0em 0em;
1524         -moz-border-radius: .5em .5em 0em 0em;
1525         padding: .2em 2em .2em;
1526         border-bottom: 1px solid #E6E6E6;
1527
1528 }
1529
1530 ul#topnavlist li a {
1531     /* The normal, unselected tabs. They are all links */
1532         color: #555;
1533         font-weight:bold;
1534         height: 1.5em;
1535         border-top:1px solid #ccc;
1536         border-left:1px solid #ccc;
1537         border-right:1px solid #ccc;
1538         text-decoration:underline;
1539         background-color:white;
1540         border-radius: .5em .5em 0em 0em;
1541         -moz-border-radius: .5em .5em 0em 0em;
1542
1543         padding: .2em 2em .2em;
1544
1545 }
1546
1547
1548 ul#topnavlist li a.selected {
1549     /* The selected tab. There's only one of these */
1550         color: #555;
1551         font-weight: normal;
1552         border-radius:.3em .3em 0em 0em;
1553         -moz-border-radius: .3em .3em em 0em;
1554         padding: .2em 2em .2em
1555 }
1556
1557 ol#tools>li:hover {
1558         border: 1px solid #e0e0e0;
1559         background-color: #efefef; 
1560 }
1561
1562 /*  tool list on admin home and manage screens  */
1563  li.top-tool { 
1564         list-style: none;
1565         padding: 2px 2px 2px 5px;
1566         margin-bottom: 5px; 
1567         margin-left:-3em;
1568         line-height: 200%; 
1569         background-color: #fdfdfd; 
1570         border-bottom: 1px solid #efefef; 
1571         border: 1px solid #eeeeff;
1572 }
1573
1574 li.top-tool a {  font-weight: bold; } 
1575
1576 li.child-tool a { 
1577         font-size: x-small;
1578         font-weight: normal; 
1579         text-decoration:underline;
1580 }
1581  
1582 ul.child-top-tool {
1583         margin-top: -5px;
1584         padding-left: 0px;
1585         margin-left: 0px;
1586         display: inline;
1587 }
1588 ul.child-top-tool:before {
1589         content: " : ";
1590 }
1591
1592 li.child-tool {
1593         display: inline;
1594         margin-right: 5px;
1595         font-size: x-small;
1596 }
1597
1598 /* to modify  tool icons on the course home page */
1599 /*
1600 #icon-color-filter{
1601         width:3.9em;
1602         height:3.85em;
1603         background-color:#000000;
1604         -moz-opacity:0.5;
1605           filter:alpha(opacity=10);
1606         opacity:.10;
1607         margin-top:-3.85em;
1608         margin-left:1.90em;
1609
1610 }
1611 */
1612 .img-size-home {
1613         height:3.85em;
1614         width:3.9em;
1615 }
1616
1617 /* browse courses */
1618 div.browse-course {
1619         width: 28em;
1620         padding-bottom: 10px;
1621         background-color: #fffaf0;
1622         border:1px #6F7172 solid;
1623         font-size:9pt;
1624         min-height:18em;
1625         margin:auto;
1626         margin-left:1em;
1627         margin-top:1em;
1628 }
1629
1630 dl.browse-course {
1631         width: 90%;
1632         padding-bottom: 10px;
1633         background-color: #fffaf0;
1634         margin:auto;
1635         margin-left:1em;
1636 }
1637 dl.browse-course dt {
1638         float: left;
1639         font-weight: bold;
1640         width: 25%;
1641         text-align: right;
1642         clear: left;
1643         padding: 5px 10px 5px 0px;
1644         vertical-align: middle;
1645 }
1646 dl.browse-course dd {
1647         margin-bottom: 5px;
1648         clear: right;
1649         padding: 5px 0px 5px 10px;
1650         margin-left: 26%;
1651
1652 }
1653 /*  form fields grouping for WCAG 2.0 conformance*/
1654 fieldset.group_form{
1655         width:90%;
1656         margin:.5em;
1657         border:1px #6D7B8D solid;
1658         min-height: 170px;
1659         padding:.5em;
1660
1661
1662 legend.group_form{
1663         border:1px #6D7B8D solid;
1664         background-color: #EEEEEE;
1665         font-weight: 600;
1666         color: black;
1667         padding-left: 1em;
1668         padding-right: 1em;
1669         border-radius:.2em;
1670         -moz-border-radius: .2em .2em .2em .2em;
1671                 -moz-box-shadow:.1em .1em .1em #999999;
1672     box-shadow: .1em .1em .1em #999999;
1673 }
1674 /* file storage */
1675
1676 #fsfloat1{
1677         float:right;
1678 }
1679 #fsfloat2{
1680         float:right;
1681         width:48%;
1682 }
1683
1684
1685 /* highlight active links for WCAG 2.0 conformance */
1686 a:active,a:hover,a:focus{
1687         background-color:#F6EAD6;
1688         color:#000000;
1689 }
1690
1691
1692 /* menu align right layout, uncomment to enable */
1693
1694 /*
1695 h2.page-title {
1696     clear:left
1697 }
1698 h2, h3, h4, h5, h6 {
1699         clear: left;
1700 }
1701 #contentcolumn_shiftright {
1702     margin-right: 17em;
1703 margin-left:1em;
1704 margin-top:1em;
1705 }
1706 #leftcolumn{
1707     float: right;
1708 }
1709 #home-links{
1710 clear:left;
1711 }
1712 table.data {
1713         clear:left;
1714 }
1715 div#menutoggle{
1716         float: right; 
1717 }
1718 #fsfloat2{
1719         float:left;
1720         width:48%;
1721 }
1722
1723 #fsfloat1{
1724         float:left;
1725 }
1726 */
1727
1728
1729 /*Added by Silvia */
1730 /* remove when confirmed content alternatives funtions correctly without these styles 
1731 div.column_primary {
1732         float: left;
1733         width: 42%;
1734         margin: 5px;
1735         padding: 0px;
1736         min-width: 170px;
1737 }
1738
1739 div.column_equivalent{
1740         float: left;
1741         width: 52%;
1742         margin-left: 15px;
1743         margin-top: 5px;
1744         margin-right: 5px;
1745         margin-bottom: 5px;
1746         min-width: 170px;
1747         padding: 5px;
1748         border: 1px solid #EEE;
1749         background-color: #FFF;
1750 }
1751
1752 div.resource_box{
1753         border: 1px solid #aaa;
1754         width: 95%;
1755         margin: 5px;
1756         padding: 5px;
1757         min-width: 150px;
1758         background-color: #eee;
1759 }
1760
1761 h2.alternatives_to{
1762         margin-top: 12px;
1763         font-size: 90%;
1764         color: #A50707;
1765 }
1766
1767 div.alternative_box{
1768         border: 1px solid #ddd;
1769         margin: 5px;
1770         padding: 5px;
1771         min-width: 150px;
1772         background-color: #fff;
1773 }
1774
1775 div.alternative_box legend {
1776         color: #000;
1777 }
1778
1779 div.resource_box legend {
1780         color: #000;
1781 }
1782
1783 label.primary a{
1784         color: #A50707;
1785         font-weight: bolder;
1786         background-color: white;
1787 }
1788 */
1789 /* format of "table of contents" on content page */
1790 #toc a          { display:block; margin:3px; float:left;}
1791 #toc .h2                { padding:0 0 0 10px;}
1792 #toc .h3                { padding:0 0 0 30px;}
1793 #toc .h4                { padding:0 0 0 40px; }
1794 #toc .h5                { padding:0 0 0 50px; }
1795 #toc .h6                { padding:0 0 0 60px; }
1796
1797 fieldset#toc {
1798         background-color: #FEFDEF;
1799         border: 1pt solid #B8AE9C;
1800         width:50%;
1801 }
1802
1803 #side-menu{
1804          overflow:hidden; 
1805          width:20.5em;
1806          padding-bottom:.3em; 
1807           padding-right:.5em;
1808 }
1809
1810 /* cleans up glossary question mark line spacing*/
1811 sup{
1812         border: 1pt solid #B8AE9C;
1813         vertical-align:bottom;
1814         margin-top: 1em;
1815 }
1816
1817 /* jQuery tooltip styles */
1818 #tooltip{
1819         position:absolute;
1820         z-index:3000;
1821         border:3px solid #111;
1822         background-color:#eeeeee;
1823         padding:5px;
1824 }
1825 #tooltip h3,#tooltip div{
1826         margin:0;
1827 }
1828
1829 /* style for home page modules "detail view" */
1830
1831 div.home_box {
1832         width: 29em;
1833         height: 150px;  
1834         padding-top: 15px;
1835         float: left;
1836 }
1837
1838 .outside_box{
1839         border:1px solid #cccccc;
1840         background: #eeeeee;
1841         padding:.2em;
1842         margin-left:.4em;
1843         width:26em;
1844         height:9.8em;
1845         -moz-border-radius:.3em .3em .3em .3em;
1846         border-radius: .3em .3em .3em .3em;
1847     -moz-box-shadow:.1em .1em .2em #999999;
1848     box-shadow: .1em .1em .2em #999999;
1849         padding:.2em;
1850 }
1851
1852 .inside_box{
1853         border:1px solid #cccccc;
1854         background: #ffffff;
1855         padding:.3em;
1856         width:95%;
1857         margin:auto;
1858         height:52%;
1859         margin-bottom:.2em;
1860         font-size:10pt;
1861         border-radius:.5em;
1862         -moz-border-radius:.5em;
1863         padding:.2em;
1864 }
1865 .details_or{
1866         width:28.8em;
1867         height:9.8em;
1868         margin:0;
1869 }
1870 .details_ol{
1871
1872         height:9.8em;
1873         margin:0px;
1874         width:.45em;
1875         background-position: top left;
1876         background-repeat:no-repeat;
1877 }
1878 .details_ir{
1879         width:.5em;
1880         height:100%;
1881         float:right;
1882 }
1883 .details_il{
1884         height:100%;
1885         float:left;
1886 }
1887 .home-title{
1888         font-size:10pt;
1889         font-weight:bold;
1890 }
1891 .buttonbox{
1892         float:right;
1893 }
1894 .details_text{
1895         margin-left:1em;
1896 }
1897 .draggable_selected {
1898         background-color: transparent;
1899         cursor: move;
1900 }
1901         
1902 div#subnavlistcontainer {
1903         width:95%;
1904         margin:auto;
1905         height:auto;
1906
1907 }
1908 div#subnavbacktopage {
1909         padding-top:5px;
1910         padding-left:20px;
1911         float:left;
1912 }
1913
1914 div.toolcontainer{
1915         width:95%;
1916         margin:auto;
1917         border:1px solid #e8e8e8;
1918         padding-top:1em;
1919         padding-bottom:1em;
1920         border-radius:.5em;
1921         -moz-border-radius: .5em .5em .5em .5em;
1922 }
1923
1924 ul#subnavlist {
1925         padding-top: 4px;
1926         margin-top: 0px;
1927         font-family: Verdana,Helvetica,Arial,serif;
1928         font-size:.8em;
1929
1930
1931 }
1932
1933 ul#subnavlist li {
1934         background-color: #FFFFFF;
1935         list-style: none;
1936         display: inline-block;
1937         font-weight:700;
1938         text-align:center;
1939         border-top:1px solid #cccccc;
1940         border-left:1px solid #cccccc;
1941         border-right:1px solid #cccccc;
1942         border-radius: .3em .3em 0em 0em;
1943         -moz-border-radius: .3em .3em 0em 0em;
1944         height:1.0em;   
1945         -moz-box-shadow:.1em .0em .1em #999999;
1946         box-shadow: .1em .0em .1em #999999;
1947         padding: 0em .5em .6em .5em ;
1948 }
1949
1950 ul#subnavlist li a:hover, ul#subnavlist li a:focus, ul#subnavlist li.active,            ul#subnavlist li:hover{
1951         color: black;
1952         text-decoration:none;
1953         background-color: #E6E6E6;
1954 }
1955
1956 ul#subnavlist li a {
1957     /* The normal, unselected tabs. They are all links */
1958         color: #555;
1959         height: 1.5em;
1960         text-decoration:underline;
1961         font-weight:500;
1962 }
1963
1964 div.menuedit{
1965         float:right;
1966         margin-top:-1.2em;
1967         border:1px solid #cccccc;
1968 }
1969 /* NEW IN ATUTOR 2.0 */
1970 /* alternate colours in the My Course list */
1971 tr.even {
1972     background-color: #F7F3ED;
1973 }
1974
1975 tr.odd {
1976     background-color: transparent;
1977 }
1978
1979 /* Content editor wrapper div */
1980 .editor_wrapper{
1981         border:1px solid #cccccc;
1982         border-radius:.5em;
1983         -moz-border-radius: .5em .5em .5em .5em;
1984         padding: .1em .5em .1em .5em ;
1985 }
1986 /* Content editor tabs */
1987 .editor_buttontab {
1988         color:#000000;
1989         font-size:10pt;
1990         border:0;
1991         white-space: nowrap;
1992         background-color: #ffffff;
1993         margin: 0px;
1994         font-weight:500;
1995         text-align:center;
1996         padding:0em 0em 0em;
1997
1998 }
1999 .editor_tab{
2000         float:left;
2001         border-top: 1px solid #cccccc;
2002         border-left: 1px solid #cccccc;
2003         border-right: 1px solid #cccccc;
2004         border-bottom:0;
2005         margin-bottom:-.5em;
2006         text-align: center;
2007         white-space: nowrap;
2008         background-color: #ffffff;
2009         border-radius: .3em .3em 0em 0em;
2010         -moz-border-radius: .3em .3em 0em 0em;
2011         -moz-box-shadow:.1em .0em .1em #999999;
2012         box-shadow: .1em .0em .1em #999999;
2013         padding: 0em .2em 0em .2em ;
2014         height:1.4em;
2015 }
2016 .editor_tab:hover, .editor_tab input[type=submit]:hover{
2017         background-color:#eeeeee;
2018 }
2019
2020 .editor_tab_selected{
2021         border-top: 1px solid #cccccc;
2022         border-left: 1px solid #cccccc;
2023         border-right: 1px solid #cccccc;
2024         border-bottom:0;
2025         padding: 0em .2em 0em .2em ;
2026         background-color: #eeeeee;
2027         font-weight:bold;
2028         text-align:center;
2029         white-space: nowrap;
2030         text-decoration:none;
2031         border-radius:.3em;
2032         -moz-border-radius: .3em .3em 0em 0em;
2033         height:1.4em;
2034
2035 }
2036 .editor_tab input[type=submit]{
2037         height:1.2em;
2038 }
2039 /* 1pxgs current box on My Start */
2040 .current_box{
2041         float:left;
2042         margin-left:1em;
2043         width:30%; 
2044         padding:.5em;
2045         border: 1px solid #cccccc;
2046         border-radius: .5em .5em .5em .5em;
2047         -moz-border-radius: .5em .5em .5em .5em;
2048         -moz-box-shadow:.1em .1em .1em #999999;
2049          box-shadow: .1em .1em  .2em #999999;
2050 }
2051
2052 ul.current_list{
2053       line-height:2em; 
2054       list-style-type:none;
2055       margin-left:-3em;
2056 }
2057 .current_list img{
2058       vertical-align:middle;
2059 }
2060
2061 .logoutbar{
2062       background-color:#E6E6E6; 
2063       font-size:0.85em; 
2064       padding-top: 2px; 
2065       border-bottom:1px solid #cccccc; 
2066       height:2em;
2067       text-align:right;
2068       padding-right:1em;
2069 }
2070
2071 .select {
2072       margin-left: .2em;
2073       background-color:#eeeeee;         
2074       border: 1px solid #cccccc;
2075       padding-right:.1em;
2076 }
2077
2078 /* Preference Editor tabs */
2079 /* Preferences tabs */
2080 table.etabbed-table     {
2081         padding-left:5em;
2082         font-size:10pt;
2083         width:90%;
2084         margin-left:auto;
2085         margin-right:auto;
2086 }
2087 .prefs-tab-spacer {
2088         background-color: transparent;
2089         width: 5px;
2090 }
2091 .prefs_buttontab {
2092         color:#555;
2093         font-size:10pt;
2094         white-space: nowrap;
2095         background-color: #ffffff;
2096         margin: 0px;
2097         border:0;
2098         font-weight:500;
2099         padding:0em 0em 0em;
2100         border-radius:.3em;
2101         -moz-border-radius: .3em .3em .3em .3em;
2102
2103 }
2104 .prefs_tab{
2105         border-top: 1px solid #cccccc;
2106         border-left: 1px solid #cccccc;
2107         border-right: 1px solid #cccccc;
2108         text-align: center;
2109         white-space: nowrap;
2110         margin-left:2em;
2111         background-color: #FFFFFF;
2112         border-radius:.3em;
2113         -moz-border-radius: .3em .3em 0em 0em;
2114         padding: 0em .2em 0em .2em;
2115         -moz-box-shadow:.1em .1em .2em #999999;
2116     box-shadow: .1em .1em .2em #999999;
2117         }
2118         
2119 .prefs_buttontab:hover, .prefs_tab:hover {
2120         background-color: #eeeeee;
2121 }
2122 .prefs_tab_selected{
2123         border-top: 1px solid #cccccc;
2124         border-left: 1px solid #cccccc;
2125         border-right: 1px solid #cccccc;
2126         border-bottom:0;
2127         background-color: #eeeeee;
2128         margin: 0px;
2129         font-weight:bold;
2130         text-align:center;
2131         padding: 0em .2em 0em .2em ;
2132         white-space: nowrap;
2133         text-decoration:none;
2134         border-radius:.3em;
2135         -moz-border-radius: .3em .3em 0em 0em;
2136         -moz-box-shadow:.1em .1em .1em #999999;
2137     box-shadow: .1em .1em .1em #999999;
2138 }
2139
2140 .admin_container{
2141         border:1px solid #cccccc;
2142         border-radius:.5em;
2143         -moz-border-radius:.5em;
2144
2145 }
2146
2147 .wizscreen{
2148         background-color:#ffffff;
2149         padding:2em;
2150         line-height:2em;
2151 }
2152
2153 .wizscreen > legend{
2154         padding-left:2em;
2155         padding-right:2em;
2156         border:1px solid black;
2157         background-color:#ffffff;
2158         color:#0000FF;
2159         font-weight:bold;
2160 }
2161
2162 .wizscreen .buttons {
2163     padding-top: 2em;
2164 }
2165
2166 .wizscreen .button {
2167     margin: 0em 0.25em;
2168 }
2169
2170 .navlist{
2171         list-style: none;
2172         display: inline;
2173 }
2174 .crumbcontainer{
2175         padding:0;
2176         width:100%;
2177         height:2.5em;
2178 }
2179 #course_title_container{
2180         float:left;
2181         clear:both;
2182         white-space:pre-line;
2183         position:relative; 
2184         left:1em;
2185         margin-top:.5em;
2186 }
2187 #my_courses_container{
2188           width:58%; 
2189           margin-left:1em;
2190           border:none;
2191           float:left;
2192           border-radius: .5em .5em .5em .5em;
2193         -moz-border-radius: .5em .5em .5em .5em;
2194         -moz-box-shadow:.1em .1em .1em #999999;
2195          box-shadow: .1em .1em  .1em #999999;
2196 }
2197 .shortcut_icon{
2198         border:0;
2199         vertical-align:middle;
2200 }
2201 ul#content-tool-links {
2202         list-style: none outside none;
2203 }
2204 ul#content-tool-links li{
2205         display: inline;
2206         float: left;
2207         width: 5em;
2208         padding: 0 3em 0 0;
2209         text-align: center;
2210         font-size: 0.7em;
2211         font-weight:bold;
2212         color: #1A4A72;
2213         line-height:120%;
2214 }
2215 ul#content-tool-links img{
2216         border: 0 none;
2217         display: block;
2218         padding-left: 10px;
2219 }
2220 .hidden {
2221     display: none;
2222 }
2223 .clickable {
2224     cursor: pointer;    
2225 }
2226 .nowrap {
2227     white-space: nowrap;
2228 }
2229 .flowplayerholder{
2230 clear:right;
2231 }
2232
2233
2234 /* Transformable repository search */
2235
2236 .browse-result{
2237         border:thin solid #cccccc;
2238         padding:.5em;
2239         width:95%;
2240         margin-left:auto;
2241         margin-right:auto;
2242         border-radius: .3em .3em .3em .3em;
2243         -moz-border-radius: .3em .3em .3em .3em;
2244         -moz-box-shadow:.1em .1em .1em #999999;
2245         box-shadow: .1em .1em .1em #999999;
2246 }
2247
2248 .tr_results_tools{
2249         float:right;
2250         padding-left:.2em;
2251         padding-right:.2em;
2252         padding-top:.2em;
2253         border:thin solid #cccccc;
2254         border-radius: .3em .3em .3em .3em;
2255         -moz-border-radius: .3em .3em .3em .3em;
2256         -moz-box-shadow:.1em .1em .1em #999999;
2257         box-shadow: .1em .1em .1em #999999;
2258 }
2259
2260 div.pageinator_box{
2261         width:95%;
2262         margin-left:auto;
2263         margin-right:auto;
2264         margin-bottom: -.5em;
2265         border-top:thin solid #cccccc;
2266         border-left:thin solid #cccccc;
2267         border-right:thin solid #cccccc;
2268         border-radius: .3em .3em 0em 0em;
2269         -moz-border-radius: .3em .3em 0em 0em;
2270 }
2271
2272 #previewText{
2273     font-family: monospace;
2274     border: 2px solid rgb(0, 0, 0);
2275     padding: 2em;
2276     width: 80%;
2277     color: rgb(255, 255, 255);
2278     background-color: rgb(0, 0, 0);
2279 }
2280 #previewArea{
2281     padding: 0em;
2282     border-bottom-width: 0px;
2283     margin-left: auto;
2284     margin-right: auto;
2285     font-weight: normal;
2286     width: 70%;
2287     float:left;
2288     clear:right;
2289 }
2290 #display-settings-preview{
2291     width:70%;
2292     float:left;
2293     height:20em;   
2294 }
2295 #feedback{
2296     width: 90%;
2297 }
2298 #defaultfontsize-wrapper{
2299     width:25%;
2300     float:left;
2301 }
2302
2303 /* ATutor Social Styles */
2304
2305 div .profile_container {
2306         background-color:#eee; 
2307         border: 1px solid #8e8e8e; 
2308         width:80%; 
2309         padding:0.5em; 
2310         margin-bottom: 0.5em;
2311 }
2312
2313 div .profile_container .top_right {
2314         float: right;
2315 }
2316
2317 dl.public-profile dd{
2318         margin-left:0px;
2319 }
2320 dl.public-profile dt {
2321         float: left;
2322         font-weight: bold;
2323         min-width:12em;
2324 }
2325
2326 /* Search form */
2327 div .search_form {
2328         margin-bottom: 1em;
2329 }
2330
2331 div .search_form .row{
2332         background-color: #DEDEC0;
2333         padding: 8px;
2334 }
2335 div .button {
2336         background-color: #eee;
2337         border: 1px solid #aaa;
2338 }
2339 div .button:hover{
2340         background-color: #cccccc;
2341         color: #ffffff;
2342 }
2343
2344 /* Side menu */
2345
2346
2347 ul.social_side_menu {
2348         padding-left: 2em;
2349 }
2350 ul.social_side_menu li {
2351         padding-bottom: 0.2em;
2352         list-style: circle;
2353 }
2354
2355 div .divider {
2356         border-bottom:1px solid #C1C157; 
2357         padding-bottom:0.5em; 
2358         margin-bottom:0.5em;
2359 }
2360
2361 .activity{
2362         line-height:18pt;
2363         font-size:.8em;
2364 }
2365
2366 div.headingbox, h3.headingbox, a.headingbox{
2367         border:1px #cccccc solid;
2368         padding:.2em;
2369         background-color: #eeeeee;
2370         text-decoration:none;
2371         line-height:1em;
2372         font-size:.7em;
2373 }
2374
2375 div.contentbox, input-form{
2376         margin-left:.2em;
2377         margin-right:.2em;
2378         border-left:1px #cccccc solid;
2379         border-right:1px #dddddd solid;
2380         border-bottom:1px #cccccc solid;
2381         padding:.5em;
2382         background-color: #ffffff;
2383         overflow:hidden;
2384 }
2385
2386 div.suggestions{
2387         border:1px solid #a50707;
2388         margin-left:10px; 
2389         width:50%;
2390 }
2391 li.inlinelist{
2392         display: inline; 
2393         padding-right: 1em;
2394 }
2395 ul.social_inline_menu{
2396         background-color: #eeeeee;
2397         border:thin #cccccc solid;
2398         padding:.5em;
2399         width:90%;
2400         margin:auto;
2401 }
2402 div.social-wrapper{
2403         border:thin solid #cccccc; 
2404         width:95%;
2405         padding:.5em;
2406         margin:auto;
2407 }
2408
2409 .network-activity{
2410     float:left;
2411     width:55%;
2412 }
2413 .my-contacts{
2414     float:right;
2415     width:38%;
2416     min-width:38%;
2417 }
2418 .my-network-groups{
2419     float:right;
2420     clear:right;
2421     width:38%;
2422     max-width:38%;
2423 }
2424 .people-you-may-know{
2425     padding-top:1em;
2426     float:right;
2427     clear:right;
2428     width:38%;
2429     min-width:38%;
2430  }
2431 .contentbox-a{
2432     width: 100%;
2433 }
2434 .contentbox-b{
2435     padding-bottom:0.2em;
2436 }
2437 .logo{
2438 float:left;
2439 clear:right;
2440 margin-left:2em;
2441 }
2442 .content-settings{
2443         width: 30%;
2444         float: left;
2445 }
2446 .current-content{
2447         color:red;
2448 }
2449 .del-content-icon{
2450         border:0;
2451 }