Fixed the styling of the drag-and-drop handles on "detail view" boxes.
[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 }
23 .page_wrapper{
24         border:1px solid #aaaaaa;
25         width:97%;
26         margin-left:auto;
27         margin-right:auto;
28         margin-top:1em;
29         background-color: #ffffff;
30         border-radius: 1em 1em 1em 1em;
31         -moz-border-radius: 1em 1em 1em 1em;
32         -moz-box-shadow:.1em .1em  #999999;
33         box-shadow: .1em .1em  #999999;
34         background-image: url('images/atutor_head.jpg');
35         background-position: 0% 0%;
36         background-repeat: repeat-x;
37     background-size:auto auto;
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 h2 {
74         font-size: 150%;
75 }
76 h2.sidebox{
77         font-size: 110%;
78 }
79 h3 {
80         font-size: 130%;
81 }
82
83 h4 {
84         font-size: 120%;
85 }
86
87
88 h5 {
89         font-size: 100%;
90 }
91
92
93
94 /*  Table of content attributes*/
95 p.toc{
96         font-family: Verdana, Helevetica, Arial, sans-serif;
97         background-color: #E9F4F3;
98         padding: .6em;
99         margin-bottom: .6em;
100         margin-top: 0em;
101         margin-left: 1em;
102         margin-right: 3em;
103         border: 1px #ACCFCC solid;
104
105
106 /* list attributes */
107 ul {
108         font-family: Verdana, Helevetica, Arial, sans-serif;
109         margin-bottom: 0px;
110         margin-top: 0px;
111         margin-right: 0px;
112 }
113
114 li {
115         font-family: Verdana, Helevetica, Arial, sans-serif;
116         margin-bottom: 0px;
117         margin-top: 0px;
118         margin-right: 0px;
119 }
120
121 li.folders {
122         list-style: disc url(../../images/folder.gif) outside;
123         font-family: Verdana, Helevetica, Arial, sans-serif;
124         margin-bottom: 0px;
125         margin-top: 0px;
126         margin-right: 0px;
127 }
128
129 li.folders .disabled {
130         color: #B8AE9C;
131 }
132
133 ul.folder{
134
135         list-style-image:none;
136         list-style-position:outside;
137         list-style-type:none;
138         margin:0em;
139         padding:0em;
140
141 }
142
143 /* link attributes */
144 a:link, a:visited  {
145         color: #1A4A72;
146 }
147 a:hover {
148         color: #932318;
149         color:#ffffff;
150 }
151 a:active {
152         color: #932318;
153 }
154 /* align text to the left */
155 .left {
156         text-align: left;
157 }
158
159 a.dropdown-title {
160         color: white;
161         font-weight: normal;
162         text-decoration: none;
163 }
164
165
166 /* table border */
167 .tableborder {
168         border: 1px #595241 solid;
169 }
170
171 /* main submit button */
172 .button {
173         background-color: #efefef;
174         font-weight: normal;
175         border:  #AAA  solid 1px;
176         border-radius: .3em .3em .3em .3em;
177         -moz-border-radius: .3em .3em .3em .3em;
178         -moz-box-shadow:.1em .1em .2em #999999;
179         box-shadow: .1em .1em .2em #999999;
180         font-size:100%;
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:-.5em;
560         
561 }
562
563 div#bypass-links{
564         width:3px;
565 }
566
567 div#top-links {
568         float:right;
569         clear:both;
570         padding-right: 5px;
571         margin-right:20px;
572         margin-top:0em;
573 }
574 div#top-links a:link, div#top-links a:visited {
575         text-decoration:none;
576         margin-left:.5em;
577         margin-right:.5em;
578         
579 }
580 div#top-links a:focus{
581         color:black;
582         background-color:#F6EAD6;
583 }
584 #top-links-text{
585         float:right;
586         clear:right;
587         margin-left: 2em;
588         margin-top:.2em;
589         white-space:nowrap;
590         background-color:#eeeeee;
591         border:thin solid #cccccc;
592         border-radius: .3em .3em .3em .3em;
593         -mox-border-radius: ..3em .3em .3em .3em;
594         -moz-box-shadow:.1em .1em .2em #999999;
595          box-shadow: .1em .1em  .2em #999999;
596 }
597 #top-links-jump{
598         float:left;
599         white-space:nowrap;
600         margin-top:.2em;
601         background-color:#eeeeee;
602         padding-right:.5em;
603 }
604
605 #jumpmenu{
606         background-color:#eeeeee;
607         border:thin solid #cccccc;
608         border-radius:.3em .3em .3em .3em;
609         -moz-border-radius:.3em .3em .3em .3em; 
610         font-size:100%;
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 a{
779         color:red;
780         text-decoration:underline;
781 }
782 div#error ul, div#feedback ul, div#help ul {
783         position: relative;
784         list-style: none;
785         margin-left: 0px;
786         padding-left: 0px;
787 }
788
789 div#error ul li{
790         margin-top: 5px;
791 }
792
793 div#feedback {
794         width: 50%;
795         margin-left: auto;
796         margin-right: auto;
797         margin-top: 15px;
798         margin-bottom: 15px;
799         border: 1px solid #17B506;
800         padding: 5px;
801         background-color: #F2FCF0;
802         color: #595241;
803         font-weight: bold;
804         border-radius: .5em;
805         -moz-border-radius: .5em;
806 }
807
808 div#help {
809         width: 50%;
810         margin-left: auto;
811         margin-right: auto;
812         margin-top: 15px;
813         margin-bottom: 15px;
814         border: 1px solid #ACCFCC;
815         padding: 5px;
816         background-color: #E9F4F3;
817         color: #024C41;
818         border-radius: .5em;
819         -moz-border-radius: .5em;
820 }
821
822 div#info {
823         width: 50%;
824         margin-left: auto;
825         margin-right: auto;
826         margin-top: 15px;
827         margin-bottom: 15px;
828         border: 1px solid #B8AE9C;
829         padding: 5px;
830         background-color: #EFE6FF;
831         color: #595241;
832         font-weight: bold;
833         border-radius: .5em;
834         -moz-border-radius: .5em;
835 }
836 div#info a{
837         color:red;
838         text-decoration:underline;
839 }
840 div#warning {
841         width: 50%;
842         margin-left: auto;
843         margin-right: auto;
844         margin-top: 15px;
845         margin-bottom: 15px;
846         border: 1px solid #FF8400;
847         padding: 5px;
848         background-color: #FFF6ED;
849         color: #D95900;
850         font-weight: bold;
851         border-radius: .5em;
852         -moz-border-radius: .5em;
853 }
854 acronym {
855         cursor: help;
856 }
857
858 div.news p {
859         margin-left: 10px;
860 }
861 div.news span.date {
862         font-family: Verdana, Helevetica, Arial, sans-serif;
863         color: #B8AE9C; 
864 }
865
866 /* home page links */
867 div.home-link {
868         padding: 2px;
869         float: left;
870         text-align: center;
871         margin: 2px;
872         width: 120px;
873         height: 90px;
874 }
875 div.home-link:hover {
876         padding: 1px;
877         background-color: #F7F3ED;
878         border: 1px solid #afafaf;
879         float: left;
880         text-align: center;
881         margin: 2px;
882 }
883 div.home-link a {
884         text-decoration: none;
885         font-weight: bold;
886 }
887
888 div.home-link img {
889         border: 0px;
890 }
891
892 /* sequence links */
893 div.sequence-links {
894         float:right;
895         margin-top: 10px;
896         padding-right: 5px;
897         padding-top:7px;
898 }
899 div.sequence-links a {
900         text-decoration: none;
901 }
902
903 div.dropdown {
904         width: 200px;
905         padding: 2px;
906         background-color: white;
907         color: black;
908         border-left: 1px solid #ECFEEA;
909         border-right: 1px solid #ECFEEA;
910         border-bottom: 1px solid #ECFEEA;
911         font-weight: normal;
912 }
913
914 div.dropdown-heading {
915         background-color: #ACCFCC;
916         color: #595241;
917         border-left: 1px solid #ECFEEA;
918         border-right: 1px solid #ECFEEA;
919         border-top: 1px solid #ECFEEA;
920         font-weight: bold;
921         padding: 2px;
922 }
923
924 .required {
925         font-weight: bold;
926         color: red;
927         padding-right: 2px;
928 }
929
930 div#content_text {
931         margin-left: 5px;
932 }
933
934 form {
935         clear: none;
936         display:inline;
937 }
938
939
940 optgroup {
941         font-size: small;
942 }
943
944 /* packing */
945 div.paging {
946         width: 100%;
947         text-align: center;
948         margin: 0.5em auto;
949 }
950 div.paging ul {
951         list-style: none;
952         display: inline;
953         padding: 0px;
954         border: 1px solid #000;
955 }
956 div.paging li { 
957         display: inline; 
958         padding-left: 2px; 
959         padding-right: 2px;
960         padding-top: 0px;
961         padding-bottom: 0px;
962 }
963
964 div.paging li a {
965         text-decoration: none;
966         padding-left: 4px;
967         padding-right: 4px;
968         border-left: 1px solid white;
969         border-right: 1px solid white;
970 }
971
972 div.paging li a:hover, div.paging li a.current {
973         background-color: #F7F3ED;
974         border-left: 1px solid #000;
975         border-right: 1px solid #000;
976 }
977
978 #header{
979         /* background-image: url('images/pencil_top_ds.png'); */
980         background-position: 99% 99%;
981         background-repeat: no-repeat;
982
983 }
984
985 #header a{
986         font-weight:600;
987 }
988
989
990 #header a:hover {
991         color: #595241;
992         background-color: #F7F3ED;
993 }
994 #tl_corner{
995
996         background-image:url(images/tl_corner.gif);
997         background-position: top left;
998         background-repeat: no-repeat;
999         padding:0;
1000 }
1001 div.top {
1002         /* Top space */
1003         background-color: #595241;
1004         color: #FFF;
1005         margin: 0;
1006         padding: 0;
1007         padding-top:9px;
1008 }
1009 div.tabs {
1010         /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
1011         background-color: transparent;
1012         border-collapse: collapse;
1013         border-bottom: 1px solid #B8AE9C;
1014         padding: 0.5em 0em 0em 2em;
1015         white-space: nowrap;
1016 }
1017
1018 div.tabs a {
1019     /* The normal, unselected tabs. They are all links */
1020         background-color: transparent;
1021         border-color: #B8AE9C;
1022         border-width: 1px; 
1023         border-style: solid solid none solid;
1024         color: #595241;
1025         height: 1.2em;
1026         margin-right: 0.5em;
1027         padding: 0em 2em 0em;
1028     
1029 }
1030
1031 div.tabs a.selected {
1032     /* The selected tab. There's only one of this */
1033         background-color: white;
1034         border-bottom: #B8AE9C 1px solid;
1035         color: #595241;
1036         font-weight: normal;
1037 }
1038
1039 div.tabs a:hover, div.tabs a.active {
1040         background-color: #B8AE9C;
1041         border-bottom: 1px solid #B8AE9C;
1042         color: white;
1043 }
1044 .contentbox{
1045         border-radius:.5em;
1046         -moz-border-radius: 0em 0em .5em .5em;
1047         -moz-box-shadow:.1em .1em .1em #999999;
1048         box-shadow: .1em .1em .1em #999999;
1049 }
1050
1051 .headingbox{
1052         border-radius:.5em;
1053         -moz-border-radius: .5em .5em 0em 0em;
1054         -moz-box-shadow:.1em .1em .2em #999999;
1055         box-shadow: .1em .1em .2em #999999;
1056 }
1057 .headingbox a{
1058         color: #A50707;
1059         text-decoration:underline;
1060 }
1061
1062 h4.box {
1063         font-size:0.85em;
1064         padding: 2px;
1065         border-radius: .5em .5em 0em 0em;
1066         -moz-border-radius: .5em .5em 0em 0em;
1067         padding:.2em;
1068         border:1px solid #ccc;
1069         -moz-box-shadow:.1em .1em .1em #999999;
1070         box-shadow: .1em .1em .1em #999999;
1071
1072 }
1073
1074 div.box {
1075         padding: .5em;
1076         background-color: #F5F5F5;
1077         color: black;
1078         font-size:0.85em;
1079         font-weight: normal;
1080         border-radius:.0em .0em .5em .5em;
1081         -moz-border-radius: .0em .0em .5em .5em;
1082         border-left:1px solid #ccc;
1083         border-right:1px solid #ccc;
1084         border-bottom:1px solid #ccc;
1085         -moz-box-shadow:.1em .1em .1em #999999;
1086          box-shadow: .1em .1em  .1em #999999;
1087 }
1088
1089 h5.box { 
1090         background-color: #6F7172;
1091         border: 1px solid #B8AE9C;
1092         border-style: solid solid none solid;
1093         color: Black;
1094         padding: 0em 1em 0em 1em;
1095         display: inline;
1096         font-size:  1em;
1097         height: 1em;
1098 }
1099
1100 div.box a:link {
1101         text-decoration: none;
1102 }
1103
1104 div.box a:visited {
1105         color: #2A6C28;
1106         text-decoration: none;
1107 }
1108
1109 div.box a:hover {
1110         text-decoration: underline;
1111 }
1112
1113 .boxDetails {
1114         text-align: right;
1115 }
1116
1117 div.box .content {
1118         padding: 1em;
1119         font-size:  1em;
1120 }
1121
1122 div.box a.close {
1123         float: right;
1124         text-transform: none;
1125         border-left: 1pt solid #B8AE9C;
1126         padding: 0em 0.2em;
1127 }
1128
1129 div.box h1, 
1130 div.box h2, 
1131 div.box h3, 
1132 div.box h4 {
1133         margin: 0;
1134         padding: 0;
1135 }
1136
1137 div.box .even {
1138         background-color: #F7F3ED;
1139
1140 }
1141
1142 div.box .odd {
1143         background-color: transparent;
1144 }
1145
1146
1147 /* users/index.php */
1148
1149 div.course {
1150         position: relative;
1151         width: 25em;
1152         height: 10.5em;
1153         border: rgb(204, 204, 204) 1px solid;
1154         background-color: #F7F7F7;
1155         float: left;
1156         margin: 3px;
1157         padding: 5px;
1158 }
1159
1160 div.course.break {
1161         clear: left;
1162 }
1163
1164 div.course h2 {
1165         border: 0px;
1166         font-weight: normal;
1167         font-size: large;
1168
1169 }
1170
1171 div.course:hover {
1172         background-color:#FBF4E9;
1173         border: #B8AE9C 1px solid;
1174 }
1175
1176 div.course img.icon     {
1177         float: left;
1178         margin: 2px;
1179         height:6.8em;
1180         width:6.8em;
1181         margin-right:5px;
1182 }
1183 img.headicon    {
1184         float:  left;
1185         margin-top:.5em;
1186         margin-left:.5em;
1187         margin-right:.5em;
1188         height:6.45em;
1189         width:6.45em;
1190         vertical-align:top;
1191         text-align: right;
1192         border:1px solid white;
1193 }
1194 div.course div.shortcuts , a {
1195         text-align: right;
1196         text-decoration:none;
1197         clear: left;
1198         vertical-align: middle;
1199 }
1200
1201 div#alternatives_shortcuts {
1202         float: right;
1203         margin: -2em 5pt;
1204         border-radius: .5em .5em .5em .5em;;
1205         -moz-border-radius: .5em .5em .5em .5em;
1206         -moz-box-shadow:.1em .1em .2em #999999;
1207          box-shadow: .1em .1em  .2em #999999;
1208          border:1px solid #cccccc;
1209          padding-top: .2em;
1210          padding-left: .2em;
1211          padding-right: .2em;
1212 }
1213
1214 fieldset#shortcuts {
1215         float: right;
1216         background-color: #FEFDEF;
1217         border: 1pt solid #B8AE9C;
1218         margin: -5pt 5pt 5pt 5pt;
1219         padding-right: 10pt;
1220         padding-bottom: 5pt;
1221         padding-left: 10pt;
1222 }
1223
1224 fieldset {
1225         margin-bottom: 10pt;
1226         border-radius: .5em .5em .5em .5em;;
1227         -moz-border-radius: .5em .5em .5em .5em;
1228         padding:.2em
1229 }
1230 div#shortcuts{
1231         border-left:thin solid #cccccc;
1232         border-right:thin solid #cccccc;
1233         border-bottom:thin solid #cccccc;
1234         border-radius: 0em 0em .5em .5em;;
1235         -moz-border-radius: 0em 0em .5em .5em;
1236         float:right;
1237         -moz-box-shadow:.1em .1em .2em #999999;
1238          box-shadow: .1em .1em  .2em #999999;
1239         margin-right:2em;
1240         padding:.1em;
1241 }
1242 #shortcuts legend {
1243         border-radius:.5em;
1244         -moz-border-radius: .5em .5em .5em .5em;
1245         padding:.2em
1246 }
1247 #shortcuts ul {
1248
1249         margin-top: 0pt;
1250         margin-bottom: 0pt;
1251         margin-left: 0pt;
1252         list-style-type:  none;
1253         padding-left: 0pt; 
1254 }
1255 #shortcuts li{
1256         display: inline;
1257 }
1258 a#guide {
1259         background-image: url('images/help.png'); 
1260         background-repeat: no-repeat; 
1261         background-position: 2px 2px;
1262         padding: 3px 10px 5px 30px;
1263         text-decoration:none;
1264         font-size:0.85em;
1265         float:right;
1266 }
1267 div#guide_box{
1268         border-left:thin solid #cccccc;
1269         border-right:thin solid #cccccc;
1270         border-bottom:thin solid #cccccc;
1271         border-radius: 0em 0em .5em .5em;;
1272         -moz-border-radius: 0em 0em .5em .5em;
1273         -moz-box-shadow:.1em .1em .2em #999999;
1274         box-shadow: .1em .1em .2em #999999;
1275         float:right;
1276         margin-right:2em;
1277         padding-left:.1em;
1278         width:auto;
1279 }
1280
1281 div#content-text {
1282         padding-right: 5pt;
1283         line-height:150%;
1284 }
1285
1286 div#content-text li {
1287         margin-left: 15pt;
1288 }
1289
1290 div#content-test {      
1291         float: left;
1292         margin-top: 2em;
1293         padding-right: 5pt;
1294         width: 80%;
1295 }
1296 div#content-test ol{    
1297         margin-right: 5pt;;     
1298 }
1299
1300 div#content-test ol ul li{
1301         list-style: none;
1302         padding: 0px 2px 0px 15px;
1303         margin-bottom: 1px; 
1304         line-height: 200%; 
1305         background-color: #fdfdfd; 
1306         border-bottom: 1px solid #efefef; 
1307         border: 1px solid #eeeeff;
1308 }
1309
1310 div#content-info {
1311         margin: 5pt;
1312         font-size: small;
1313         color: #b8ae9c;
1314         clear: both;
1315 }
1316
1317 div#container {
1318         text-align: left;
1319         margin: 0px auto;
1320         padding: 0px;
1321         border:0;
1322         width: 95%;
1323         border:1px solid #cccccc;
1324         border-radius: .5em .5em .5em .5em;
1325         -moz-border-radius: .5em .5em .5em .5em;
1326         -moz-box-shadow:.1em .1em .2em #999999;
1327          box-shadow: .1em .1em  .2em #999999;
1328         padding:.2em
1329 }
1330
1331 div#menutoggle{
1332         text-align: right; 
1333         padding-bottom: 10px; 
1334         padding-right: 10px; 
1335         float: left; 
1336         margin-top: 10px; 
1337         padding-right: 5px; 
1338         font-size:0.95em;
1339 }
1340
1341
1342 /* login page */
1343 div.column {
1344         float: left;
1345         width: 45%;
1346         margin: 5px;
1347         min-width: 170px;
1348 }
1349
1350 div.column h3 {
1351         background-color: #F6EAD6;
1352         border-bottom: .05em solid #6F7172;
1353         font-size: small;
1354         display:block;
1355         color:black;
1356         font-weight:600;        
1357         padding-left:0.5em;
1358 }
1359
1360 div.insidecol {
1361         min-height: 170px;
1362         height: 170px;
1363         padding:5px;
1364 }
1365
1366
1367 /* index page */
1368 ul#home-links, ul#home-detail-links {
1369         list-style: none;
1370 }
1371 ul#home-links li {
1372         
1373         display: inline;
1374         float: left;
1375         padding: 0.8em;
1376         text-align: center;
1377         margin: 0.1em;
1378         width: 8.5em;
1379         height: 7.0em;
1380         padding-left:0px;
1381
1382 }
1383 ul#home-links li a {
1384         text-decoration: none;
1385         border: 1px transparent;
1386         font-weight: bold;
1387 }
1388 ul#home-links li a img {
1389         border: 0px;
1390         display: block;
1391         padding-left:25px;
1392 }
1393
1394
1395 /* tree */
1396 .img-size-tree {
1397         vertical-align: middle;
1398         margin-top: 0px;
1399         margin-left:-.5em;
1400         margin-bottom:-.2em;
1401     padding:0;
1402         height:1.3em;
1403         width:1.4em;
1404 }
1405 /* profile page */
1406
1407 dl#public-profile {
1408         width: 100%;
1409         
1410 }
1411 dl#public-profile dt {
1412         float: left;
1413         font-weight: bold;
1414         width: 30%;
1415         border-right: 1px solid #F7F3ED;
1416         padding: 5px 5px 5px 0px;
1417         vertical-align: middle;
1418         margin-right: 5px;
1419 }
1420 dl#public-profile dd {
1421         margin-bottom: 5px;
1422         padding: 5px 0px 5px 5px;
1423 }
1424
1425 div.social-right{
1426         width:65%;
1427         float:left;
1428         clear:right;
1429         margin-left:.5em;
1430 }
1431 div.social-left{
1432         width:29%;
1433         margin-left:.5em;
1434         float:left;
1435 }
1436 div.social-wrapper{
1437         padding:5em;
1438         border-radius:.5em .5em .5em .5em;
1439         -moz-border-radius: .5em .5em .5em .5em;
1440         -moz-box-shadow:.1em .1em .2em #999999;
1441          box-shadow: .1em .1em .2em #999999;
1442 }
1443 /* floating layout */
1444 #contentwrapper{
1445         float: left;
1446         width: 100%;
1447 overflow:hidden;
1448
1449 }
1450 #contentcolumn {
1451         padding-right: 1em;
1452         padding-left: 1em;
1453 overflow:inherit;
1454 }
1455
1456 #leftcolumn{
1457         float: left;
1458         width:21em;
1459         overflow: hidden;
1460         margin: -10px 5px 0;
1461 }
1462
1463 #footer{
1464         clear: left;
1465         width: 100%;
1466         text-align: center;
1467         padding: 4px 0px;
1468 }
1469
1470 /** forum stuff **/
1471 #forum-thread li {border:1px solid #eee; border-bottom: 1px solid #F7F3ED; float:left; width: 97%; list-style: none; }
1472 #forum-thread li.even { background-color: #F7F3ED; border-top: none; }
1473 #forum-thread li.odd { background-color: #fff; }
1474 div.forum-post-author { float:left; width:150px; padding:8px 10px; }
1475 div.forum-post-author a.title {font-size: 1.1em; line-height: 1.2em; font-weight: bold; text-decoration:none; } 
1476 div.forum-post-author img.profile-picture { border: 2px solid #F7F3ED; text-align:right;}
1477 div.forum-post-content { margin-left: 150px; padding: 5px 0px 18px 18px;}
1478 div.forum-post-content h3 { font-weight: 500; float:left;clear:right; }
1479 div.forum-post-ctrl { float: right; padding-right: 5px; color: #a1a1a1;}
1480 div.forum-post-ctrl a { text-decoration: none; }
1481 div.forum-post-ctrl span { color: black; background-color: #fefdc2; padding: 3px; }
1482 div.forum-post-content p.date { color: #a1a1a1; border-bottom: 1px solid #F7F3ED; }
1483 div.forum-post-content div.body p { margin-bottom:1em; }
1484 div.forum-paginator{border:1px #cccccc solid; padding:.3em; width:95%;margin:auto;background-color:#F7F3ED;}
1485 span.forum-paginator-active{font-weight:700;text-decoration:underline; height:2em;}
1486
1487
1488
1489 /** inbox stuff - reuses some of the forum layout **/
1490 #inbox-msg li {border:1px solid #eee; border-bottom: 1px solid #F7F3ED; width: 95%; list-style: none; min-height: 11em;}
1491
1492
1493 /* Top navigation tabs / list */
1494 div#topnavlistcontainer {
1495         /*background-image: url('images/pencil_bottom_ds.png'); */
1496         background-position: 99% 1%;
1497         background-repeat: no-repeat;
1498         height:1.75em;
1499         margin-top: .1em;
1500         margin-left:1em;
1501         border-bottom:1px solid #cccccc;
1502         clear:both;
1503         height:auto;
1504
1505 }
1506
1507 ul#topnavlist {
1508         padding: 0;
1509         margin-right: auto;
1510         margin-left: auto;
1511         margin-bottom: 3px;
1512         margin-top: 0px;
1513         margin-bottom:0px;
1514
1515 }
1516
1517 ul#topnavlist li {
1518
1519         list-style: none;
1520         display: inline-block;
1521         height:auto;
1522         margin-top:.1em;
1523         border-radius: .5em .5em 0em 0em;
1524         -moz-border-radius: .5em .5em 0em 0em;
1525         -moz-box-shadow:.1em .0em .1em #999999;
1526         box-shadow: .1em .0em .1em #999999;
1527         padding: .2em 1.8em .2em .1.8em;
1528
1529 }
1530
1531 ul#topnavlist li a:hover, ul#topnavlist li a:focus, ul#topnavlist li a.active {
1532         background-color: #E6E6E6;
1533         color: black;
1534         text-decoration:none;
1535         border-radius: .5em .5em 0em 0em;
1536         -moz-border-radius: .5em .5em 0em 0em;
1537         padding: .2em 1.8em .2em .1.8em;
1538         border-bottom: 1px solid #E6E6E6;
1539
1540 }
1541
1542 ul#topnavlist li a {
1543     /* The normal, unselected tabs. They are all links */
1544         color: #555;
1545         font-weight:bold;
1546         height: 1.6em;
1547         border-top:1px solid #ccc;
1548         border-left:1px solid #ccc;
1549         border-right:1px solid #ccc;
1550         text-decoration:underline;
1551         background-color:white;
1552         border-radius: .5em .5em 0em 0em;
1553         -moz-border-radius: .5em .5em 0em 0em;
1554         padding: .2em 1.8em .1em 1.8em;
1555
1556 }
1557
1558
1559 ul#topnavlist li a.selected {
1560     /* The selected tab. There's only one of these */
1561         color: #555;
1562         font-weight: normal;
1563         border-radius:.3em .3em 0em 0em;
1564         -moz-border-radius: .3em .3em 0em 0em;
1565         padding: .2em 1.8em .2em .1.8em;
1566 }
1567
1568 ol#tools>li:hover {
1569         border: 1px solid #e0e0e0;
1570         background-color: #efefef; 
1571 }
1572
1573 /*  tool list on admin home and manage screens  */
1574  li.top-tool { 
1575         list-style: none;
1576         padding: 2px 2px 2px 5px;
1577         margin-bottom: 5px; 
1578         margin-left:-3em;
1579         line-height: 200%; 
1580         background-color: #fdfdfd; 
1581         border-bottom: 1px solid #efefef; 
1582         border: 1px solid #eeeeff;
1583 }
1584
1585 li.top-tool a {  font-weight: bold; } 
1586
1587 li.child-tool a { 
1588         font-weight: normal; 
1589         text-decoration:underline;
1590 }
1591  
1592 ul.child-top-tool {
1593         margin-top: -5px;
1594         padding-left: 0px;
1595         margin-left: 0px;
1596         display: inline;
1597 }
1598 ul.child-top-tool:before {
1599         content: " : ";
1600 }
1601
1602 li.child-tool {
1603         display: inline;
1604         margin-right: 5px;
1605         font-size: 80%;
1606 }
1607
1608 /* to modify  tool icons on the course home page */
1609 /*
1610 #icon-color-filter{
1611         width:3.9em;
1612         height:3.85em;
1613         background-color:#000000;
1614         -moz-opacity:0.5;
1615           filter:alpha(opacity=10);
1616         opacity:.10;
1617         margin-top:-3.85em;
1618         margin-left:1.90em;
1619
1620 }
1621 */
1622 .img-size-home {
1623         height:3.85em;
1624         width:3.9em;
1625 }
1626
1627 /* browse courses */
1628 div.browse-course {
1629         width: 28em;
1630         padding-bottom: 10px;
1631         background-color: #fffaf0;
1632         border:1px #6F7172 solid;
1633         font-size:9pt;
1634         min-height:18em;
1635         margin:auto;
1636         margin-left:1em;
1637         margin-top:1em;
1638 }
1639
1640 dl.browse-course {
1641         width: 90%;
1642         padding-bottom: 10px;
1643         background-color: #fffaf0;
1644         margin:auto;
1645         margin-left:1em;
1646 }
1647 dl.browse-course dt {
1648         float: left;
1649         font-weight: bold;
1650         width: 25%;
1651         text-align: right;
1652         clear: left;
1653         padding: 5px 10px 5px 0px;
1654         vertical-align: middle;
1655 }
1656 dl.browse-course dd {
1657         margin-bottom: 5px;
1658         clear: right;
1659         padding: 5px 0px 5px 10px;
1660         margin-left: 26%;
1661
1662 }
1663 /*  form fields grouping for WCAG 2.0 conformance*/
1664 fieldset.group_form{
1665         width:90%;
1666         margin:.5em;
1667         border:1px #6D7B8D solid;
1668         min-height: 170px;
1669         padding:.5em;
1670
1671
1672 legend.group_form{
1673         border:1px #6D7B8D solid;
1674         background-color: #EEEEEE;
1675         font-weight: 600;
1676         color: black;
1677         padding-left: 1em;
1678         padding-right: 1em;
1679         border-radius:.2em;
1680         -moz-border-radius: .2em .2em .2em .2em;
1681         -moz-box-shadow:.1em .1em .1em #999999;
1682         box-shadow: .1em .1em .1em #999999;
1683 }
1684 /* file storage */
1685
1686 #fsfloat1{
1687         float:right;
1688 }
1689 #fsfloat2{
1690         float:right;
1691         width:48%;
1692 }
1693
1694
1695 /* highlight active links for WCAG 2.0 conformance */
1696 a:active,a:hover,a:focus{
1697         background-color:#F6EAD6;
1698         color:#000000;
1699 }
1700
1701
1702 /* menu align right layout, uncomment to enable */
1703
1704 /*
1705 h2.page-title {
1706     clear:left
1707 }
1708 h2, h3, h4, h5, h6 {
1709         clear: left;
1710 }
1711 #contentcolumn_shiftright {
1712     margin-right: 17em;
1713 margin-left:1em;
1714 margin-top:1em;
1715 }
1716 #leftcolumn{
1717     float: right;
1718 }
1719 #home-links{
1720 clear:left;
1721 }
1722 table.data {
1723         clear:left;
1724 }
1725 div#menutoggle{
1726         float: right; 
1727 }
1728 #fsfloat2{
1729         float:left;
1730         width:48%;
1731 }
1732
1733 #fsfloat1{
1734         float:left;
1735 }
1736 */
1737
1738
1739
1740 /* format of "table of contents" on content page */
1741 #toc a          { display:block; margin:3px; float:left;}
1742 #toc .h2                { padding:0 0 0 10px;}
1743 #toc .h3                { padding:0 0 0 30px;}
1744 #toc .h4                { padding:0 0 0 40px; }
1745 #toc .h5                { padding:0 0 0 50px; }
1746 #toc .h6                { padding:0 0 0 60px; }
1747
1748 fieldset#toc {
1749         background-color: #FEFDEF;
1750         border: 1pt solid #B8AE9C;
1751         width:50%;
1752 }
1753
1754 #side-menu{
1755          overflow:hidden; 
1756          width:20.5em;
1757          padding-bottom:.3em; 
1758           padding-right:.5em;
1759 }
1760
1761 /* cleans up glossary question mark line spacing*/
1762 sup{
1763         border: 1pt solid #B8AE9C;
1764         vertical-align:bottom;
1765         margin-top: 1em;
1766 }
1767
1768 /* jQuery tooltip styles */
1769 #tooltip{
1770         position:absolute;
1771         z-index:3000;
1772         border:3px solid #111;
1773         background-color:#eeeeee;
1774         padding:5px;
1775
1776
1777 }
1778 #tooltip h3,#tooltip div{
1779         margin:0;
1780 }
1781 a.tooltip{
1782         color:blue;
1783         font-size:100%;
1784         padding-left:.2em;
1785         padding-right:.2em;
1786         padding-bottom:.2em;
1787         text-decoration:none;
1788 }
1789 /* style for home page modules "detail view" */
1790
1791 div.home_box {
1792         width: 29em;
1793         height: 130px;  
1794         margin-top: 15px;
1795         padding: 3px;
1796         padding-bottom: 10px;
1797         float: left;
1798 }
1799
1800 .outside_box{
1801         border:1px solid #cccccc;
1802         background: #eeeeee;
1803         padding:.2em;
1804         margin-left:.4em;
1805         width:27.5em;
1806         height:9.8em;
1807         -moz-border-radius:.3em .3em .3em .3em;
1808         border-radius: .3em .3em .3em .3em;
1809         -moz-box-shadow:.1em .1em .2em #999999;
1810         box-shadow: .1em .1em .2em #999999;
1811         padding:.2em;
1812 }
1813
1814 .inside_box{
1815         border:1px solid #cccccc;
1816         background: #ffffff;
1817         padding:.3em;
1818         width:95%;
1819         margin:auto;
1820         height:52%;
1821         margin-bottom:.2em;
1822         font-size:80%;
1823         border-radius:.5em;
1824         -moz-border-radius:.5em;
1825         padding:.2em;
1826 }
1827 .details_or{
1828         width:28.8em;
1829         height:9.8em;
1830 }
1831 .details_ol{
1832         height:9.8em;
1833         width:.45em;
1834 }
1835 .details_ir{
1836         width:.5em;
1837         height:100%;
1838         float:right;
1839 }
1840 .details_il{
1841         height:100%;
1842         float:left;
1843 }
1844 .home-title{
1845         font-size:90%;
1846         font-weight:bold;
1847 }
1848 .buttonbox{
1849         float:right;
1850 }
1851 .details_text{
1852         margin-left:1em;
1853
1854 }
1855 .draggable_selected {
1856         background-color: lightgrey;
1857         cursor: move;
1858 }
1859 div#subnavlistcontainer {
1860         width:95%;
1861         margin:auto;
1862         height:auto;
1863
1864 }
1865 div#subnavbacktopage {
1866         padding-top:5px;
1867         padding-left:20px;
1868         float:left;
1869 }
1870
1871 div.toolcontainer{
1872         width:95%;
1873         margin:auto;
1874         border:1px solid #e8e8e8;
1875         padding-top:1em;
1876         padding-bottom:1em;
1877         border-radius:.5em;
1878         -moz-border-radius: .5em .5em .5em .5em;
1879 }
1880
1881 ul#subnavlist {
1882         padding-top: 4px;
1883         margin-top: 0px;
1884         font-family: Verdana,Helvetica,Arial,serif;
1885         font-size:.8em;
1886
1887
1888 }
1889
1890 ul#subnavlist li {
1891         background-color: #FFFFFF;
1892         list-style: none;
1893         display: inline-block;
1894         font-weight:700;
1895         text-align:center;
1896         border-top:1px solid #cccccc;
1897         border-left:1px solid #cccccc;
1898         border-right:1px solid #cccccc;
1899         border-radius: .3em .3em 0em 0em;
1900         -moz-border-radius: .3em .3em 0em 0em;
1901         height:1.0em;   
1902         -moz-box-shadow:.1em .0em .1em #999999;
1903         box-shadow: .1em .0em .1em #999999;
1904         padding: 0em .5em .6em .5em ;
1905 }
1906
1907 ul#subnavlist li a:hover, ul#subnavlist li a:focus, ul#subnavlist li.active,            ul#subnavlist li:hover{
1908         color: black;
1909         text-decoration:none;
1910         background-color: #E6E6E6;
1911 }
1912
1913 ul#subnavlist li a {
1914     /* The normal, unselected tabs. They are all links */
1915         color: #555;
1916         height: 1.5em;
1917         text-decoration:underline;
1918         font-weight:500;
1919 }
1920
1921 div.menuedit{
1922         float:right;
1923         margin-top:-1.2em;
1924         border:1px solid #cccccc;
1925 }
1926 /* NEW IN ATUTOR 2.0 */
1927 /* alternate colours in the My Course list */
1928 tr.even {
1929         background-color: #F7F3ED;
1930 }
1931
1932 tr.odd {
1933         background-color: transparent;
1934 }               
1935
1936 /* Content editor wrapper div */
1937
1938 .editor_wrapper{
1939         border:1px solid #cccccc;
1940         border-radius:.5em;
1941         -moz-border-radius: .5em .5em .5em .5em;
1942         padding: .1em .5em .1em .5em ;
1943 }
1944 /* Content editor tabs */
1945 .editor_buttontab {
1946         color:#000000;
1947         font-size:10pt;
1948         border:0;
1949         white-space: nowrap;
1950         background-color: #ffffff;
1951         margin: 0px;
1952         font-weight:500;
1953         text-align:center;
1954         padding:0em 0em 0em;
1955         -moz-box-shadow:0;
1956         box-shadow: 0;
1957 }
1958 .editor_tab{
1959         float:left;
1960         border-top: 1px solid #cccccc;
1961         border-left: 1px solid #cccccc;
1962         border-right: 1px solid #cccccc;
1963         border-bottom:0;
1964         margin-bottom:-.5em;
1965         text-align: center;
1966         white-space: nowrap;
1967         background-color: #ffffff;
1968         border-radius: .3em .3em 0em 0em;
1969         -moz-border-radius: .3em .3em 0em 0em;
1970         -moz-box-shadow:.1em .0em .1em #999999;
1971         box-shadow: .1em .0em .1em #999999;
1972         padding: 0em .2em 0em .2em ;
1973         height:1.4em;
1974 }
1975 .editor_tab:hover, .editor_tab input[type=submit]:hover{
1976         background-color:#eeeeee;
1977 }
1978
1979 .editor_tab_selected{
1980         border-top: 1px solid #cccccc;
1981         border-left: 1px solid #cccccc;
1982         border-right: 1px solid #cccccc;
1983         border-bottom:0;
1984         padding: 0em .2em 0em .2em ;
1985         background-color: #eeeeee;
1986         font-weight:bold;
1987         text-align:center;
1988         white-space: nowrap;
1989         text-decoration:none;
1990         border-radius:.3em;
1991         -moz-border-radius: .3em .3em 0em 0em;
1992         height:1.4em;
1993
1994 }
1995 .editor_tab input[type=submit]{
1996         height:1.2em;
1997 }
1998 /* 1pxgs current box on My Start */
1999 .current_box{
2000         float:left;
2001         margin-left:1em;
2002         width:30%; 
2003         padding:.5em;
2004         border: 1px solid #cccccc;
2005         border-radius: .5em .5em .5em .5em;
2006         -moz-border-radius: .5em .5em .5em .5em;
2007         -moz-box-shadow:.1em .1em .1em #999999;
2008          box-shadow: .1em .1em  .2em #999999;
2009 }
2010
2011 ul.current_list{
2012       line-height:2em; 
2013       list-style-type:none;
2014       margin-left:-3em;
2015 }
2016 .current_list img{
2017       vertical-align:middle;
2018 }
2019
2020 .logoutbar{
2021       background-color:#E6E6E6; 
2022       font-size:0.85em; 
2023       padding-top: 2px; 
2024       border-bottom:1px solid #cccccc; 
2025       height:2em;
2026       text-align:right;
2027       padding-right:1em;
2028       clear:both;
2029 }
2030
2031 .select {
2032       margin-left: .2em;
2033       background-color:#eeeeee;         
2034       border: 1px solid #cccccc;
2035       padding-right:.1em;
2036 }
2037
2038 /* Preference Editor tabs */
2039 /* Preferences tabs */
2040
2041 table.etabbed-table     {
2042         padding-left:5em;
2043         font-size:10pt;
2044 }
2045 /* Preference Editor tabs */
2046 .etabbed-list-container {
2047
2048         font-size:10pt;
2049         width:95%;
2050
2051 }
2052 .etabbed-list{
2053
2054         width:100%;
2055 }
2056 .prefs-tab-spacer {
2057         background-color: transparent;
2058         width: 1em;
2059 }
2060 .prefs_buttontab {
2061         color:#000555;
2062         font-size:0pt;
2063         white-space: nowrap;
2064         background-color: #ffffff;
2065         margin-bottom: .5px;
2066         border:0;
2067         font-weight:500;
2068         padding:0em 0em 0em;
2069         border-radius:.3em;
2070         -moz-border-radius: .3em .3em .3em .3em;
2071
2072 }
2073 .prefs_tab{
2074         border-top: 1px solid #cccccc;
2075         border-left: 1px solid #cccccc;
2076         border-right: 1px solid #cccccc;
2077         text-align: center;
2078         white-space: nowrap;
2079         background-color: #FFFFFF;
2080         border-radius: .3em .3em 0em 0em;
2081         -moz-border-radius: .3em .3em 0em 0em;
2082         padding: 0em .5em 0em .5em ;
2083         -moz-box-shadow:.1em .1em 0 #999999;
2084         box-shadow: .1em .1em 0 #999999;
2085         display: inline;
2086         padding-bottom: .9px;
2087         margin: .5em;
2088 }
2089     
2090 .prefs_buttontab:hover, .prefs_tab:hover {
2091         background-color: #eeeeee;
2092 }
2093
2094 .prefs_tab_selected{
2095     
2096         border-top: 1px solid #cccccc;
2097         border-left: 1px solid #cccccc;
2098         border-right: 1px solid #cccccc;
2099         border-bottom:0;
2100           background-color: #eeeeee;
2101         margin: 0px;
2102         font-weight:bold;
2103         text-align:center;
2104         padding: .3em .5em 0em .5em ;
2105         white-space: nowrap;
2106         text-decoration:none;
2107         border-radius:.3em;
2108         -moz-border-radius: .3em .3em 0em 0em;
2109         -moz-box-shadow:.1em .1em .0 #999999;
2110         box-shadow: .1em .1em .1em #999999;
2111         display: inline;
2112 }
2113 .admin_container{
2114         border:1px solid #cccccc;
2115         border-radius:.5em;
2116         -moz-border-radius:.5em;
2117
2118 }
2119
2120 .wizscreen{
2121         background-color:#ffffff;
2122         padding:2em;
2123         line-height:2em;
2124 }
2125
2126 .wizscreen > legend{
2127         padding-left:2em;
2128         padding-right:2em;
2129         border:1px solid black;
2130         background-color:#ffffff;
2131         color:#0000FF;
2132         font-weight:bold;
2133 }
2134
2135 .wizscreen .buttons {
2136         padding-top: 2em;
2137 }
2138
2139 .wizscreen .button {
2140         margin: 0em 0.25em;
2141 }
2142
2143 .navlist{
2144         list-style: none;
2145         display: inline;
2146 }
2147 .crumbcontainer{
2148         padding:0;
2149         width:100%;
2150         height:2.5em;
2151 }
2152 #course_title_container{
2153         float:left;
2154         clear:both;
2155         left:1em;
2156
2157 }
2158 #my_courses_container{
2159           width:58%; 
2160           min-width:38em;
2161           margin-left:1em;
2162           border:none;
2163           float:left;
2164           border-radius: .5em .5em .5em .5em;
2165         -moz-border-radius: .5em .5em .5em .5em;
2166         -moz-box-shadow:.1em .1em .1em #999999;
2167          box-shadow: .1em .1em  .1em #999999;
2168 }
2169 .shortcut_icon{
2170         border:0;
2171         vertical-align:middle;
2172         height:1.15em;
2173         width:1.15em;
2174 }
2175 ul#content-tool-links {
2176         list-style: none outside none;
2177 }
2178 ul#content-tool-links li{
2179         display: inline;
2180         float: left;
2181         width: 5em;
2182         padding: 0 3em 0 0;
2183         text-align: center;
2184         font-size: 0.7em;
2185         font-weight:bold;
2186         color: #1A4A72;
2187         line-height:120%;
2188 }
2189 ul#content-tool-links img{
2190         border: 0 none;
2191         display: block;
2192         padding-left: 10px;
2193 }
2194 .hidden {
2195         display: none;
2196 }
2197 .clickable {
2198         cursor: pointer;    
2199 }
2200 .nowrap {
2201         white-space: nowrap;
2202 }
2203 .flowplayerholder{
2204         clear:right;
2205 }
2206
2207
2208 /* Transformable repository search */
2209
2210 .browse-result{
2211         border:thin solid #cccccc;
2212         padding:.5em;
2213         width:95%;
2214         margin-left:auto;
2215         margin-right:auto;
2216         border-radius: .3em .3em .3em .3em;
2217         -moz-border-radius: .3em .3em .3em .3em;
2218         -moz-box-shadow:.1em .1em .1em #999999;
2219         box-shadow: .1em .1em .1em #999999;
2220 }
2221
2222 .tr_results_tools{
2223         float:right;
2224         padding-left:.2em;
2225         padding-right:.2em;
2226         padding-top:.2em;
2227         border:thin solid #cccccc;
2228         border-radius: .3em .3em .3em .3em;
2229         -moz-border-radius: .3em .3em .3em .3em;
2230         -moz-box-shadow:.1em .1em .1em #999999;
2231         box-shadow: .1em .1em .1em #999999;
2232 }
2233
2234 div.pageinator_box{
2235         width:95%;
2236         margin-left:auto;
2237         margin-right:auto;
2238         margin-bottom: -.5em;
2239         border-top:thin solid #cccccc;
2240         border-left:thin solid #cccccc;
2241         border-right:thin solid #cccccc;
2242         border-radius: .3em .3em 0em 0em;
2243         -moz-border-radius: .3em .3em 0em 0em;
2244 }
2245
2246 #previewText{
2247         font-family: monospace;
2248         border: 2px solid rgb(0, 0, 0);
2249         padding:1em;
2250         color: rgb(255, 255, 255);
2251         background-color: rgb(0, 0, 0);
2252 }
2253 #previewArea{
2254         padding: 0em;
2255         border-bottom-width: 0px;
2256         margin-left: auto;
2257         margin-right: auto;
2258         font-weight: normal;
2259         float:left;
2260         clear:right;
2261         line-height:1.5;
2262
2263 }
2264 #display-settings-preview{
2265         width:60%;
2266         float:left;
2267 }
2268 #feedback{
2269         width: 90%;
2270 }
2271 #defaultfontsize-wrapper{
2272         width:25%;
2273         float:left;
2274 }
2275
2276 /* ATutor Social Styles */
2277
2278 div .profile_container {
2279         background-color:#eee; 
2280         border: 1px solid #8e8e8e; 
2281         width:80%; 
2282         padding:0.5em; 
2283         margin-bottom: 0.5em;
2284 }
2285
2286 div .profile_container .top_right {
2287         float: right;
2288 }
2289
2290 dl.public-profile dd{
2291         margin-left:0px;
2292 }
2293 dl.public-profile dt {
2294         float: left;
2295         font-weight: bold;
2296         min-width:12em;
2297 }
2298
2299 /* Search form */
2300 div .search_form {
2301         margin-bottom: 1em;
2302 }
2303
2304 div .search_form .row{
2305         background-color: #DEDEC0;
2306         padding: 8px;
2307 }
2308 div .button {
2309         background-color: #eee;
2310         border: 1px solid #aaa;
2311 }
2312 div .button:hover{
2313         background-color: #cccccc;
2314         color: #ffffff;
2315 }
2316
2317 /* Side menu */
2318
2319
2320 ul.social_side_menu {
2321         padding-left: 2em;
2322 }
2323 ul.social_side_menu li {
2324         padding-bottom: 0.2em;
2325         list-style: circle;
2326 }
2327
2328 div .divider {
2329         border-bottom:1px solid #C1C157; 
2330         padding-bottom:0.5em; 
2331         margin-bottom:0.5em;
2332 }
2333
2334 .activity{
2335         line-height:18pt;
2336         font-size:.8em;
2337 }
2338
2339 div.headingbox, h3.headingbox, a.headingbox{
2340         border:1px #cccccc solid;
2341         padding:.2em;
2342         background-color: #eeeeee;
2343         text-decoration:none;
2344         line-height:1em;
2345         font-size:.7em;
2346 }
2347
2348 div.contentbox, input-form{
2349         margin-left:.2em;
2350         margin-right:.2em;
2351         border-left:1px #cccccc solid;
2352         border-right:1px #dddddd solid;
2353         border-bottom:1px #cccccc solid;
2354         padding:.5em;
2355         background-color: #ffffff;
2356         overflow:hidden;
2357 }
2358
2359 div.suggestions{
2360         border:1px solid #a50707;
2361         margin-left:10px; 
2362         width:50%;
2363 }
2364 li.inlinelist{
2365         display: inline; 
2366         padding-right: 1em;
2367 }
2368 ul.social_inline_menu{
2369         background-color: #eeeeee;
2370         border:thin #cccccc solid;
2371         padding:.5em;
2372         width:90%;
2373         margin:auto;
2374 }
2375 div.social-wrapper{
2376         border:thin solid #cccccc; 
2377         width:95%;
2378         padding:.5em;
2379         margin:auto;
2380 }
2381
2382 .network-activity{
2383     float:left;
2384     width:55%;
2385 }
2386 .my-contacts{
2387     float:right;
2388     width:38%;
2389     min-width:38%;
2390 }
2391 .my-network-groups{
2392     float:right;
2393     clear:right;
2394     width:38%;
2395     max-width:38%;
2396 }
2397 .people-you-may-know{
2398     padding-top:1em;
2399     float:right;
2400     clear:right;
2401     width:38%;
2402     min-width:38%;
2403  }
2404 .contentbox-a{
2405     width: 100%;
2406 }
2407 .contentbox-b{
2408     padding-bottom:0.2em;
2409 }
2410 .logo{
2411 float:left;
2412 clear:right;
2413 margin-left:2em;
2414 }
2415 .content-settings{
2416         width: 30%;
2417         float: left;
2418 }
2419 .current-content{
2420         color:red;
2421 }
2422 .del-content-icon{
2423         border:0;
2424 height:.9em;
2425 width:.9em;
2426 font-size:100%;
2427 }
2428 div.bypass{
2429 height:1px;
2430 }
2431 /* relative image size styles */
2432
2433 img.img1616{
2434 height:1.5em;
2435 width:1.5;
2436 }
2437
2438 img.img1111{
2439 height:.8em;
2440 width:.8em;
2441 }
2442 img.img2424{
2443
2444
2445 }
2446 input[type=image].fl-force-right{
2447 height:.9em;
2448 width:.9em;
2449 font-size:100%;
2450 }
2451
2452 img.fl-col{
2453 height:3.5em;
2454 width:3.5em;
2455 font-size:100%;
2456 }