Fixed many minor bugs, new ones as well as debtor_trans related.
[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 tr {
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 input.big {
46         width: 100px;
47 }
48
49 input.small {
50         width: 50px;
51 }
52
53 a {
54         color: #0000bb;
55         font-size: 11px;
56         text-decoration: none;
57 }
58
59 a:link {
60         color: #00000bb;
61         text-decoration: none;
62 }
63
64 a:active {
65         color: #000000;
66         text-decoration: none;
67 }
68
69 a:hover {
70         color: #2d8628;
71         text-decoration: underline;
72 }
73
74 .login {
75         background-color: #ffffff;
76         border: none;
77 }
78
79 .callout_main {
80         font-family: Verdana, Arial, Helvetica;
81         border: none;
82         width: 99%;
83         margin: 0;
84         padding: 0;
85 }
86
87 .main_page {
88         background-color: #f9f9f9;
89         border: none;
90         width: 100%;
91         margin: 0;
92         padding: 0;
93 }
94
95 .quick_menu {
96         background-color: #518fad;
97         border: 0;
98         margin: 0;
99         padding: 0;
100         /*text-align: right;*/
101 }
102
103 .quick_menu_selected{
104         font-family: Verdana, Arial, Helvetica;
105         font-size: 13px;
106         border: none;
107         white-space: nowrap;
108         margin: 2px;
109         padding: 2px;
110         color: #00cc00;
111         font-weight: bolder;
112 }
113
114 .logoutBar {
115         padding-right: 1em;
116         background: #a7d6ce;
117         color: black;
118         border-bottom: 1px solid #8cacbb;
119         width: 100%;
120 }
121
122 .bottomBar {
123         padding-right: 1em;
124         background: #a7d6ce;
125         color: black;
126         border-bottom: 1px solid #8cacbb;
127         width: 100%;
128 }
129
130 .bottomBarCell {
131         font-size: 10px;
132         line-height: 12px;
133 }
134
135 .bottomBar2 {
136         padding-right: 1em;
137         background: #a7d6ce;
138         color: black;
139         border-top: 1px solid #8cacbb;
140         border-bottom: 1px solid #8cacbb;
141         width: 100%;
142 }
143
144 .logoutBarRight {
145         text-align: right;
146 }
147
148 div.logoutBar {
149         padding-right: 1em;
150         background: #a7d6ce;
151         color: black;
152         border-bottom: 1px solid #8cacbb;
153         text-align: right;
154 }
155 div.logoutBar a {
156         font-weight: normal;
157         margin-left: 1em;
158         color: #436976;
159         background-color: transparent;
160 }
161 div.logoutBar img {
162         vertical-align: top;
163 }
164
165 div.tabs {
166         padding: 3px 0 0 0;
167         background: none transparent scroll repeat 0% 0%;
168         white-space: nowrap;
169         border-collapse: collapse;
170         border-bottom: 1px solid #8cacbb;
171
172 }
173 div.tabs a {
174         border: 1px solid #8cacbb;
175         padding: 3px 10px;
176         font-weight: normal;
177         background: white scroll repeat 0% 0%;
178         color: #436976;
179         margin-right: 0.0em;
180         height: 1.0em;
181 }
182 div.tabs a.selected {
183         border-top: 1px solid #8cacbb;
184         border-right: 1px solid #8cacbb;
185         border-bottom:  1px solid #dee7ec;
186         border-left: 1px solid #8cacbb;
187         font-weight: normal;
188         background: #a7d6ce;
189         color: #436976;
190 }
191 div.tabs a:hover {
192         background: #a7d6ce;
193         color: #436976;
194 }
195
196 .menu_group {
197         font-size: 13px;
198         padding: 0px;
199         color: #000000;
200         background-color: #a7d6ce;
201         padding-left: 3px;
202         font-weight: bold;
203 }
204
205 .menu_group_items {
206         background-color: #f9f9f9;
207         font-weight: normal;
208         padding: 9px;
209         border: 1px solid #8cacbb;
210 }
211
212 #footer {
213         position: relative;
214         bottom: -3px;
215 }
216
217 .footer {
218         font-family: Verdana, Arial, Helvetica;
219         color: #cccccc;
220         font-weight: normal;
221         font-size: 9px;
222 }
223
224 .tableheader {
225         font-weight: bold;
226         background-color: #d5cea7;
227         color: black;
228         text-align: center;
229 }
230
231 .tableheader2 {
232         font-weight: bold;
233         background-color: #d5cea7;
234         color: black;
235         text-align: left;
236 }
237
238 .tableseparator {
239         border-left: 1px solid #444466;
240 }
241
242 .titletext {
243         font-weight: bold;
244         font-size: 13px;
245         border-bottom: 1px solid #8cacbb;
246         padding: 5px;
247 }
248
249 .headingtext {
250         font-weight: bold;
251         font-size: 13px;
252         color: black;
253 }
254
255 .headingtext2 {
256         font-size: 13px;
257         color: black;
258 }
259
260 .headingtext3 {
261         font-weight: bold;
262         font-size: 10px;
263         color: black;
264 }
265
266 .errortext {
267         font-size: 13px;
268         color: #ff0000;
269         font-weight: bold;
270 }
271
272 .inputsubmit {
273         font-size: 8pt;
274         border: 1px solid #0066cc;
275         padding: 1px 4px;
276 }
277
278 .ajaxsubmit {
279         font-size: 11px;
280         border: 1px #0066cc solid;
281         padding: 1px 4px;
282 }
283
284 .oddrow {
285         background-color: #eeeeee;
286 }
287
288 .evenrow {
289         background-color: #dddddd;
290 }
291
292 .overduebg {
293         background-color: #dd7777;
294 }
295
296 .overduefg {
297         color: #dd7777;
298 }
299
300 .currentfg {
301         color: #ff6666;
302 }
303
304 .redfg {
305         color: red;
306         font-weight: bold;
307 }
308
309 .settledbg {
310         background-color: #00bb00;
311 }
312
313 .settledfg {
314         color: #00bb00;
315 }
316
317 .inquirybg {
318         background-color: #fdfeef;
319 }
320
321 .currencybg {
322         background-color: #ee8888;
323 }
324
325 .stockmankobg {
326         background-color: pink;
327 }
328
329 .tablestyle {
330         padding: 3px;
331         border: 1px solid #8cacbb;
332         border-collapse: collapse;
333 }
334
335 .tablestyle2 {
336         padding: 0 3px;
337         border: 1px solid #ccc;
338         border-collapse: collapse;
339 }
340 .tablestyle_noborder {
341         padding: 3px;
342 }
343
344 .amount {
345         font-family: Verdana, Arial, Helvetica;
346         font-size: 11px;
347         text-align: right;
348 }
349
350 input.amount {
351         padding-right: 0px;
352         border-right: none;
353 }
354
355 .editbutton {
356    color:#0000FF;
357    background-color:transparent;
358    border-style:none;
359    text-decoration:underline;
360    cursor: pointer;
361 }