1/* Strasa theme for TikiWiki CMS/Groupware, design by Patrick Allard,
2   mono option by jonnyb
3   released under LPGL license. For more information, visit http://themes.tiki.org. */
4
5/***** XHTML Elements ******/
6
7
8a,
9.pagination > li > a,
10.nav-pills > .active > a > .badge,
11.btn-link,
12.autotoc *,
13.popover button.btn-link.link-list,
14.popover button.btn-link.link-list .icon,
15.dropdown-item button.btn-link.link-list,
16.dropdown-item button.btn-link.link-list .icon {
17	color: #006699;
18}
19
20.cssmenu_horiz ul li a,
21.cssmenu_vert ul li a,
22.cssmenu_horiz ul li button.btn-link.link-list,
23.cssmenu_vert ul li button.btn-link.link-list {
24	background: transparent;
25}
26
27.cssmenu_horiz ul li:not(.dropdown-item) button.btn-link.link-list,
28.cssmenu_vert ul li:not(.dropdown-item) button.btn-link.link-list {
29	font-weight: normal;
30}
31
32a:hover,
33.autotoc a:hover,
34.popover button.btn-link.link-list:hover,
35.popover button.btn-link.link-list .icon:hover,
36.dropdown-item button.btn-link.link-list:hover,
37.dropdown-item button.btn-link.link-list .icon:hover {
38	color: #000000;
39}
40
41/*.navbar-dark:not(#topbar) {
42    background: #000000;
43}*/
44
45.navbar-dark:not(#topbar)  .navbar-collapse,
46.navbar-dark:not(#topbar)  .navbar-form {
47    border-color: #000000;
48}
49
50.navbar-dark .navbar-nav > .open > a,
51.navbar-dark .navbar-nav > .open > a:hover,
52.navbar-dark .navbar-nav > .open > a:focus,
53
54.navbar-dark .navbar-nav > .active > a,
55.navbar-dark .navbar-nav > .active > a:hover,
56.navbar-dark .navbar-nav > .active > a:focus,
57
58.navbar-light .navbar-nav > .open > a,
59.navbar-light .navbar-nav > .open > a:hover,
60.navbar-light .navbar-nav > .open > a:focus,
61
62.navbar-light .navbar-nav > .active > a,
63.navbar-light .navbar-nav > .active > a:hover,
64.navbar-light .navbar-nav > .active > a:focus {
65    color: #000;
66/*    background-color: #656565; */
67}
68
69#col2 .card-header { color: #000; }
70
71.card-heading,
72.list-group-item.active,
73.list-group-item.active:hover,
74.list-group-item.active:focus {
75    color: #ffffff;
76    background-color: #999999;
77    border-color: #999999;
78}
79
80.btn-primary {
81    border-color: #999999;
82}
83
84fieldset {
85	border: none;
86}
87
88input,
89textarea,
90option,
91select,
92body.cke_show_borders,
93table.tablesorter thead tr.tablesorter-filter-row td input.tablesorter-filter,
94table.tablesorter thead tr.tablesorter-filter-row td input.dateFrom,
95table.tablesorter thead tr.tablesorter-filter-row td input.dateTo {
96	background: #F3FCFE;
97	color: #000;
98}
99
100input, .jumbotron {
101	border: 1px solid;
102	border-color: #454545 #9b9b9b #9b9b9b #454545;
103}
104
105.jumbotron {
106	background: #ededed;
107}
108
109input[type=text],
110input[type=search],
111input[type=password],
112.form-control,
113.tiki .chosen-container-single .chosen-single,
114.tiki .chosen-container-active.chosen-with-drop .chosen-single,
115.tiki .chosen-container .chosen-drop,
116.tiki .chosen-container-multi .chosen-choices .search-choice {
117	background: #f3fcfe;
118	border-color: #223845 #4d7b9b #4d7b9b #223845;
119}
120
121.chosen-container-single .chosen-single:not(.chosen-single-with-deselect) div::after {
122	background-color: #fff;
123	box-shadow: 4px 0 16px 16px	#fff;
124}
125
126.box-login_box input[type=text],
127.box-login_box input[type=password] {
128	background: #E7F8FD;
129	border: 1px solid #33CCFF;
130	color: #517298;
131}
132
133input#search {
134	background: #E7F8FD;
135	border: 1px solid #33CCFF;
136	color: #517298;
137}
138
139/* Links in buttons */
140.btn:not(.link-list),
141.btn-primary,
142.btn-primary:visited,
143.nav-pills > li.active > a,
144.input-group-addon,
145input[type=reset],
146input[type=submit],
147.button input {
148	color: #4c4c4c;
149	font-weight: bold;
150	border: 1px solid #acacac;
151	background: #f5f5f5;
152	background: -moz-linear-gradient(top,  #f5f5f5 0%, #f7f7f7 7%, #f5f5f5 9%, #f6f6f6 47%, #f4f4f4 54%, #f5f5f5 66%, #f7f7f7 67%, #f5f5f5 68%, #f6f6f6 95%, #f1f1f1 96%, #e7e7e7 97%, #d8d8d8 98%, #c4c4c4 99%, #adadad 100%);
153	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#f7f7f7 7%,#f5f5f5 9%,#f6f6f6 47%,#f4f4f4 54%,#f5f5f5 66%,#f7f7f7 67%,#f5f5f5 68%,#f6f6f6 95%,#f1f1f1 96%,#e7e7e7 97%,#d8d8d8 98%,#c4c4c4 99%,#adadad 100%);
154	background: linear-gradient(to bottom,  #f5f5f5 0%,#f7f7f7 7%,#f5f5f5 9%,#f6f6f6 47%,#f4f4f4 54%,#f5f5f5 66%,#f7f7f7 67%,#f5f5f5 68%,#f6f6f6 95%,#f1f1f1 96%,#e7e7e7 97%,#d8d8d8 98%,#c4c4c4 99%,#adadad 100%);
155	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#adadad',GradientType=0 );
156}
157
158.btn.btn-secondary { color: #7400c3; }
159.btn.btn-secondary:hover { color: #8e00e6; }
160.btn.btn-info { color: #1e4d5f; }
161.btn.btn-info:hover { color: #449cbe; }
162.btn.btn-success { color: #29a230; }
163.btn.btn-success:hover { color: #4cae4c; }
164.btn.btn-warning { color: #eea236; }
165.btn.btn-warning:hover { color: #ce8536; }
166.btn.btn-danger { color: #ed413c; }
167.btn.btn-danger:hover { color: #d43f3a; }
168
169/*.btn.btn-info:hover,
170.btn.btn-success:hover,
171.btn.btn-warning:hover,
172.btn.btn-danger:hover,
173.btn.btn-primary:hover,
174.btn.btn-primary:hover,*/
175.nav-pills > li.active > a:hover,
176.pagination > .active > a,
177.pagination > .active > span,
178.pagination > .active > a:hover,
179.pagination > .active > span:hover,
180.pagination > .active > a:focus,
181.pagination > .active > span:focus {
182	background: #f5f5f5 url(../images/headerbg.jpg) repeat-x 0 105%;
183	color: #757575}
184
185.btn.btn-primary:active:hover,
186.btn.btn-secondary.active:hover,
187.open > .dropdown-toggle.btn-primary:hover,
188.btn.btn-primary:active:focus,
189.btn.btn-secondary.active:focus,
190.open > .dropdown-toggle.btn-primary:focus,
191.btn.btn-primary.focus:active,
192.btn.btn-secondary.active.focus,
193.open > .dropdown-toggle.btn-secondary.focus  {
194	border-color: #223845 #41cbe7 #41cbe7 #223845;
195}
196
197/***** Page Layout *****/
198/** off-screen **/
199
200
201/* end Type 1 layout divs, etc. */
202
203
204/* Site Header & Identity */
205/*.navbar.bg-dark,*/
206.layout_social .fixed-top.navbar.bg-light,
207.layout_social .fixed-top.navbar.bg-dark,
208.layout_basic .top_modules,
209.layout_classic .top_modules.bg-dark,
210.layout_classic .top_modules.bg-light {
211	background: #f5f5f5 !important;
212	background: -moz-linear-gradient(top,  #f5f5f5 0%, #f7f7f7 7%, #f5f5f5 9%, #f6f6f6 47%, #f4f4f4 54%, #f5f5f5 66%, #f7f7f7 67%, #f5f5f5 68%, #f6f6f6 95%, #f1f1f1 96%, #e7e7e7 97%, #d8d8d8 98%, #c4c4c4 99%, #adadad 100%) !important;
213	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#f7f7f7 7%,#f5f5f5 9%,#f6f6f6 47%,#f4f4f4 54%,#f5f5f5 66%,#f7f7f7 67%,#f5f5f5 68%,#f6f6f6 95%,#f1f1f1 96%,#e7e7e7 97%,#d8d8d8 98%,#c4c4c4 99%,#adadad 100%) !important;
214	background: linear-gradient(to bottom,  #f5f5f5 0%,#f7f7f7 7%,#f5f5f5 9%,#f6f6f6 47%,#f4f4f4 54%,#f5f5f5 66%,#f7f7f7 67%,#f5f5f5 68%,#f6f6f6 95%,#f1f1f1 96%,#e7e7e7 97%,#d8d8d8 98%,#c4c4c4 99%,#adadad 100%) !important;
215	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#adadad',GradientType=0 );
216	color: #333333 !important;
217}
218
219.layout_social .fixed-top.navbar.bg-light .top_modules a,
220.layout_social .fixed-top.navbar.bg-dark .top_modules a,
221.layout_basic .top_modules a,
222.layout_classic .top_modules.bg-dark a,
223.layout_basic .top_modules .btn-link,
224.layout_classic .top_modules.bg-dark .btn-link,
225.top_modules a, .top_modules .btn-link,
226.navbar-dark h2.sitesubtitle {
227	color: #333333 !important;
228}
229
230/*.layout_fixed_top_modules #top_modules,
231.navbar-fixed-top .container,
232.navbar.bg-light,
233.navbar-light:not(#topbar),
234.navbar.bg-dark,
235.navbar-dark:not(#topbar),
236.topbar .nav > li,*/
237.btn:not(.btn-link),
238/*.nav-tabs > li > a,*/
239.input-group-addon,
240.siteloginbar_popup .dropdown-menu /*,
241.titleb*/ {
242	background: #f5f5f5;
243	background: -moz-linear-gradient(top, #f5f5f5 0%, #f7f7f7 7%, #f5f5f5 9%, #f6f6f6 47%, #f4f4f4 54%, #f5f5f5 66%, #f7f7f7 67%, #f5f5f5 68%, #f6f6f6 95%, #f1f1f1 96%, #e7e7e7 97%, #d8d8d8 98%, #c4c4c4 99%, #adadad 100%);
244	background: -webkit-linear-gradient(top, #f5f5f5 0%,#f7f7f7 7%,#f5f5f5 9%,#f6f6f6 47%,#f4f4f4 54%,#f5f5f5 66%,#f7f7f7 67%,#f5f5f5 68%,#f6f6f6 95%,#f1f1f1 96%,#e7e7e7 97%,#d8d8d8 98%,#c4c4c4 99%,#adadad 100%);
245	background: linear-gradient(to bottom, #f5f5f5 0%,#f7f7f7 7%,#f5f5f5 9%,#f6f6f6 47%,#f4f4f4 54%,#f5f5f5 66%,#f7f7f7 67%,#f5f5f5 68%,#f6f6f6 95%,#f1f1f1 96%,#e7e7e7 97%,#d8d8d8 98%,#c4c4c4 99%,#adadad 100%);
246	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#adadad',GradientType=0 );}
247
248.navbar-dark .navbar-brand {
249	color: rgba(0, 0, 0, 0.9);
250}
251
252.topbar .nav-link,
253.navbar-dark .nav-link,
254.navbar-light .nav-link,
255.navbar-dark .navbar-nav .nav-link {
256	color: #fff;
257}
258
259.navbar-dark .navbar-nav .nav-link:hover,
260.navbar-dark .navbar-nav .nav-link:focus {
261	color: rgba(0, 0, 0, 0.7);
262}
263
264/*.navbar-light .navbar-nav > .open > a,
265.navbar-light .navbar-nav > .open > a:hover,
266.navbar-light .navbar-nav > .open > a:focus,
267.navbar-light .navbar-nav > .active > a,
268.navbar-light .navbar-nav > .active > a:hover,
269.navbar-light .navbar-nav > .active > a:focus,
270
271.navbar-dark .navbar-nav > .open > a,
272.navbar-dark .navbar-nav > .open > a:hover,
273.navbar-dark .navbar-nav > .open > a:focus,
274.navbar-dark .navbar-nav > .active > a,
275.navbar-dark .navbar-nav > .active > a:hover,
276.navbar-dark .navbar-nav > .active > a:focus{
277	color: #000000;
278	background-color: #e7e7e7;
279}*/
280
281.bg-light .bg-light,
282.bg-dark .bg-dark {
283	background: transparent !important;
284	border: none;
285}
286
287.btn-link:not(.link-list),
288.btn-primary.btn-link {
289	background: none;
290	border: none;
291	color: #666666;
292}
293
294.btn-primary {
295	border-color: #e7e7e7 #454545 #454545 #e7e7e7
296}
297
298/* #header text selectors, if needed */
299.sitetitles {
300	color: #294050;
301}
302
303.sitetitle a,
304.sitetitle a:link,
305.sitetitle a:hover {
306	color: #294050;
307}
308
309/* tiki-top_bar.tpl - menu and search */
310/* *:first-child+html #tiki-top {
311	background-color: #f5f5f5;
312} */
313
314#tiki-top a,
315#tiki-top a:visited {
316	color: #1E7EA6;
317}
318
319#tiki-top a:hover {
320	color: #1E7EA6;
321}
322
323#sitesearchbar {color: #000}
324
325a.flip,
326a.flip:visited {color: #b5dde9}
327
328a.flip:hover {color: #006699}
329
330.share a,
331.share a:visited {
332	background: transparent url('../images/fold-topright.jpg') 0 0 no-repeat;
333	color: #fff;
334}
335
336.share a:hover {
337	color: #fff;
338}
339
340.share {
341	border-bottom: solid 1px #cce5ff;
342}
343
344.error,
345#error {
346	background: #f8f8ff !important;
347	color: #000;
348}
349
350/* end layout divs, etc. */
351/** Border boxes (if any) **/
352/****** Menus ******/
353/** CSS (suckerfish) menus **/
354
355.cssmenu_vert li ul li,
356.cssmenu_horiz li ul li,
357.header .cssmenu_horiz li ul li {
358	border: 1px solid #aaa;
359	background: #f5f5f5;
360	border-top: 0;
361	margin-bottom: -1px;
362}
363
364.header .cssmenu_horiz li:hover {
365	background: #cce5ff;
366}
367
368.cssmenu_horiz li ul li:first-child,
369.cssmenu_vert li ul li:first-child,
370.header .cssmenu_horiz li ul li:first-child {
371	border-top: 1px solid #aaa;
372}
373
374.cssmenu_horiz li:hover {
375	background: #CCE5FF;
376}
377
378#footer .cssmenu_horiz > li:hover {
379	background: none;
380}
381
382.cssmenu_ver li:hover {
383	background: none;
384}
385
386.cssmenu_horiz a,
387.cssmenu_vert a,
388.cssmenu_vert a:visited {
389	color: #006699;
390}
391
392.cssmenu_vert a:hover {
393	color: #000;
394	text-decoration: underline;
395}
396
397.cssmenu_vert ul a:visited {
398	color: #006699;
399}
400
401.cssmenu_vert ul a:hover {
402	color: #000000;
403}
404
405.header .cssmenu_horiz a,
406.header .cssmenu_horiz a:visited {
407	color: #1E7EA6;
408	border: none;
409}
410
411.header .cssmenu_horiz a:hover {
412	color: #1E7EA6;
413	background: #cce5ff;
414	border: none;
415}
416
417.navbar-light .cssmenu_horiz > li > a {
418	color: #ffffff;
419}
420
421.navbar-light .cssmenu_horiz > li > a:hover {
422	background: transparent;
423}
424
425/** Links in other menus **/
426
427.separator {
428	border-top: 1px solid #bed8f1;
429}
430
431.separator a:link,
432.separator a:visited,
433.separator a:hover {
434	color: #000000;
435}
436
437.linkmenu:hover {
438	color: #000000;
439}
440
441a.linkmodule:hover {
442	color: #000000;
443}
444
445/****** Misc. Global Classes (layout and style) ****/
446
447.bannertext:hover {
448	color: #000000;
449}
450
451.adminanchors {
452	background: #077aa7 !important;
453}
454
455/* New Help section */
456
457.help_section_select {
458	background: white;
459}
460
461.help_sections {
462	background: white;
463}
464
465.help_section {
466	background: #F3FCFE;
467}
468
469#site_report a {
470	border-left: 1px solid #696969;
471	border-right: 1px solid #696969;
472}
473
474/** Modules **/
475
476#col2 .box {
477	background: #cce5ff;
478	border-bottom: 1px solid #bed8f1;
479}
480
481#col3 .box {
482	border-bottom: 1px solid #cfcfcf;
483}
484
485a.flipmodtitle:hover img {
486	border: 1px solid #58A7D2 !important;
487}
488
489/** Other boxes **/
490
491.jumbotron {
492	border: 1px solid #acacac;
493}
494
495.cbox-title {
496	color: black;
497	background: #f5f5f5 url(../images/headerbg.jpg) repeat-x 0 100%;
498}
499
500.cbox-title a:link,
501.cbox-title a:visited {
502	color: black;
503	text-decoration: none;
504}
505
506.cbox-title a:hover {
507	color: black;
508	text-decoration: underline
509}
510
511.simplebox {
512	border: 1px solid #aaa;
513	background: #fff;
514}
515
516/***** Tables, Tabs and Lists ****/
517/** Tables **/
518tr.odd {
519	background: #f0f0f0;
520}
521
522tr.even {
523	background: #dcdcdc;
524}
525
526td.odd {
527	background: #f0f0f0;
528	color: #000;
529}
530
531td.even {
532	background: #dcdcdc;
533	color: #000;
534}
535
536/* headings */
537
538.table th {
539	color: black;
540	background: #f5f5f5 url(../images/headerbg.jpg) repeat-x 0 100%;
541}
542
543th a:link,
544th a:visited,
545td.heading a:link,
546td.heading a:visited {
547	color: #000;
548}
549
550.tiki_mytiki .cbox-data th {
551	color: #99c1dc;
552	background: #fff;
553}
554
555.tiki_mytiki .cbox-data th a:link,
556.tiki_mytiki .cbox-data th a:visited {
557	color: #619db8;
558}
559
560a.forumnameread {
561	color: #006699;
562}
563
564/** Tabs **/
565.tabs {
566	border-bottom: solid 1px #1d9ccf !important;
567}
568
569.nav-tabs .nav-item .nav-link {
570	color: #fff; /* #0a6aa6; */
571	background-color:  #1e7ea6; /*#cce5ff; */
572}
573
574.nav-tabs .nav-item .nav-link:active {
575	color: #0a6aa6;
576	background-color: #f2f2f2;
577}
578
579.nav-tabs .nav-item .nav-link:hover {
580	color: #fff;
581	background: #1d9ccf;
582}
583
584/* active (current) tab */
585.nav-tabs .nav-item .nav-link.active {
586	background-color: #aeebff !important;
587	border: solid 1px #1d9ccf !important;
588	color: #000;
589}
590
591.tab-pane {
592	background: #cce5ff;
593}
594
595.tabs {
596	border: 1px solid #F3FCFE;
597}
598
599/*** Feature-specific selectors ***/
600/***** Wiki *****/
601
602h1.pagetitle a,
603h1.pagetitle a:visited,
604h1.pagetitle a:hover,
605a.pagetitle,
606a.pagetitle:visited,
607a.pagetitle:hover {
608	color: #000;
609}
610
611.titlebar {
612	border-top: 1px solid #696969;
613	border-bottom: 1px solid #696969;
614}
615
616.wikitext .fancylist li {
617/*	background: transparent url(../images/list_icon.png) top left no-repeat;*/
618	color: #f90;
619}
620
621.wikitext .fancylist li p {
622	color: #000;
623}
624
625.wikitable {
626	border: 1px solid #A9A9A9;
627}
628
629.wikicell {
630	border: 1px solid #a9a9a9;
631}
632
633/* editable wiki section */
634.split {
635	border: 1px dashed #696969;
636}
637
638#wikihelp-tab table,
639#wikihelp-tab table td {
640	border: solid 1px #696969;
641}
642
643/* Needed esp. for light-on-dark theme */
644
645/* Wiki plugins */
646/* Code plugin  */
647
648.code {
649	border: 1px dashed #a9a9a9;
650	background: #F5F5F5;
651}
652
653.codelisting {
654	background: #F5F5F5;
655	border: 1px dashed #696969;
656}
657
658.codecaption {
659	border: 1px solid #696969;
660	color: #696969;
661	background: #F5F5F5;
662}
663
664/** Wiki tocs **/
665
666.tocnav {
667	background: #EBEBEB;
668}
669
670/* TOC */
671.toc {
672	border-top: 1px dotted #a9a9a9;
673	border-bottom: 1px dotted #a9a9a9;
674}
675
676/* Wiki diff styles */
677.diff td {
678	border: 1px solid #696969;
679}
680
681.diff div {
682	border-top: 1px solid #696969;
683}
684
685.diffheader {
686	background: #696969;
687}
688
689.diffadded {
690	background: #CCFFCC;
691}
692
693.diffdeleted {
694	background: #FFCCCC;
695}
696
697.diffinldel {
698	background: #FFCCCC;
699}
700
701.diffbody {
702	background: #F2F4F5;
703}
704
705.diffchar {
706	color: red;
707}
708
709.page-item.active .page-link {
710	color: #069;
711}
712
713/***** Articles ****/
714.articletopline,
715.articlesubtitle {
716	background: #f5f5f5;
717	color: #000}
718
719.articletitle h2 {
720	background: #f5f5f5 url(../images/headerbg.jpg) repeat-x 0 100%;
721	color: #000;
722	padding: 10px 5px;
723	margin: 0}
724
725.articletitle h2 a,
726.articletitle h2 a:visited,
727.titleb {
728	color: #000;
729	text-decoration: none;
730	padding: 1.5px;
731}
732
733/***** Blogs *****/
734
735.postinfo a {
736	color: #006699;
737}
738
739
740/***** Forums *****/
741
742.post .postbody {
743	border: solid 1px #a9a9a9;
744	border-top: solid 1px gray;
745	background: #fff;
746}
747
748.post .postbody .content {
749	color: #000;
750	background: #fff !important;
751}
752
753.tiki_blogs .postbody-title,
754.post .postbody-title {
755	background: #f5f5f5 url(../images/headerbg.jpg) repeat-x 0 100%;
756}
757
758.post .postbody-title .title,
759.post .postbody-title .actions,
760.post .postbody-title .title a.link,
761.post .author_info a:link,
762.post .author_info a:visited,
763.post .author_info {
764	color: #000;
765}
766
767.post .postbody .attachments {
768	border-top: 1px dotted #D9D9D9;
769}
770
771.post .contribution {
772	background: #F0F8FF;
773	border: 1px solid #cce5ff;
774}
775
776.post .avatar {
777	border-color: #047aaa #047aaa #42cffa #42cffa;
778}
779
780.forum_actions .actions {
781	background: #cce5ff;
782}
783
784.forum_actions .headers .title {
785	background: #233a48;
786	color: #fff;
787}
788
789/* Comments */
790
791/* Comments moderation */
792.post-approved-n {
793	border-left: 3px dotted blue;
794}
795
796.post-approved-r {
797	border-left: 3px double red;
798}
799
800/***** Categories *****/
801
802/***** Tags (freetags) *****/
803
804/***** File Galleries *****/
805
806/***** Trackers *****/
807
808
809/* also for categorize.tpl */
810.multiselect {
811	border: 1px solid #696969;
812}
813
814/***** Calendar *****/
815/* Overrides calendar.css, etc. */
816.calprio1 a,
817.calprio2 a,
818.calprio3 a,
819.calprio4 a,
820.calprio5 a,
821.calprio6 a,
822.calprio7 a,
823.calprio8 a,
824.calprio9 a {
825	color: #006699;
826}
827
828.buttonon a,
829.calbuttonon a,
830.calbuttonoff a {
831	color: #006699;
832}
833
834.box-data .fc a.today,
835.box-data td a.today {
836	background: #D4D0C8;
837	border: solid 1px #696969;
838}
839
840.calendarweek td.heading.calHeading a:link,
841.calendarweek td.heading.calHeading a:visited {
842	color: #5ae0ff;
843}
844
845.calinput {
846	background: #223845;
847}
848
849.calfocuson + .calcontent {
850	background: #F5F5F5;
851}
852
853th.days {
854	color: #006699;
855}
856
857.caltable .weeks {
858	background: #1b3a50;
859	color: #cce5ff;
860}
861
862.caltable .odd,
863.caltable .even {
864	border: 1px solid #a9a9a9;
865}
866
867.caltable .odd,
868table.tablesorter thead tr.tablesorter-filter-row {
869	background: #f0f0f0;
870}
871
872.caltable .even {
873	background: #dcdcdc;
874}
875
876/*****  Polls  *****/
877
878.pollr {
879	color: black;
880}
881
882/***** FAQs *****/
883
884/***** Quizzes *****/
885
886/***** Shoutbox *****/
887
888/***** Directory *****/
889
890.dircategs {
891	border: 1px solid #696969;
892}
893
894
895/***** Messages *****/
896.prio1,
897.prio2,
898.prio3,
899.prio4,
900.prio5 {
901	border: 1px solid #a9a9a9;
902}
903
904.prio1 {
905	background: #F7F9CA;
906}
907
908.prio2 {
909	background: #F7F9EA;
910}
911
912.prio3 {
913	background: #F7F9FA;
914}
915
916.prio4 {
917	background: #F7F9FD;
918}
919
920.prio5 {
921	background: #F7F9FF;
922}
923
924.messureadflag {
925	background: #a9a9a9;
926}
927
928.messureadhead {
929	background: #dcdcdc;
930}
931
932.messureadbody {
933	background: #dcdcdc;
934}
935
936.readlink {
937	color: black;
938}
939
940/***** Sheets *****/
941
942.plugin-form-float {
943	border: solid 2px #696969;
944}
945
946/***** Ajax *****/
947
948/***** TikiSheet Default Style *****/
949.default thead td,
950.default tfoot td {
951	background: #223845;
952	color: #cce5ff;
953}
954
955/***** mypage *****/
956
957/* css/admin.css overrides */
958a.admbox {
959	border: 1px solid #223845;
960	background-color: #f0f0f0;
961}
962
963a.admbox:hover,
964a.admbox:focus,
965a.admbox:active {
966	background-color: #dcdcdc;
967	border: 1px solid #696969;
968}
969
970a.admbox.off {
971	border: 1px solid #a9a9a9;
972}
973
974a.admbox.off:hover,
975a.admbox.off:focus,
976a.admbox.off:active {
977	border: 1px solid #a9a9a9;
978}
979
980/* MiniChat  */
981
982/* end of file */
983