body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: #000000;
	background-color: #F8F8F8;
}

p, td, li, input, select, textarea {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.3
}

a {
	color: #993333;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

form, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

/* remove huge margins at top/bottom */
pre {
	margin-top: 1px;
	margin-bottom: 1px;
}

acronym {
	cursor: help;
}

.indent {
	margin-left: 40px;
}

.additions {
	color: #008800;
}

.deletions {
	color: #880000;
}

.error {
	color: #CC3333; font-weight: bold;
}

.header {
	padding: 10px;
	padding-top: 0px;
}

.page {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px inset;
	border-bottom: none; 
}

.footer {
	background-color: #DDDDDD;
	padding: 5px 10px;
	border: 1px inset;
	border-top: none;
	border-top: 1px solid #CCCCCC;
}

.commentsheader {
	background-color: #DDDDDD;
	padding: 2px 10px;
	border-left: 1px inset;
	border-right: 1px inset;
	border-top: 1px solid #CCCCCC;
}

.comment {
	background-color: #EEEEEE;
	padding: 10px;
	border-left: 1px inset;
	border-right: 1px inset;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #EEEEEE;
}

.commentinfo {
	color: #AAAAAA;
}

.commentform {
	background-color: #EEEEEE;
	padding: 10px;
	border-left: 1px inset;
	border-right: 1px inset;
	border-top: 1px solid #CCCCCC;
}

.code {
	background: #EEEEEE;
	border: solid #888888 2px;
	font-family: "Courier New", monospace;
	color: black;
	font-size: 10pt;
	width: 96%;
	max-height: 400px;
	overflow: auto;
	padding: 3px;
	margin: 2px;
	margin-left: 1em;
}

/* links inside code are not visibly distinct */
.code a {
	text-decoration: none;
}

.notes {
	color: #888800;
}

.revisioninfo {
	color: #AAAAAA;
	padding-bottom: 20px;
}

.copyright {
	font-size: 11px;
	color: #AAAAAA;
	text-align: right;
}

.copyright A {
	color: #AAAAAA;
}

/* links to outside of the wiki */
.external {
	background: url(outside.gif) center right no-repeat;
    padding-right: 9px;
}

/* mailto: urls */
.mail {
	background: url(mail.gif) center right no-repeat;
    padding-right: 9px;
}

/* intra-wiki links */
.internal {
}

/* links to source */
.source {
	background: url(lsl.gif) center right no-repeat;
    padding-right: 15px;
}

/* missing pages  */
.missing {
	text-decoration: none;
	border-bottom: dashed #FF7700 1px;
	color: #FF7700;
}

/* table header */
.tab_title {
	background-color: #DDDDDD;
}

/* uneven tab rows */
.tab_row_uneven {
	background-color: #EEEEEE;
}

/* uneven tab rows */
.tab_row_even {
}