bf63908277e6f0f1c934fd324a2ca47825375c23
[CBFWR.git] / www / css / normal.css
1 head {
2   color: #333333;
3 }
4 body {
5   color: #333333;
6 }
7 table { border-width: 0px;
8         empty-cells: hide;
9 }
10 table.formsection, table.sortable, table.ui_table, table.loginform {
11   border-collapse: collapse;
12   border: 1px solid #FFFFFF;
13   width: 100%;
14 }
15 img, a img { border:0; }
16 tr.row0 {background-color:#e8e8ea;}
17 tr.row1 {background-color:#f8f8fa;}
18 table.formsection thead, table.sortable thead, table.ui_table thead, table.loginform thead {
19 background-color:#427ad1;
20 border:0px;
21 color:#ffffff;
22 border: 2px solid #b3b6b0;
23 }
24 table.formsection tbody, table.sortable tbody, table.ui_table tbody, table.loginform tbody {
25 background-color:#EFEFEF;
26 }
27 tr.maintitle {
28   color: #ffffff;
29   background-color: #427ad1;
30 }
31 td.maintitle {
32   color: #ffffff;
33   background-color: #427ad1;
34 }
35 tr.maintitle a, tr.maintitle a:visited {
36   color: #ffffff;
37 }
38 td.maintitle a, td.maintitle a:visited {
39   color: #ffffff;
40 }
41 tr.maintitle a:hover {
42   color: #EFEFEF;
43 }
44 td.maintitle a:hover {
45   color: #EFEFEF;
46 }
47 a:link { color: #333399;
48   text-decoration: none;
49 }
50 a:hover, a:visited:hover { color: #6666EE;
51   text-decoration: none;
52 }
53 a:visited { color: #333399;
54   text-decoration: none;
55 }
56 body, p, td, br, center { font-size: 10pt;
57   font-family: sans-serif;
58 }
59 title { color: #333333;
60   font-family: sans-serif;
61 }
62 h1 { color: #333333;
63   font-size: 150%;
64   font-family: sans-serif;
65 }
66 h2 { color: #333333;
67   font-size: 130%;
68   font-family: sans-serif;
69 }
70 h3 { color: #333333;
71   font-size: 125%;
72   font-family: sans-serif;
73 }   
74 h4 { color: #333333;
75   font-size: 120%;
76   font-family: sans-serif;
77
78 th { font-size: small; }
79 pre { font-size: 8pt; }
80 #main { border-style: solid;
81   border:1px solid #FFFFFF;
82   margin:0;
83   padding:0;
84 }
85 tr.mainsel { background-color: #ddffbb; }
86 tr.mainhigh { background-color: #ffffbb; }
87 tr.mainhighsel { background-color: #bbffcc; }
88 .itemhidden { display: none; }
89 .itemshown { display:block; }
90 .barchart { padding: 1px;
91   border: 1px solid #b3b6b0;
92   position:relative;
93 }
94 .ui_post_header{ font-size: 120%;
95  text-align: center;
96  padding: 4px;
97 }
98 hr { border: 0;
99   width: 90%;
100   height: 1px;
101   color: #D9D9D9;
102   background-color: #D9D9D9;
103 }
104 table.wrapper {
105   background-color:#D9D9D9;
106         border:0;
107   padding:0;
108   margin:0;
109   border-collapse:collapse;
110 }
111 div.wrapper {
112   border:1px solid #D9D9D9;
113   background-color:#F5F5F5;
114   padding:0;
115   margin:0;
116 }
117 .shrinkwrapper {
118   background-color:#D9D9D9;
119   border:0;
120   padding:0;
121         margin:0;
122   border-collapse:collapse;
123 }
124 .tabSelected {
125         background-color:#D9D9D9;
126 }
127 .tabUnselected {
128   background-color:#dadaf8;
129 }
130
131 input[type=text] {
132         width: 200px;
133         
134 }
135
136 input.storage {
137         width: 400px;   
138 }