body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:white;
	font-size:.8em;
	padding:0;
	margin:0;
}
#message-download {
	margin:0;
	padding:4px 16px;
	border-bottom:1px solid black;
	background-color:#FFC;
	text-align:center;
	font-size:90%;
	font-style:italic;
	color:#666;
}
#message-download a {
	color:#58B;
	font-weight:bold;
}
a.viewlink {
	color:#58B;
}
#interface {
	width:636px;
	margin:20px auto;
	padding:3px;
	border:1px solid black;
	border-right-width:2px;
	border-bottom-width:2px;
	background-color:#D4D0C8;
}
img {
	border-width:0;
}
hr {
	margin:.25em 0;
}
textarea {
	font-size:90%;
	font-family:"Courier New", Courier, mono;
}
textarea.write {
	width:400px;
	height:135px;
}
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;
}
h1 span.title-comment {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#AAA;
}
h1 span.title-zen {
	color:#26A;
	font-weight:normal;
}
h1 span.title-doc {
	color:black;
	font-weight:bold;
}
h1.titlebar {
	margin:0;
	padding:2px;
	background-color:#58B;
	font-size:90%;
	color:white;
	font-weight:bold;
}
h1.titlebar a {
	color:white;
	text-decoration:none;
}
h2 {
	font-size:100%;
	margin-top:1px;
	color:black;
}
fieldset, legend {
	margin:0;
	padding:5px;
}
legend {
	color:#404040;
}
img {
	vertical-align:text-bottom;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
table td {
	vertical-align:top;
	overflow:hidden;
}
/* OPTIONS */
div.options {
	width:600px;
}
div.options .left {
	text-align:right;
}
div.options .right {
	padding-left:3px;
}
div.checklist label {
	display:block;
	padding:0;
	margin-left: 22px;
	text-indent: -22px;
}

/* LOCAL FILE LISTING */
div.directory-path {
	padding:.5em;
}
input#directory {
	width:200px;
}
div.files-pane {
	border:1px solid black;
	width:598px;
}
div.file-listing {
	height:300px;
	background-color:#FFF;
	overflow:auto;
}
td.file-heading, td.file-cell {
	margin:0;
	padding:0;
}
td.file-heading {
	background-color: #D4D0C8;
	border:1px solid #404040;
	border-top-color: #D4D0C8;
	border-left-color: #D4D0C8;
}
td.file-heading .interior {
	background-color:#EFEFEA;
	color:#333;
	margin:0;
	padding:1px;
	font-size:90%;
}
td.file-cell {
	border:1px solid #CCC;
	border-bottom-color: #F0F0F0;
	border-right-color: #F0F0F0;
	vertical-align:middle;
	height:2em;
}
td.file-cell .interior {
	padding:0 3px;
	overflow:hidden;
}
td.file-check {
	text-align:center;
	padding:0;
	margin:0;
	width:23px;
}
td.file-dir, td.file-name {
	text-align:left;
	width:323px;
}
td.file-dir {
	font-weight:bold;
}
td.file-size {
	text-align:right;
	width:73px;
}
td.file-modified {
	text-align:left;
	width:148px;
}
div.file-listing td.file-size, div.file-listing td.file-modified {
	font-size:85%;
}
td.file-check .interior {
	padding:0;
	margin:0;
}
td.file-heading .interior {
	padding:2px;
}
tr.file-row {
	background-color:white;
}
tr.file-row a {
	color:#58B;
}
tr.dir-row {
	background-color:#FFFCF1;
}
tr.dir-row td, tr.file-row td {
	overflow:hidden;
}
span.file-doc-ref {
	font-size:80%;
}
span.file-doc-ref, span.file-doc-ref a {
	color:#CCC;
}
div.form-options {
	border:1px outset #D4D0C8;
	padding:10px;
}
div.form-submit {
	text-align:right;
	padding:5px;
}
/* TABS */
table.tabs {
	margin:5px;
}
tr.tab-row td {
	padding:4px;
	border: 1px solid white;
	border-right-color:#404040;
	text-align:center;
	width:115px;
}
tr.tab-row td a {
	color:#404040;
	text-decoration:none;
}
tr.tab-row td a:hover {
	color:#26A;
}
tr.tab-row td.selected {
	border-bottom-width:0;
	font-weight:bold;
}
tr.tab-row td.selected a {
	color:black;
}
tr.tab-row td#tab-help {
	width:auto;
	border:none;
	border-bottom:1px solid white;
	text-align:right;
}
/* CONTENT */
tr.content-row td.content {
	border: 1px solid white;
	border-color:white #404040 #404040 white;
	border-top-width:0;
	padding:5px;
}
tr.content-row td.content div.visible {
	display:block;
}
tr.content-row td.content div.hidden {
	display:none;
}
/* DOCUMENTATION */
#results {
	font-family:"Courier New", Courier, mono;
	color:#333;
	background-color:#222;
	border:1px inset black;
	margin-top:5px;
	padding:5px;
	width:590px;
	height:125px;
	overflow:auto;
}
#results h3 {
	font-family:"Courier New", Courier, mono;
	margin:0;
	padding:0;
	font-size:1em;
}
#results h3 a {
	color:#192;
	text-decoration:none;
}
#results .success, #results .success a {
	color:#2E4;
	text-decoration:none;
}
#results .warning, #results .warning a {
	color:#BC0;
	text-decoration:none;
}
#results .error, #results .error a {
	color:#F46;
	font-style:italic;
}
#results a:hover {
	text-decoration:underline;
}
/* OPTIONS */
input.input-numeric {
	width:5ex;
}
.option-comment {
	font-size:90%;
	color:#666;
}
/* EXTERNAL */
table.external-input {
	width:600px;
}
/* ERROR */
#content-error {
	padding:10px;
}
#content-error h3 {
	font-style:italic;
}
#content-error .message-wrapper {
	padding: 1em;
	background-color: #FFFFCC;
	border: 1px solid white;
	border-top-color: #000;
	border-left-color: #000;
	color:red;
}
/* FORMS */
input[type=submit], input[type=reset] {
	border:2px outset black;
	border-top-color:white;
	border-left-color:white;
	background:#EFEFEA;
	color:black;
}
input[disabled] {
	border:1px solid #EFEFEF;
	background:transparent;
}
#content-local input[type=text], #content-options input[type=text] {
	border:1px outset white;
}