1body {
2	background: #f2f2f2;
3}
4
5div.dokuwiki .stylehead {
6	background: #5A5568;
7	border-bottom: 1px solid #6A6568;
8}
9
10div.dokuwiki .bar {
11	background: #CDC9D9;
12}
13
14div.dokuwiki .pagename a {
15	color: #edf3fe;
16}
17
18
19div.dokuwiki div.breadcrumbs {
20background-color: #fff;
21color: #666;
22font-size: 10px;
23}
24
25div.dokuwiki input.button,
26div.dokuwiki button.button {
27border-top: 1px solid #DDD;
28border-left: 1px solid #DDD;
29border-right: 1px solid #999;
30border-bottom: 1px solid #999;
31}
32
33div.dokuwiki input.button:hover,
34div.dokuwiki button.button:hover {
35color:#fff;
36}
37
38/* nice alphatransparency background except for IE <7 */
39html>body div.dokuwiki input.button,
40html>body div.dokuwiki button.button {
41}
42
43* html div.dokuwiki input.button,
44* html div.dokuwiki button.button {
45
46}
47
48/**
49 * Tableless Layout for default template
50 *
51 * @author Andreas Gohr <andi@splitbrain.org>
52 * @author moraes <moraes@tipos.com.br>
53
54
555A5568
5646434E
57261C44
58A19BB3
59A6A1B3
60
61
62
63 */
64