redray
2008-10-25 083900065ba4c7b8c2ae0e5023d626341912adba
commit | author | age
6b55a1 1 html, body{
T 2     height: 100%;
3     margin: 0;
4     padding: 0;
5 }
6
af1daf 7 body{
6b55a1 8     /*margin: 0px auto;*/
af1daf 9     background-color: #ffffff;
P 10     font-family: sans-serif;    
11 }
12
cf71a4 13 .navTopSelected {
T 14     background-color: #FFFFFF;
15     border-top: 1px solid #BFCBD9;
16     border-right: 1px solid #BFCBD9;
17     border-bottom: 1px none #BFCBD9;
18     border-left: 1px solid #BFCBD9;
19     text-align: center;
20
21
22 }
23 .navTop {
24     border-top: 1px none #BFCBD9;
25     border-right: 1px none #BFCBD9;
26     border-bottom: 1px solid #BFCBD9;
27     border-left: 1px none #BFCBD9;
28
29 }
30 .navTopDefault {
acbf53 31     background-color: #DEE4F2;
T 32     /*border: 1px solid #FFFFFF;*/
33     border-top: 1px solid #FFFFFF;
34     border-right: 1px none #FFFFFF;
35     border-bottom: 0px none #BFCBD9;
36     border-left: 1px solid #FFFFFF;
cf71a4 37     text-align: center;
T 38
39
40 }
41 .mainContent {
42     background-color: #FFFFFF;
43     border-top-width: 1px;
44     border-right-width: 1px;
45     border-bottom-width: 1px;
46     border-left-width: 1px;
47     border-left-style: solid;
48     border-top-color: #BFCBD9;
49     border-right-color: #BFCBD9;
50     border-bottom-color: #BFCBD9;
51     border-left-color: #BFCBD9;
52 }
53 .txtNavTopDefault {
54     font-family: Verdana, Arial, Helvetica, sans-serif;
55     font-size: 11px;
56     font-weight: bold;
acbf53 57     color: #496FA8;
cf71a4 58     text-decoration: none;
T 59 }
60 .txtNavTopSelected {
61
62     font-family: Verdana, Arial, Helvetica, sans-serif;
63     font-size: 11px;
64     font-weight: bold;
65     color: #496FA8;
66     text-decoration: none;
67 }
68 .navLeftHead {
69     font-family: Verdana, Arial, Helvetica, sans-serif;
70     font-size: 11px;
71     font-weight: bold;
72     color: #4E70A7;
73     text-decoration: none;
74     border-top-width: 1px;
75     border-right-width: 1px;
76     border-bottom-width: 1px;
77     border-left-width: 1px;
78     border-top-style: none;
79     border-right-style: none;
80     border-bottom-style: solid;
81     border-left-style: none;
82     border-top-color: #999999;
83     border-right-color: #999999;
84     border-bottom-color: #4E70A7;
85     border-left-color: #999999;
86     text-align: left;
87 }
94890d 88 .navLeftHead a {
T 89     text-decoration: none;
90     color: #4E70A7;
91 }
cf71a4 92 .navLeftItem {
T 93     font-family: Verdana, Arial, Helvetica, sans-serif;
94     font-size: 10px;
95     color: #4E70A7;
96     text-decoration: none;
97     line-height: 15px;
98
99 }
100 .txtNavTopHelp {
101     font-family: Verdana, Arial, Helvetica, sans-serif;
102     font-size: 12px;
103     font-weight: bold;
104     color: #FFFFFF;
105     text-decoration: none;
106 }
af1daf 107
P 108 /* Listing table  */
109 table.table{
110     font-family: Verdana, Arial, Helvetica, sans-serif;
111 }
112
113 table.table th{
114     color: #496FA8;
115     font-size: 10pt;
116     text-align: left;
117     background-color: #DEE4F2;
118     border: 1px solid #C0CCDA;
119     padding: 2px 2px 2px 5px;
120 }
121
122 table.table td{
123     font-size: 8pt;
124     padding: 3px;
125 }
126
cf71a4 127 .tblHead {
T 128     font-family: Verdana, Arial, Helvetica, sans-serif;
129     font-size: 12px;
130     font-weight: bold;
131     color: #496FA8;
132     background-color: #DEE4F2;
133     border-top-width: 1px;
134     border-right-width: 1px;
135     border-bottom-width: 1px;
136     border-left-width: 1px;
137     border-top-style: solid;
138     border-right-style: none;
139     border-bottom-style: solid;
140     border-left-style: solid;
141     border-top-color: #C0CCDA;
142     border-right-color: #C0CCDA;
143     border-bottom-color: #C0CCDA;
144     border-left-color: #C0CCDA;
145 }
146 .tblFooter {
147
148     font-family: Verdana, Arial, Helvetica, sans-serif;
149     font-size: 11px;
150     font-weight: normal;
151     color: #666666;
152     border-top-width: 1px;
153     border-right-width: 1px;
154     border-bottom-width: 1px;
155     border-left-width: 1px;
156     border-top-style: solid;
157     border-right-style: none;
158     border-bottom-style: none;
159     border-left-style: none;
160     border-top-color: #C0CCDA;
161     border-right-color: #999999;
162     border-bottom-color: #999999;
163     border-left-color: #999999;
164 }
165 .frmText11 {
166     font-family: Verdana, Arial, Helvetica, sans-serif;
167     font-size: 11px;
168     color: #333333;
169     text-decoration: none;
170
171 }
172 .frmText11:Hover {
173     text-decoration: underline;
174
175 }
176 textarea,input.text,select,option{
177     color:#000000;
178     font-family:CourierNew,Courier,monospace;
179     background-color:#FCFCFC;
180     font-size:14px;
181     font-style:normal;
182     font-variant:normal;
183     font-weight:normal;
184     scrollbar-arrow-color:#FFFFFF;
185     scrollbar-track-color:#BFCBD9;
186     scrollbar-face-color:#BFCBD9;
187     scrollbar-base-color:#BFCBD9;
188     scrollbar-3dlight-color:#BFCBD9;
189     border: 1 solid ##BFCBD9;
190     position: relative;
191 }
192 .frmTextHead {
193     font-family: Verdana, Arial, Helvetica, sans-serif;
194     font-weight: bold;
195     font-size: 18px;
196     color: #496FA8;
197     text-decoration: none;
799e1f 198     display:inline-block;
T 199     margin-bottom:10px;
cf71a4 200 }
T 201
202 .frmTextSubHead {
203     font-family: Verdana, Arial, Helvetica, sans-serif;
204     font-weight: bold;
205     font-size: 12px;
206     color: #496FA8;
207     text-decoration: none;
208
209 }
210 /*
211 .button {
212     border-color : #666699 #666699 #666699 #666699;
213     border-width : 1 1 1 1; color : Black; 
214     background-color : #FFFFFF; 
215     height : 19px; 
216     font-size : 12px; 
217 }
218 */
219
220 .frmTab {
221     border-top: 1px none #999999;
222     border-right: 1px none #999999;
223     border-bottom: 1px solid #C0CCDA;
224     border-left: 1px none #999999;
225     font-family: Verdana, Arial, Helvetica, sans-serif;
226     font-size: 11px;
227     line-height: 16px;
228
229 }
230 .frmTabSelected {
231     background-color: #FFFFFF;
232     border-top: 1px solid #C0CCDA;
233     border-right: 1px solid #C0CCDA;
234     border-bottom: 1px none #999999;
235     border-left: 1px solid #C0CCDA;
236     text-align: center;
237     font-family: Verdana, Arial, Helvetica, sans-serif;
238     font-size: 11px;
239     line-height: 16px;
240
241 }
242 .frmTabDefault {
243     background-color: #DEE4F2;
244     border: 1px solid #C0CCDA;
245     text-align: center;
246     font-family: Verdana, Arial, Helvetica, sans-serif;
247     font-size: 11px;
248     line-height: 16px;
249
250 }
251 .frmHead {
252
253     font-family: Verdana, Arial, Helvetica, sans-serif;
254     font-size: 12px;
255     font-weight: bold;
256     color: #666666;
257     border-top-width: 1px;
258     border-right-width: 1px;
259     border-bottom-width: 1px;
260     border-left-width: 1px;
261     border-top-style: none;
262     border-right-style: none;
263     border-bottom-style: solid;
264     border-left-style: none;
265     border-top-color: #999999;
266     border-right-color: #999999;
267     border-bottom-color: #999999;
268     border-left-color: #999999;
269 }
270 .frmSubHead {
271     font-family: Verdana, Arial, Helvetica, sans-serif;
272     font-size: 11px;
273     color: #666666;
274     border-top-width: 1px;
275     border-right-width: 1px;
276     border-bottom-width: 1px;
277     border-left-width: 1px;
278     border-top-style: none;
279     border-right-style: none;
280     border-bottom-style: solid;
281     border-left-style: none;
282     border-top-color: #999999;
283     border-right-color: #999999;
284     border-bottom-color: #999999;
285     border-left-color: #999999;
286     font-weight: bold;
287
288 }
289 .error {
290     font-family: Verdana, Arial, Helvetica, sans-serif;
291     font-size: 11px;
292     color: #000000;
293     border: 1px solid #CC0000;
294     text-decoration: none;
295
296 }
a6efc7 297 .msg {
T 298     font-family: Verdana, Arial, Helvetica, sans-serif;
299     font-size: 11px;
300     color: #000000;
301     border: 1px solid #00CC00;
302     text-decoration: none;
303
304 }
cf71a4 305 INPUT {
T 306     border: 1px solid #BFCBD9;
307     /*
308     height: 26px;
309     font-size:20px;
310     */
311 }
312 TEXTAREA {
313     border: 1px solid #BFCBD9;
314 }
315
316 .button {
317     border: 0;
318     background: #fff url("../../themes/default/images/button_bg.gif") no-repeat;
319     height: 26px;
320     font-size:14px;
321     /* used to catch the buttonEnding */
322     position: relative;
41f361 323     margin-right:0px
cf71a4 324 }
T 325
326 .buttonEnding {
327     position: absolute;
328     display: inline;
329     width: 2px;
330     height: 26px;
331     background: url("../../themes/default/images/button_end.gif") no-repeat;
332 }
333
7ae9f9 334 h2 {
T 335     font-family: Verdana, Arial, Helvetica, sans-serif;
336     font-size: 16px;
337     font-weight:bold;
338 }
339
cf71a4 340