1/*
2 * Copyright (c)  2005,2006,2007  Josh Coalson
3 * Permission is granted to copy, distribute and/or modify this document
4 * under the terms of the GNU Free Documentation License, Version 1.1
5 * or any later version published by the Free Software Foundation;
6 * with no invariant sections.
7 * A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html
8 */
9
10body
11{
12	background-color: #99CC99;
13	color: black;
14	margin: 0px;
15	padding: 0px;
16}
17
18div
19{
20	background-color: #99CC99;
21	margin: 0px;
22	padding: 0px;
23}
24
25div.logo
26{
27	background-color: black;
28	padding: 1px;
29	text-align: center;
30}
31
32div.navbar
33{
34	border-width: 2px 0px 2px 0px;
35	border-style: solid;
36	border-color: black;
37	background-color: #D3D4C5;
38	padding: 3px;
39	text-align: center;
40}
41
42div.langbar
43{
44	border-width: 0px 0px 2px 0px;
45	border-style: solid;
46	border-color: black;
47	background-color: #EEEED4;
48	padding: 3px;
49	text-align: center;
50}
51
52div.above_nav
53{
54	height: 25px;
55}
56
57div.below_nav
58{
59	height: 25px;
60}
61
62div.body_with_sidebar
63{
64/*	text-align: left; */
65}
66
67div.box
68{
69	text-align: left;
70	margin: 0px 8px 0px 8px;
71	background-color: #EEEED4;
72}
73
74div.box_title
75{
76	border-width: 1px 0px 0px 0px;
77	border-style: solid;
78	border-color: black;
79	background-color: #D3D4C5;
80	padding: 3px;
81	font-family: lucida, verdana, helvetica, arial, sans-serif;
82	font-weight: bold;
83	font-size: 150%;
84}
85
86div.box_header
87{
88	border-width: 1px 0px 0px 0px;
89	border-style: solid;
90	border-color: black;
91	background-color: #EEEED4;
92	padding: 3px;
93}
94
95div.box_footer
96{
97	border-width: 0px 0px 1px 0px;
98	border-style: solid;
99	border-color: black;
100	background-color: #EEEED4;
101	padding: 3px;
102}
103
104div.box_body
105{
106	background-color: #EEEED4;
107	padding: 0px 3px 0px 3px;
108	font-family: lucida, verdana, helvetica, arial, sans-serif;
109	font-weight: normal;
110	font-size: 100%;
111}
112
113div.smallbox
114{
115	text-align: left;
116	margin: 0px 8px 0px 0px;
117	background-color: #EEEED4;
118}
119
120div.smallbox_title
121{
122	text-align: center;
123	border-width: 1px 0px 0px 0px;
124	border-style: solid;
125	border-color: black;
126	background-color: #D3D4C5;
127	padding: 3px;
128	font-family: lucida, verdana, helvetica, arial, sans-serif;
129	font-weight: bold;
130	font-size: 100%;
131}
132
133div.smallbox_header
134{
135	border-width: 1px 0px 0px 0px;
136	border-style: solid;
137	border-color: black;
138	background-color: #EEEED4;
139	padding: 3px;
140}
141
142div.smallbox_footer
143{
144	border-width: 0px 0px 1px 0px;
145	border-style: solid;
146	border-color: black;
147	background-color: #EEEED4;
148	padding: 3px;
149}
150
151div.smallbox_body
152{
153	background-color: #EEEED4;
154	padding: 0px 3px 0px 3px;
155	font-family: lucida, verdana, helvetica, arial, sans-serif;
156	font-weight: normal;
157	font-size: 80%;
158}
159
160div.copyright
161{
162	text-align: left;
163	margin: 10px;
164}
165
166span.commandname
167{
168	font-family: monospace;
169	font-weight: bold;
170}
171
172span.command
173{
174	font-family: monospace;
175	font-weight: bold;
176}
177
178span.argument
179{
180	font-family: monospace;
181}
182
183span.code
184{
185	font-family: monospace;
186}
187
188a:link    {color:#336699; background-color:transparent}
189a:visited {color:#336699; background-color:transparent}
190a:active  {color:#336699; background-color:transparent}
191a:hover   {color:#336699; background-color:transparent}
192