1.konsole {
2    width: 600px;
3    height:300px;
4    position: relative;
5    margin-left: 0px;
6}
7
8
9.konsoleroot, .konsoleuser {
10    font-family:"Lucida Console",Monospace,"DejaVu Sans Mono","Courier New",MiscFixed;
11    font-size: 12px;
12    white-space:pre;
13    color: #fff;
14    overflow: auto;
15    position: absolute;
16    text-wrap: avoid;
17    top: 24px;
18    left:3px;
19    height: 261px;
20    width: 584px;
21    padding: 5px;
22
23
24}
25
26
27.konsoleuser {
28  background-color: #000;
29  box-sizing: content-box;
30
31}
32
33.konsoleroot {
34  background-color: #800000;
35  box-sizing: content-box;
36}
37
38.konsole_top_left{
39    height: 24px;
40    width: 25px;
41    background: #CCCCCC url(images/top_left.png) no-repeat;
42    position: absolute;
43    top : 0px;
44    left:0px;
45}
46
47.konsole_top {
48    height: 24px;
49    background: #ccc url(images/top_bg.png) repeat-x;
50    position: absolute;
51    top : 0px;
52    left: 25px;
53    width : 544px;
54    padding-top: 7px;
55    padding-right: 25px;
56    text-align: center;
57    font-weight: bold;
58	box-sizing: content-box;
59}
60
61.konsole_top_right {
62    height:24px;
63    width: 6px;
64    background: #ccc url(images/top_right.png) no-repeat;
65    position: absolute;
66    top: 0px;
67    right: 0px;
68}
69
70.konsole_left {
71    width: 3px;
72    background: #ccc url(images/left_bg.png) repeat-y;
73    position: absolute;
74    top: 24px;
75    left: 0px;
76    height: 271px;
77}
78
79.konsole_right {
80    width: 3px;
81    background: #ccc url(images/right_bg.png) repeat-y;
82    position: absolute;
83    height:271px;
84    top: 24px;
85    right:0px;
86}
87
88.konsole_bottom_left {
89    width: 5px;
90    height: 5px;
91    background: #ccc url(images/bottom_left.png) no-repeat;
92    position: absolute;
93    bottom: 0px;
94    left:0px;
95}
96
97.konsole_bottom {
98    height: 5px;
99    background: #ccc url(images/bottom_bg.png) repeat-x;
100    position: absolute;
101    bottom:0px;
102    left:5px;
103    width: 590px;
104}
105
106.konsole_bottom_right {
107    height: 5px;
108    width: 5px;
109    background: #ccc url(images/bottom_right.png) no-repeat;
110    position: absolute;
111    right:0px;
112    bottom: 0px;
113}
114
115.konsoleuser b {
116    color: #2dadee;
117	box-sizing: content-box;
118}
119
120.konsoleroot b {
121    color: #2dadee;
122	box-sizing: content-box;
123}
124
125div.picker.konsole_toolbar {
126	width: auto;
127}
128
129