#page {
	padding:0 25px;
}
body #interface {
	width:auto;
}
#content-manual, #content-menu {
	padding:15px;
	background-color:white;
	border:1px solid #CCC;
	border-top-color:black;
	border-left-color:black;
}
#content-menu {
	margin-top:1em;
	margin-bottom:1em;
	padding:15px;
}
#content-menu ol {
	margin-top:0;
	margin-bottom:0;
}
#content-menu ol.typeI {	
	list-style-type:upper-roman;
}
#content-menu ol.typeA {
	list-style-type:upper-alpha;
}
img {
	border-width:0;
	vertical-align:text-bottom;
}
hr {
	margin:.25em 0;
}
textarea {
	font-size:90%;
	font-family:"Courier New", Courier, mono;
}
h1, h2 {
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
h1 {
	font-size:190%;
	margin-bottom:1px;
}
h1 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:black;
}
fieldset, legend {
	margin:0;
	padding:5px;
}
legend {
	color:#404040;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
table td {
	vertical-align:top;
	overflow:hidden;
}
ul.file {
	padding:1em 3em;
	margin-left:0;
	font-weight:bold;
	border:1px outset black;
	background-color:#FFC;
	list-style-image:url(../../images/file.gif);
}
ul.file li {
	padding-left:.25em;
}

/* HELP/MANUAL */
h3 {
	font-size:160%;
	margin-top:35px;
	border-bottom:1px solid #CCC;
}
div.note {
	margin:1em;
	width:80%;
	border:1px solid #A0AAB0;
}
div.note h5 {
	margin:0;
	padding:.25em;
	background-color:#FFD;
	border-bottom:1px solid #CCC;
	font-size:.8em;
}
div.note p {
	margin:.5em;
	padding:0;
}
pre {
	overflow:auto;
	padding:8px;
	font-size:80%;
}
pre.code {
	background-color:#E7F0F5;
	border:1px solid #A7B0B5;
	color:#036;
	font-family:"Courier New", Courier, mono;
}
pre.code .comment-tag {
	font-family:"Courier New", Courier, mono;
	color:#630;
}
pre.code .comment-param {
	font-family:"Courier New", Courier, mono;
	color:#05A;
}
pre.html {
	font-family:"Courier New", Courier, mono;
	background-color:#E7F5F0;
	border:1px solid #A7B5B0;
}
pre .comment-text {
	color:#777;
}
code.template-term {
	color:#051;
	font-size:115%;
}
ul .link {
	font-size:85%;
	color:#999;
}
dl {
	padding:1em;
	background-color:#F6F9F6;
}
dd {
	margin-left:2em;
	padding-left:0;
}
#footer {
	color:#666;
	text-align:center;
	font-size:80%;
}
#footer a {
	color:#666;
	text-decoration:none;
}