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