702a19b78e0d5a23a2ec174118451726375ad9ba
[fa-stable.git] / themes / aqua / default.css
1 /*--------------------------------------------------\
2 | aqua         |               | 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: #518fad;
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: #f9f9f9;
109         border: none;
110         width: 100%;
111         margin: 0;
112         padding: 0;
113 }
114
115 .quick_menu {
116         background-color: #518fad;
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: #a7d6ce;
137         color: black;
138         border-bottom: 1px solid #8cacbb;
139         width: 100%;
140 }
141
142 .bottomBar {
143         padding-right: 1em;
144         background: #a7d6ce;
145         color: black;
146         border-bottom: 1px solid #8cacbb;
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: #a7d6ce;
158         color: black;
159         border-top: 1px solid #8cacbb;
160         border-bottom: 1px solid #8cacbb;
161         width: 100%;
162 }
163
164 .logoutBarRight {
165         text-align: right;
166 }
167
168 div.logoutBar {
169         padding-right: 1em;
170         background: #a7d6ce;
171         color: black;
172         border-bottom: 1px solid #8cacbb;
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 #8cacbb;
191
192 }
193 div.tabs a {
194         border: 1px solid #8cacbb;
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 #8cacbb;
204         border-right: 1px solid #8cacbb;
205         border-bottom:  1px solid #a7d6ce;
206         border-left: 1px solid #8cacbb;
207         font-weight: normal;
208         background: #a7d6ce;
209         color: #436976;
210 }
211 div.tabs a:hover {
212         background: #a7d6ce;
213         color: #436976;
214 }
215
216 .menu_group {
217         font-size: 13px;
218         padding: 0px;
219         color: #000000;
220         background-color: #a7d6ce;
221         padding-left: 3px;
222         font-weight: bold;
223 }
224
225 .menu_group_items {
226         background-color: #f9f9f9;
227         font-weight: normal;
228         padding: 9px;
229         border: 1px solid #8cacbb;
230 }
231
232 #footer {
233         position: relative;
234         bottom: -3px;
235 }
236
237 .footer {
238         font-family: Verdana, Arial, Helvetica;
239         color: #cccccc;
240         font-weight: normal;
241         font-size: 9px;
242 }
243
244 .tableheader {
245         font-weight: bold;
246         background-color: #d5cea7;
247         color: black;
248         text-align: center;
249 }
250
251 .tableheader2 {
252         font-weight: bold;
253         background-color: #d5cea7;
254         color: black;
255         text-align: left;
256 }
257
258 .tableseparator {
259         border-left: 1px solid #444466;
260 }
261
262 .titletext {
263         font-weight: bold;
264         font-size: 13px;
265         border-bottom: 1px solid #8cacbb;
266         padding: 5px;
267 }
268
269 .headingtext {
270         font-weight: bold;
271         font-size: 13px;
272         color: black;
273 }
274
275 .headingtext2 {
276         font-size: 13px;
277         color: black;
278 }
279
280 .headingtext3 {
281         font-weight: bold;
282         font-size: 10px;
283         color: black;
284 }
285
286 .errortext {
287         font-size: 13px;
288         color: #ff0000;
289         font-weight: bold;
290 }
291
292 .inputsubmit {
293         font-size: 8pt;
294         border: 1px solid #0066cc;
295         padding: 1px 4px;
296 }
297
298 .ajaxsubmit {
299         font-size: 11px;
300         border: 1px #0066cc solid;
301         padding: 1px 4px;
302 }
303
304 .oddrow {
305         background-color: #eeeeee;
306 }
307
308 .evenrow {
309         background-color: #dddddd;
310 }
311
312 .overduebg {
313         background-color: #dd7777;
314 }
315
316 .overduefg {
317         color: #dd7777;
318 }
319
320 .currentfg {
321         color: #ff6666;
322 }
323
324 .redfg {
325         color: red;
326         font-weight: bold;
327 }
328
329 .settledbg {
330         background-color: #00bb00;
331 }
332
333 .settledfg {
334         color: #00bb00;
335 }
336
337 .inquirybg {
338         background-color: #fdfeef;
339 }
340
341 .currencybg {
342         background-color: #ee8888;
343 }
344
345 .stockmankobg {
346         background-color: pink;
347 }
348
349 .stockmankofg {
350         color: red;
351 }
352
353 .tablestyle {
354         padding: 3px;
355         border: 1px solid #8cacbb;
356         border-collapse: collapse;
357 }
358
359 .tablestyle2 {
360         padding: 0 3px;
361         border: 1px solid #ccc;
362         border-collapse: collapse;
363 }
364 .tablestyle_noborder {
365         padding: 3px;
366 }
367
368 .amount {
369         font-family: Verdana, Arial, Helvetica;
370         font-size: 11px;
371         text-align: right;
372 }
373
374 input.amount {
375         padding-right: 0px;
376         border-right: none;
377 }
378
379 .editbutton {
380    color:#0000FF;
381    background-color:transparent;
382    border-style:none;
383    text-decoration:underline;
384    cursor: pointer;
385 }
386
387 .navibutton[disabled], .navibutton[disabled] span {
388   color:#808080;
389   cursor: inherit;
390 }
391
392 button.navibutton {
393         font-family: Verdana, Arial, Helvetica;
394         font-size: 11px;
395         font-weight: bold;
396    color:#000;
397    padding: 0 3px;
398    background-color:transparent;
399    border-style:none;
400    cursor: pointer;
401 }
402
403 .navibutton span {
404         text-decoration: underline;
405 }       
406
407 .navibar {
408     padding: 0 3px;
409         color: #000;
410         border: 1px solid #8cacbb;
411     border-collapse: collapse;
412     background-color: #d5cea7;
413 }
414
415 .listsubmit {
416     display: none;
417 }
418
419 ul.ajaxtabs{
420         padding: 3px 0 0 0;
421         margin: 3px 3px 0 3px;
422         font: 12px Tahoma,Verdana;
423         font-weight: bold;
424 }
425
426 ul.ajaxtabs li{
427         list-style: none;
428         margin: 0;
429         display: inline;
430 }
431
432 ul.ajaxtabs li input{
433     background-color: #dee7ec;
434 /*      background-repeat: repeat-x;
435         background-position: top; */
436         padding: 3px 8px;
437         margin: 0px;
438         border-top: 1px solid #8cacbb;
439         border-right: 1px solid #8cacbb;
440         border-bottom: none;
441         border-left: none;
442         font-weight: bold;
443 }
444
445 ul.ajaxtabs li input:hover{
446         border-top: 1px solid #8cacbb;
447         color:#FFFFFF;
448 }
449 div.spaceBox{
450         background-color: #8cacbb;
451         height:8px;
452         border-bottom: 1px solid #8cacbb;
453         border-left: 1px solid #8cacbb;
454         border-right:1px solid #8cacbb;
455         margin: 0 3px 0px 3px
456 }
457
458 div.contentBox{
459         border: 1px solid #8cacbb;
460         margin: 0 3px 3px 3px
461 }
462
463 ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{
464         border-left: 1px solid #8cacbb;
465         background-color: #8cacbb;
466         color:#FFFFFF;
467 }
468 #hints {
469         font-size: 13px;
470         padding: 5px;
471         border-bottom: 1px solid #8cacbb;
472         margin: -4px -2px -2px;
473         border: 1px solid #8cacbb;
474         background-color: #FFFFE0;
475         white-space: nowrap;
476 }
477 /*
478         Calendar style
479 */
480 #CCIframe {
481         display: none;
482         left: 0px;
483         position: absolute;
484         top: 0px;
485         height: 250px;
486         width: 270px;
487         z-index: 99;
488 }
489 #CC { 
490         position:absolute;
491         background-color:#FFF;
492         margin:0; padding:0;
493         display:none;
494         z-index: 100;
495 }
496 #CC table { 
497         font-family: arial, verdana, helvetica, sans-serif;
498         font-size: 8pt;
499         border-left: 1px solid #336;
500         border-right: 1px solid #336;
501 }
502 #CC th {
503         font-weight: normal;
504         text-align: center;
505 }
506 #CC th a {
507         font-weight: normal;
508         text-decoration: none;
509         color: #FFF;
510         padding: 1px;
511 }
512 #CC td {
513         text-align: center;
514 }
515 #CC .header {
516         background-color: #518fad;
517 }
518 #CC .weekday {
519         background-color: #eee;
520         color: #000;
521 }
522 #CC .weekend {
523         background-color: #FFC;
524         color: #000;
525 }
526 #CC .weekno {
527         background-color: #d5cea7;
528         color: #555;
529 }
530 #CC .current {
531         border: 1px solid #339;
532         background-color: #518fad;
533         color: #FFF;
534 }
535 #CC .weekday, #CC .weekend, #CC .current {
536         display: block;
537         text-decoration: none;
538         border: 1px solid #FFF;
539         width: 2em;
540 }
541 #CC .weekday:hover, #CC .weekend:hover, #CC .current:hover {
542         color: #FFF;
543         background-color: #518fad;
544         border: 1px solid #999;
545 }
546 #CC .previous {
547         text-align: left;
548 }
549 #CC .next {
550         text-align: right;
551 }
552 #CC .previous, #CC .next {
553         padding: 1px 3px 1px 3px;
554         font-size: 1.4em;
555 }
556 #CC .previous a, #CC .next a {
557         color: #FFF;
558         text-decoration: none;
559         font-weight: bold;
560 }
561 #CC .title {
562         text-align: center;
563         font-weight: bold; 
564         color: #FFF;
565 }
566 #CC .empty {
567         background-color: #ddd;
568         border: 1px solid #FFF;
569 }