1@charset "utf-9";
2/* CSS Document */
3
4body {
5	margin: 15px;
6	background-image:url(images/vc/vc.jpg);
7}
8div.header {
9	width: 100%;
10}
11div.upperheader{
12	width: auto;
13	height: 99px;
14	vertical-align: top;
15}
16div.wikipage {
17	width: 225px;
18	float: left;
19	vertical-align: top;
20}
21div.gameheader {
22	margin-left: 225px;
23	vertical-align: top;
24}
25div.lowerheader {
26	width: auto;
27	height: 92px;
28	vertical-align: bottom;
29}
30div.lowerleft {
31	width: 203px;
32	float: left;
33	text-align: left;
34}
35div.lowermiddle {
36	width: auto;
37	margin-left: 217px;
38	margin-right: 203px;
39}
40div.lowerright {
41	width: 203px;
42	float: right;
43}
44div.date-time {
45	width: inherit;
46	text-align: right;
47}
48div.content {
49	width: 100%;
50	margin-top: 5px;
51}
52div.user {
53	width: 100%;
54	text-align: center;
55	margin-top: 5px;
56}
57div.footer {
58	width: 190px;
59}
60div.stats {
61	width: 190px;
62	margin: 9px;
63}
64table {
65	height: inherit;
66	width: inherit;
67	border-spacing: 0px;
68}
69td.left {
70	width: 9px;
71	background-image: url(images/vc/left.gif);
72}
73td.umid {
74	height: 9px;
75	background-image: url(images/vc/um.gif);
76}
77td.bmid {
78	height: 9px;
79	background-image: url(images/vc/lm.gif);
80}
81td.right {
82	width: 9px;
83	background-image: url(images/vc/right.gif);
84}
85td.content {
86	padding: 7px;
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: 110px;
108}
109div.links-right {
110	float: right;
111	width: 110px;
112}
113div.links-middle {
114	text-align: center;
115}
116div.stat-left {
117	width: 281px;
118	float: left;
119	text-align: left;
120}
121div.stat-right {
122	width: 281px;
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: #271b52;
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: #271b52;
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: #271b52;
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: 90%;
166	margin: 5px;
167}
168img.upperleft {
169	width: 84px;
170	height: 39px;
171}
172img.banner {
173	width: 640px;
174	height: 89px;
175}
176img.link {
177	width: 50px;
178	height: 71px;
179}
180img.fblogo {
181	width: 261px;
182	height: 95px;
183}
184div.head_text {
185	color: #ffcc33;
186	font-size: 12px;
187}