Fix core WST file
[jabaws.git] / statpages / displaytag.css
1 table {
2         border: 1px solid #666;
3         width: 100%;
4         margin: 10px 0 10px 0 !important;
5 }
6
7 th,td {
8         padding: 2px 4px 2px 4px !important;
9         text-align: left;
10         vertical-align: top;
11 }
12
13 thead tr {
14         background-color: #fc0;
15 }
16
17 th.sorted {
18         background-color: orange;
19 }
20
21 th a,th a:visited {
22         color: black;
23 }
24
25 th a:hover {
26         text-decoration: underline;
27         color: black;
28 }
29
30 th.sorted a,th.sortable a {
31         background-position: right;
32         display: block;
33         width: 100%;
34 }
35
36 th.sortable a {
37         background-image: url(img/arrow_off.png);
38 }
39
40 th.order1 a {
41         background-image: url(img/arrow_down.png);
42 }
43
44 th.order2 a {
45         background-image: url(img/arrow_up.png);
46 }
47
48 tr.odd {
49         background-color: #fff
50 }
51
52 tr.tableRowEven,tr.even {
53         background-color: #fea
54 }
55
56 div.exportlinks {
57         background-color: #eee;
58         border: 1px dotted #999;
59         padding: 2px 4px 2px 4px;
60         margin: 2px 0 10px 0;
61         width: 99%;
62 }
63
64 span.export {
65         padding: 0 4px 1px 20px;
66         display: inline;
67         display: inline-block;
68         cursor: pointer;
69 }
70
71 span.excel {
72         background-image: url(img/ico_file_excel.png);
73 }
74
75 span.csv {
76         background-image: url(img/ico_file_csv.png);
77 }
78
79 span.xml {
80         background-image: url(img/ico_file_xml.png);
81 }
82
83 span.pdf {
84         background-image: url(img/ico_file_pdf.png);
85 }
86
87 span.rtf {
88         background-image: url(img/ico_file_rtf.png);
89 }
90
91 span.pagebanner {
92         background-color: #eee;
93         border: 1px dotted #999;
94         padding: 2px 4px 2px 4px;
95         width: 99%;
96         margin-top: 10px;
97         display: block;
98         border-bottom: none;
99 }
100
101 span.pagelinks {
102         background-color: #eee;
103         border: 1px dotted #999;
104         padding: 2px 4px 2px 4px;
105         width: 99%;
106         display: block;
107         border-top: none;
108         margin-bottom: -5px;
109 }
110
111
112 .group-1 {
113     font-weight:bold;
114     padding-bottom:10px;
115     border-top:1px solid black;
116 }
117 .group-2 {
118     font-style:italic;
119     border-top: 1px solid black;
120
121 }
122 .subtotal-sum, .grandtotal-sum {
123     font-weight:bold;
124     text-align:right;
125 }
126 .subtotal-header {
127     padding-bottom: 0px;
128     border-top: 1px solid white;
129 }
130 .subtotal-label, .grandtotal-label {
131     border-top: 1px solid white;
132     font-weight: bold;
133 }
134 .grouped-table tr.even {
135     background-color: #fff;
136 }
137 .grouped-table tr.odd {
138     background-color: #fff;
139 }
140 .grandtotal-row {
141     border-top: 2px solid black;
142 }