1div.dokuwiki form.wysiwyg_initially_hidden
2{
3	display: none;
4}
5.wysiwyg_hidden
6{
7	display: none !important;
8}
9.wysiwyg_shown
10{
11	display: block;
12}
13div.dokuwiki a.wysiwyg_button
14{
15	background-color:#FFFFFF;
16	border:1px none #CCCCCC;
17	color:#CCCCCC;
18	font-size:11px;
19	font-weight:bold;
20	text-decoration:none;
21	cursor:pointer;
22	margin:0px;
23	padding:0px;
24	text-decoration:none;
25	vertical-align:middle;
26	text-decoration:none;
27}
28
29div.dokuwiki a.wysiwyg_button:hover
30{
31	text-decoration:none;
32}
33
34div.wysiwyg_highlighted {
35	border-style:solid;
36	border-color:Gray !important;
37	border-width:1px;
38	position:relative;
39	top:-1px;
40	left:-1px;
41}
42
43div#wysiwyg_adobe_style_toolbar
44{
45	position:fixed;
46	top:0;
47	z-index:20000;
48	width:100%;
49	left:0;
50}
51
52/*
53    The following are some sample styles used in the "Styles" toolbar command.
54    You should instead remove them, and include the styles used by the site
55    you are using the editor in.
56*/
57
58.Bold
59{
60	font-weight: bold;
61}
62
63.Title
64{
65	font-weight: bold;
66	font-size: 18px;
67	color: #cc3300;
68}
69
70.Code
71{
72	border: #8b4513 1px solid;
73	padding-right: 5px;
74	padding-left: 5px;
75	color: #000066;
76	font-family: 'Courier New' , Monospace;
77	background-color: #ff9933;
78}