Small fixed needed for client-side validation.
[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 #footer {
237         position: relative;
238         bottom: -3px;
239 }
240
241 .footer {
242         font-family: Verdana, Arial, Helvetica;
243         color: #cccccc;
244         font-weight: normal;
245         font-size: 9px;
246 }
247
248 .tableheader {
249         font-weight: bold;
250         background-color: #788da1;
251         color: white;
252         text-align: center;
253 }
254
255 .tableheader2 {
256         font-weight: bold;
257         background-color: #788da1;
258         color: white;
259         text-align: left;
260 }
261
262 .tableseparator {
263         border-left: 1px #444466 solid;
264 }
265
266 .titletext {
267         font-weight: bold;
268         font-size: 13px;
269         color: #455372;
270         border-bottom: 1px solid #cccccc;
271         padding: 5px;
272 }
273
274 .headingtext {
275         font-weight: bold;
276         font-size: 13px;
277         color: #455372;
278 }
279
280 .headingtext2 {
281         font-size: 13px;
282         color: #455372;
283 }
284
285 .headingtext3 {
286         font-weight: bold;
287         font-size: 10px;
288         color: #455372;
289 }
290
291 .errortext {
292         font-size: 13px;
293         color: #ff0000;
294         font-weight: bold;
295 }
296
297 .inputsubmit {
298         font-size: 11px;
299         border: 1px solid #0066cc;
300         padding: 1px 4px;
301 }
302
303 .ajaxsubmit {
304         font-size: 11px;
305         border: 1px solid #0066cc;
306         padding: 1px 4px;
307 }
308
309 .oddrow {
310         background-color: #ffffff;
311 }
312
313 .evenrow {
314         background-color: #eaedf1;
315 }
316
317 .overduebg {
318         background-color: pink;
319 }
320
321 .overduefg {
322         color: #dd7777;
323 }
324
325 .currentfg {
326         color: #ff6666;
327 }
328
329 .redfg {
330         color: red;
331         font-weight: bold;
332 }
333
334 .settledbg {
335         background-color: #00bb00;
336 }
337
338 .settledfg {
339         color: #00bb00;
340 }
341
342 .inquirybg {
343         background-color: #fdfeef;
344 }
345
346 .currencybg {
347         background-color: #ee8888;
348 }
349
350 .stockmankobg {
351         background-color: pink;
352 }
353
354 .stockmankofg {
355         color: red;
356 }
357
358 .tablestyle {
359         padding: 3px;
360         border: 1px solid #cccccc;
361         border-collapse: collapse;
362 }
363
364 .tablestyle2 {
365         padding: 0 3px;
366         border: 1px solid #ccc;
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:#ddd;
394   text-decoration: none;
395   cursor: auto;
396 }
397 button.navibutton {
398         font-family: Verdana, Arial, Helvetica;
399         font-size: 11px;
400         font-weight: bold;
401    color:#fff;
402    padding: 0 3px;
403    background-color:transparent;
404    border-style:none;
405    cursor: pointer;
406 }
407
408 .navibutton span {
409         text-decoration: underline;
410 }       
411
412 .navibar {
413     padding: 0 3px;
414         color: #fff;
415     border: 1px solid #cccccc;
416     border-collapse: collapse;
417     background-color: #788da1;
418 }
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: #60687b;
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: #e4ecec;
534         color: #555;
535 }
536 #CC .current {
537         border: 1px solid #339;
538         background-color: #60687b;
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: #60687b;
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 }