1@charset "utf-8";
2/* CSS Document */
3
4body {
5	margin: 9px;
6	background-image:url(images/vc/vc.jpg);
7}
8div.header {
9	width: 100%;
10}
11div.upperheader{
12	width: auto;
13	height: 69px;
14	vertical-align: top;
15}
16div.wikipage {
17	width: 156px;
18	float: left;
19	vertical-align: top;
20}
21div.gameheader {
22	margin-left: 156px;
23	vertical-align: top;
24}
25div.lowerheader {
26	width: auto;
27	height: 72px;
28	vertical-align: bottom;
29}
30div.lowerleft {
31	width: 141px;
32	float: left;
33	text-align: left;
34}
35div.lowermiddle {
36	width: auto;
37	margin-left: 150px;
38	margin-right: 141px;
39}
40div.lowerright {
41	width: 141px;
42	float: right;
43}
44div.date-time {
45	width: inherit;
46	text-align: right;
47}
48div.content {
49	width: 100%;
50	margin-top: 3px;
51}
52div.user {
53	width: 100%;
54	text-align: center;
55	margin-top: 3px;
56}
57div.footer {
58	width: 125px;
59}
60div.stats {
61	width: 125px;
62	margin: 6px;
63}
64table {
65	height: inherit;
66	width: inherit;
67	border-spacing: 0px;
68}
69td.left {
70	width: 6px;
71	background-image: url(images/vc/left.gif);
72}
73td.umid {
74	height: 6px;
75	background-image: url(images/vc/um.gif);
76}
77td.bmid {
78	height: 6px;
79	background-image: url(images/vc/lm.gif);
80}
81td.right {
82	width: 6px;
83	background-image: url(images/vc/right.gif);
84}
85td.content {
86	padding: 4px;
87	background-color: #000000;
88}
89td.bt {
90	height: 3px;
91	background-image: url(images/vc/hb-top.png)
92}
93td.bb {
94	height: 3px;
95	background-image: url(images/vc/hb-bottom.png)
96}
97td.bl {
98	width: 3px;
99	background-image: url(images/vc/hb-left.png)
100}
101td.br {
102	width: 3px;
103	background-image: url(images/vc/hb-right.png)
104}
105div.links-left {
106	float: left;
107	width: 94px;
108}
109div.links-right {
110	float: right;
111	width: 94px;
112}
113div.links-middle {
114	text-align: center;
115}
116div.stat-left {
117	width: 188px;
118	float: left;
119	text-align: left;
120}
121div.stat-right {
122	width: 188px;
123	float: right;
124	text-align: right;
125}
126div.stat-middle {
127	text-align: center;
128}
129div.dokuwiki input.button {
130	border: 1px #FFCC33 solid;
131	color: #FFCC33;
132	background-color: #261b42;
133	text-decoration: none;
134	padding: 1px;
135	margin: 3px;
136}
137div.dokuwiki input.button:hover{
138	border: 1px #00FFFF solid;
139	color: #00FFFF;
140	text-decoration: none;
141	padding: 1px;
142	margin: 3px;
143}
144a.nav {
145	border: 1px #FFCC33 solid;
146	color: #FFCC33;
147	background-color: #261b42;
148	text-decoration: none;
149	padding: 1px;
150	margin: 3px;
151}
152a.nav:hover {
153	border: 1px #00FFFF solid;
154	color: #00FFFF;
155	background-color: #261b42;
156	text-decoration: none;
157	padding: 1px;
158	margin: 3px;
159}
160div.dyn_nav {
161	text-align: center;
162	margin: 3px;
163}
164span.dyn_nav {
165	width: 80%;
166	margin: 3px;
167}
168img.upperleft {
169	width: 58px;
170	height: 26px;
171}
172img.banner {
173	width: 449px;
174	height: 60px;
175}
176img.link {
177	width: 41px;
178	height: 57px;
179}
180img.fblogo {
181	width: 188px;
182	height: 75px;
183}
184div.head_text {
185	color: #ffcc33;
186	font-size: 9px;
187}