1@CHARSET "UTF-8";
2
3.bugtable {
4	width: 100%;
5}
6
7.bugtable td {
8	padding: 5px;
9}
10
11.bugtable th {
12	background-color: #DeDeDe;
13}
14
15.bugtable_closed td {
16	text-decoration: line-through;
17	background-color: #07a841;
18}
19
20.bugtable_resolved td {
21	background-color: #73c03c;
22}
23
24.bugtable_verified td {
25	background-color: #07a841;
26}
27
28.bugtable_P1 td {
29	font-weight: bold;
30	background-color: #ea261a;
31}
32
33.bugtable_P2 td {
34	background-color: #ef551f;
35}
36
37.bugtable_P3 td {
38	background-color: #f38222;
39}
40
41.bugtable_P4 td {
42	background-color: #fab61d;
43}
44
45.bugtable_P5 td {
46	background-color: #fab61d;
47}
48
49.bugtable a:link { font-weight:bold; text-decoration:underline;}
50.bugtable a:visited { font-weight:bold; text-decoration:underline; }