body { font-family: "Lucida Sans Unicode", "Lucida Grande"; }
#header { font-family: "Courier New", Courier, monospace; }
h1,h2,h3,h4,h5,h6 { font-family: Garamond, Baskerville, Caslon; }
#multidoc_demo_toc,#toc { font-family: "Century Gothic"; }

h2
{
	background: #eee;
	padding: 0.3em;
}

div#sed_help h2 { background: none; }

h3
{
	border-top: 0.1em solid #eee;
	padding-top: 0.4em;
	margin-right: 4em;
}

h2 + h3 { border: none; }

code
{
	font-family: "Andale Mono", Monaco, monospace;
	background: #eed;
	color: #630;
}

pre
{
	padding: 0.5em 1em;
	background: #eee;
	color: #531;
	border: 1px dashed #ccc;
	font-family: "Andale Mono", Monaco, monospace;
}

pre code { background: #eee; }
pre.soo_plugin_code, code.soo_plugin_code { background: inherit; }

pre.soo_plugin_code
{
	border: none;
	margin: 0;
	padding: 0;
}

pre.compact
{
	line-height: 1.2em;
	font-size: .9em;
}

ul
{
	list-style-type: disc;
	margin: 0 0 0 2em;
	padding: 0;
}

li { margin: 0; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

kbd
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 11px;
	height: 17px;
	background: #eee;
	border: solid #aaa;
	border-width: 1px 0 0 1px;
	padding: -1px 1px;
}

#toc
{
	float: right;
	width: 23em;
	margin: 1em 0 2em 3em;
	background: #ffc;
	padding: 1em;
	-webkit-box-shadow: .2em .4em .4em #aaa;
}

#toc h2
{
	background: #ffc;
	margin: 0;
}

.warning, .required { color: red; }
.default { color: green; }

div#pager
{
	margin: 2em 0;
	font-style: oblique;
}

#txp_front li
{
	list-style-type: square;
	margin: 0;
	padding: 0.5em 0;
}

#txp_front li h3
{
	margin: 0;
	font-size: 1.1em;
}

#txp_front li p { margin: 0 0 0 2em; }

table.txp_article_list th
{
	text-align: right;
	padding-right: 1em;
}

table.txp_article_list td { font-size: smaller; }
table.txp_article_list td p { margin: 0; }

div.comment
{
	width: 30em;
	margin: 1em 0 2em 2em;
	border: 0.5em solid #ddd;
	padding: 1em;
}

div.wordfestive
{
	background: #d0f7ff;
	font-family: Verdana, "Lucida Grande";
	width: 31em;
	border: none;
	padding: 1em;
	-webkit-box-shadow: .2em .4em .4em #aaa;
	-moz-box-shadow: .2em .4em .4em #aaa;
}

div#sed_help { margin-bottom: 2em; }

#soo_multidoc_header
{
	float: right;
	text-align: right;
	color: #999;
	font-size: 0.9em;
	font-family: "Andale Mono", Monaco, monospace;
}

#soo_multidoc_header a { text-decoration: none; }
#soo_multidoc_header span#arrows { font-size: 1.1em; }

ul#soo_multidoc_prev_next
{
	padding: 0;
	margin: 0;
	clear: both;
	font-size: 0.9em;
	font-family: "Andale Mono", Monaco, monospace;
}

#soo_multidoc_prev_next li
{
	display: inline;
	list-style-type: none;
	border-right: 1px solid blue;
	padding: 0 1em;
	margin: 0;
}

#soo_multidoc_prev_next li:first-child { border-left: 1px solid blue; }
#soo_multidoc_prev_next a { text-decoration: none; }
#soo_multidoc_prev_next span { color: #999; }

div#multidoc_demo_toc, div#multidoc_demo_toc_2
{
	margin: 0 2em 2em 0;
	padding: 0.5em 1em 0.5em 0;
	background: #eee;
	border: 3px #ddd solid;
	-webkit-box-shadow: .2em .4em .4em #aaa;
}

div#multidoc_demo_toc span, div#multidoc_demo_toc_2 span
{
	background: #fff;
	font-weight: bold;
}

div#multidoc_demo_toc { float: left; }

#multidoc_demo_toc ul, div#multidoc_demo_toc_2 ul
{
	list-style-type: none;
	margin-left: 1em;
}

#multidoc_demo_widget a
{
	border: 1px solid #cca;
	text-decoration: none;
	padding: 0.2em 0.5em;
	font-family: "Gill sans", sans-serif;
	font-size: 1.1em;
}

#multidoc_demo_widget a:hover
{
	text-decoration: none;
	background: #aac;
	color: #ffa;
}

#multidoc_demo_widget span.this-page
{
	border: 1px solid #cca;
	padding: 0.2em 0.5em;
	font-family: "Gill sans", sans-serif;
	font-size: 1.1em;
	color: #fff;
	background: #cca;
}

#multidoc_demo_widget td { margin: 0; }
div#multidoc_demo_toc_2 { width: 35%; }

div.multidoc_demo samp, div.multidoc_demo_2 samp
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	width: 100%;
	margin: none;
	line-height: 11px;
}

div.multidoc_demo, div.multidoc_demo_2
{
	width: 160px;
	height: 17px;
	background: #eee;
	border: solid #aaa;
	border-width: 1px 0 0 1px;
	padding: -1px 1px;
}

div.multidoc_demo_2 { width: 320px; }

table.multidoc_demo_fields
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

table.multidoc_demo_fields td { padding: 0.5em 2em; }
table.multidoc_demo_fields td:first-child { text-align: center; }

img.multidoc_demo_diagram
{
	float: left;
	margin: 0 2em 2em 0;
}

div.txp_admin_demo
{
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	color: black;
	margin-left: 2em;
}

div.soo_plugin_code
{
	background: #222;
	border: .4em solid #aaa;
	padding: 1em;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #fff;
	margin: 2em 5em 2em 1em;
	-webkit-box-shadow: .5em .5em 1em #666;
	-moz-box-shadow: .3em .3em .6em #666;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}

div.soo_plugin_code span.php_html { color: #33c; }
div.soo_plugin_code span.php_default { color: #79f; }
div.soo_plugin_code span.php_string { color: #e55; }
div.soo_plugin_code span.php_keyword { color: #3a0; }
div.soo_plugin_code span.php_bg { color: #aaa; }
div.soo_plugin_code span.php_comment, code.soo_plugin_code { color: #960; }

table.context-matrix td code { }
table.context-matrix td.enabled { background: #6c3; }
table.context-matrix td.optional { background: #499; }
table.context-matrix td.disabled { background: #eee; }
table.context-matrix td span.global
{
	color: #22e;
	background: #eefa88;
}
table.context-matrix td span.local
{
	color: #831;
	background: #fee;
}
table.context-matrix td span.all
{
	color: #000;
	background: #ddd;
}
