Popup editors now available as option for some list selectors.
[fa-stable.git] / themes / cool / default.css
1 /*--------------------------------------------------\
2 | cool        |                 | default.css       |
3 |---------------------------------------------------|
4 | For use with:                                     |
5 | FrontAccounting                                                                       |
6 | http://FrontAccounting.com/                           |
7 | by Joe Hunt Consulting                            |
8 |---------------------------------------------------|
9 | Developer:                                        |
10 | Joe Hunt                                          |
11 |                                                   |
12 |---------------------------------------------------|
13 | Note:                                             |
14 | Changes can be made to this CSS that will be      |
15 | reflected throughout FrontAccounting.             |
16 |                                                   |
17 \--------------------------------------------------*/
18
19 body {
20         font-family: Verdana, Arial, Helvetica;
21         background: #60687b;
22         font-size: 10px;
23         margin: 5px 0 0 5px;
24         padding: 0;
25 }
26
27 tr, td, th {
28         font-size: 11px;
29         line-height: 19px;
30 }
31
32 table {
33         text-align: left;
34 }
35
36 textarea {
37         font-size: 12px;
38 }
39
40 input, select {
41         font-size: 11px;
42         padding: 1px;
43 }
44
45 select {
46     max-width: 200px;
47 }
48
49 option.inactive {
50         text-decoration: line-through;
51         color: gray;
52 }
53
54 input.big {
55         width: 100px;
56 }
57
58 input.small {
59         width: 50px;
60 }
61
62 a {
63         color: #0000bb;
64         font-size: 11px;
65         text-decoration: none;
66 }
67
68 a:link {
69         color: #0000bb;
70         text-decoration: none;
71 }
72
73 a:active {
74         color: #000000;
75         text-decoration: none;
76 }
77
78 a:hover, a:focus {
79         color: #2d8628;
80         text-decoration: underline;
81 }
82
83 button {
84         font-size: 11px;
85         border: 1px #0066cc solid;
86         padding: 1px 0px;
87 }
88
89 button img, span {
90         padding: 0px 2px ;
91         vertical-align: middle;
92 }
93
94 .login {
95         background-color: #ffffff;
96         border: none;
97 }
98
99 .callout_main {
100         font-family: Verdana, Arial, Helvetica;
101         border: none;
102         width: 99%;
103         margin: 0;
104         padding: 0;
105 }
106
107 .main_page {
108         background-color: #eff9f9;
109         border: none;
110         width: 100%;
111         margin: 0;
112         padding: 0;
113 }
114
115 .quick_menu {
116         background-color: #60687b;
117         border: 0;
118         margin: 0;
119         padding: 0;
120         /*text-align: right;*/
121 }
122
123 .quick_menu_selected {
124         font-family: Verdana, Arial, Helvetica;
125         font-size: 13px;
126         border: none;
127         white-space: nowrap;
128         margin: 2px;
129         padding: 2px;
130         color: #00cc00;
131         font-weight: bolder;
132 }
133
134 .logoutBar {
135         padding-right: 1em;
136         background: #e4ecec;
137         color: black;
138         border-bottom: 1px solid #cccccc;
139         width: 100%;
140 }
141
142 .bottomBar {
143         padding-right: 1em;
144         background: #e4ecec;
145         color: black;
146         border-bottom: 1px solid #cccccc;
147         width: 100%;
148 }
149
150 .bottomBarCell {
151         font-size: 10px;
152         line-height: 12px;
153 }
154
155 .bottomBar2 {
156         padding-right: 1em;
157         background: #e4ecec;
158         color: black;
159         border-top: 1px solid #cccccc;
160         border-bottom: 1px solid #cccccc;
161         width: 100%;
162 }
163
164 .logoutBarRight {
165         text-align: right;
166 }
167
168 div.logoutBar {
169         padding-right: 1em;
170         background: #e4ecec;
171         color: black;
172         border-bottom: 1px solid #cccccc;
173         text-align: right;
174 }
175 div.logoutBar a {
176         font-weight: normal;
177         margin-left: 1em;
178         color: #436976;
179         background-color: transparent;
180 }
181 div.logoutBar img {
182         vertical-align: top;
183 }
184
185 div.tabs {
186         padding: 3px 0 0 0;
187         background: none transparent scroll repeat 0% 0%;
188         white-space: nowrap;
189         border-collapse: collapse;
190         border-bottom: 1px solid #cccccc;
191
192 }
193 div.tabs a {
194         border: 1px solid #cccccc;
195         padding: 3px 10px;
196         font-weight: normal;
197         background: white scroll repeat 0% 0%;
198         color: #436976;
199         margin-right: 0.0em;
200         height: 1.0em;
201 }
202 div.tabs a.selected {
203         border-top: 1px solid #cccccc;
204         border-right: 1px solid #cccccc;
205         border-bottom: 1px solid #e4ecec;
206         border-left: 1px solid #cccccc;
207         font-weight: normal;
208         background: #e4ecec;
209         color: #436976;
210 }
211 div.tabs a:hover {
212         border-top-color: #cccccc;
213         border-right-color: #cccccc;
214         border-bottom-color: #e4ecec;
215         border-left-color: #cccccc;
216         background: #e4ecec;
217         color: #436976;
218 }
219
220 .menu_group {
221         font-size: 13px;
222         padding: 0px;
223         color: #455372;
224         background-color: #e4ecec;
225         PADDING-LEFT: 3px;
226         font-weight: bold;
227 }
228
229 .menu_group_items {
230         background-color: #eff9f9;
231         font-weight: normal;
232         padding: 9px;
233         border: 1px solid #cccccc;
234 }
235
236 #hotkeyshelp {
237         text-align: right;
238         font-weight: bolder;
239 }
240
241 #footer {
242         position: relative;
243         bottom: -3px;
244 }
245
246 .footer {
247         font-family: Verdana, Arial, Helvetica;
248         color: #cccccc;
249         font-weight: normal;
250         font-size: 9px;
251 }
252
253 .tableheader {
254         font-weight: bold;
255         background-color: #788da1;
256         color: white;
257         text-align: center;
258 }
259
260 .tableheader2 {
261         font-weight: bold;
262         background-color: #788da1;
263         color: white;
264         text-align: left;
265 }
266
267 .tableseparator {
268         border-left: 1px #444466 solid;
269 }
270
271 .titletext {
272         font-weight: bold;
273         font-size: 13px;
274         color: #455372;
275         border-bottom: 1px solid #cccccc;
276         padding: 5px;
277 }
278
279 .headingtext {
280         font-weight: bold;
281         font-size: 13px;
282         color: #455372;
283 }
284
285 .headingtext2 {
286         font-size: 13px;
287         color: #455372;
288 }
289
290 .headingtext3 {
291         font-weight: bold;
292         font-size: 10px;
293         color: #455372;
294 }
295
296 .errortext {
297         font-size: 13px;
298         color: #ff0000;
299         font-weight: bold;
300 }
301
302 .inputsubmit {
303         font-size: 11px;
304         border: 1px solid #0066cc;
305         padding: 1px 4px;
306 }
307
308 .ajaxsubmit {
309         font-size: 11px;
310         border: 1px solid #0066cc;
311         padding: 1px 4px;
312 }
313
314 .oddrow {
315         background-color: #ffffff;
316 }
317
318 .evenrow {
319         background-color: #eaedf1;
320 }
321
322 .overduebg {
323         background-color: pink;
324 }
325
326 .overduefg {
327         color: #dd7777;
328 }
329
330 .currentfg {
331         color: #ff6666;
332 }
333
334 .redfg {
335         color: red;
336         font-weight: bold;
337 }
338
339 .settledbg {
340         background-color: #00bb00;
341 }
342
343 .settledfg {
344         color: #00bb00;
345 }
346
347 .inquirybg {
348         background-color: #fdfeef;
349 }
350
351 .currencybg {
352         background-color: #ee8888;
353 }
354
355 .stockmankobg {
356         background-color: pink;
357 }
358
359 .stockmankofg {
360         color: red;
361 }
362
363 .tablestyle {
364         padding: 3px;
365         border: 1px solid #cccccc;
366         border-collapse: collapse;
367 }
368
369 .tablestyle2 {
370         padding: 0 3px;
371         border: 1px solid #ccc;
372         border-collapse: collapse;
373 }
374 .tablestyle_noborder {
375         padding: 3px;
376 }
377
378 .amount {
379         font-family: Verdana, Arial, Helvetica;
380         font-size: 11px;
381         text-align: right;
382 }
383
384 input.amount {
385         padding-right: 0px;
386         border-right: none;
387 }
388
389 .editbutton {
390    color:#0000FF;
391    background-color:transparent;
392    border-style:none;
393    text-decoration:underline;
394    cursor: pointer;
395 }
396
397 .navibutton[disabled], .navibutton[disabled] span {
398   color:#ddd;
399   text-decoration: none;
400   cursor: auto;
401 }
402 button.navibutton {
403         font-family: Verdana, Arial, Helvetica;
404         font-size: 11px;
405         font-weight: bold;
406    color:#fff;
407    padding: 0 3px;
408    background-color:transparent;
409    border-style:none;
410    cursor: pointer;
411 }
412
413 .navibutton span {
414         text-decoration: underline;
415 }       
416
417 .navibar {
418     padding: 0 3px;
419         color: #fff;
420     border: 1px solid #cccccc;
421     border-collapse: collapse;
422     background-color: #788da1;
423 }
424
425
426 .listsubmit {
427     display: none;
428 }
429
430 ul.ajaxtabs{
431         padding: 3px 0 0 0;
432         margin: 3px 3px 0 3px;
433         font: 12px Tahoma,Verdana;
434         font-weight: bold;
435 }
436
437 ul.ajaxtabs li{
438         list-style: none;
439         margin: 0;
440         display: inline;
441 }
442
443 ul.ajaxtabs li input{
444     background-color: #dee7ec;
445 /*      background-repeat: repeat-x;
446         background-position: top; */
447         padding: 3px 8px;
448         margin: 0px;
449         border-top: 1px solid #8cacbb;
450         border-right: 1px solid #8cacbb;
451         border-bottom: none;
452         border-left: none;
453         font-weight: bold;
454 }
455
456 ul.ajaxtabs li input:hover{
457         border-top: 1px solid #8cacbb;
458         color:#FFFFFF;
459 }
460 div.spaceBox{
461         background-color: #8cacbb;
462         height:8px;
463         border-bottom: 1px solid #8cacbb;
464         border-left: 1px solid #8cacbb;
465         border-right:1px solid #8cacbb;
466         margin: 0 3px 0px 3px
467 }
468
469 div.contentBox{
470         border: 1px solid #8cacbb;
471         margin: 0 3px 3px 3px
472 }
473
474 ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{
475         border-left: 1px solid #8cacbb;
476         background-color: #8cacbb;
477         color:#FFFFFF;
478 }
479 #hints {
480         font-size: 13px;
481         padding: 5px;
482         border-bottom: 1px solid #8cacbb;
483         margin: -4px -2px -2px;
484         border: 1px solid #8cacbb;
485         background-color: #FFFFE0;
486         white-space: nowrap;
487 }
488 /*
489         Calendar style
490 */
491 #CCIframe {
492         display: none;
493         left: 0px;
494         position: absolute;
495         top: 0px;
496         height: 250px;
497         width: 270px;
498         z-index: 99;
499 }
500 #CC { 
501         position:absolute;
502         background-color:#FFF;
503         margin:0; padding:0;
504         display:none;
505         z-index: 100;
506 }
507 #CC table { 
508         font-family: arial, verdana, helvetica, sans-serif;
509         font-size: 8pt;
510         border-left: 1px solid #336;
511         border-right: 1px solid #336;
512 }
513 #CC th {
514         font-weight: normal;
515         text-align: center;
516 }
517 #CC th a {
518         font-weight: normal;
519         text-decoration: none;
520         color: #FFF;
521         padding: 1px;
522 }
523 #CC td {
524         text-align: center;
525 }
526 #CC .header {
527         background-color: #60687b;
528 }
529 #CC .weekday {
530         background-color: #eee;
531         color: #000;
532 }
533 #CC .weekend {
534         background-color: #FFC;
535         color: #000;
536 }
537 #CC .weekno {
538         background-color: #e4ecec;
539         color: #555;
540 }
541 #CC .current {
542         border: 1px solid #339;
543         background-color: #60687b;
544         color: #FFF;
545 }
546 #CC .weekday, #CC .weekend, #CC .current {
547         display: block;
548         text-decoration: none;
549         border: 1px solid #FFF;
550         width: 2em;
551 }
552 #CC .weekday:hover, #CC .weekend:hover, #CC .current:hover {
553         color: #FFF;
554         background-color: #60687b;
555         border: 1px solid #999;
556 }
557 #CC .previous {
558         text-align: left;
559 }
560 #CC .next {
561         text-align: right;
562 }
563 #CC .previous, #CC .next {
564         padding: 1px 3px 1px 3px;
565         font-size: 1.4em;
566 }
567 #CC .previous a, #CC .next a {
568         color: #FFF;
569         text-decoration: none;
570         font-weight: bold;
571 }
572 #CC .title {
573         text-align: center;
574         font-weight: bold; 
575         color: #FFF;
576 }
577 #CC .empty {
578         background-color: #ddd;
579         border: 1px solid #FFF;
580 }
581
582 div.err_msg {
583         margin: 10px;
584         padding: 3px;
585         border: 1px solid #cc3300;
586         background-color: #ffcccc;
587         color: #dd2200;
588         text-align: center;
589 }
590
591 div.warn_msg {
592         margin: 10px;
593         padding: 3px;
594         border: 1px solid #ff9900;
595         background-color: #ffff00;
596         color: #ff5500;
597         text-align: center;
598 }
599
600 div.note_msg {
601         margin: 10px;
602         padding: 3px;
603         border: 1px solid #33cc00;
604         background-color: #ccffcc;
605         color: #007700;
606         text-align: center;
607 }
608
609 #title {
610         margin-bottom: 10px;
611         width: 100%;
612 }