body {
	margin: 0px;
	padding: 0px;
}
body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
  font-family: helvetica,arial,sans-serif;
}

#content {
	min-width: 256px;
	padding: 9pt;
	background: white;
  font-size: 10pt;
}
#columns {
	margin-top: 0px;
	margin-bottom: 0pt;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 100%;
}
#rightcolumn {
	border-left: 1px dashed black;
}

/** left column **/

#leftcolumn {
	margin-top: 20px;
	background: #eee;
	padding: 5px;
	width: 150px;
}
#navtree {
	width: 130px;
	font-size: 10pt;
}
#list {
	padding-left: 1.3em;
}
#list ol {
	margin: 0px 0px 0px 8px;
	padding: 0px;
}
#list li {
	text-indent: 0px;
}

#root {
	margin-bottom: 1em;
}

/** edit controls **/

.leftsider {
	width: 100%;
	text-align: center;
	font-size: 10pt;
}

#controls {
	width: 100%;
	text-align: center;
	font-size: 10pt;
}
#controls ol {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 
#controls ol li {
	margin-left: 0;
	list-style: none;
	display: inline;
}
#controls ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 
#controls ul li {
	margin-left: 0;
	list-style: none;
	display: inline;
}
#controls a {
	text-decoration: none;
}

#breadcrumbs {
	font-size: 10pt;
	text-align: right;
}
#breadcrumbs a {
  text-decoration: none;
}

#recent_changes { width: 100%;  }
#recent_changes span.path {
	color: green;
}	
#recent_changes td {
	padding-left: 15px; 
}
#recent_changes tr.daybreak {
	background: #eee;
	color: #333;
}
#recent_changes tr.daybreak td { padding-left:	4px; }

h1,h2,h3,h4 {
  color: #666;
}
h1 {text-align: center}
h2 {
	background: #eee;
	border-bottom: #ccc 2px solid;
	padding-left: 4px;
}
h3 {
	background: #eee;
	padding-left: 4px;
}

.shade {
  background: #FFF6DD;
  border: solid 1px;
  border-color: #AAA688 #DDD6CC #DDD6CC #AAA688;
  padding: 2px;
  font-size: 10pt;
}
.code {
  overflow: auto;
  font-size: 10pt;
}
code {
  font-family: monospace;
}

div#lang {text-align: center; padding-top: 1em;}
div#lang select {font-size: 7pt;}
div#lang input {font-size: 7pt; padding:0; }

div#search {font-size:7pt; text-align: center; padding-top: 0em;}

.rss	{
        font-size: 8pt;
	border: 1px solid black;
	background: #ff6400;
	color: #000000;
	padding-left:1ex;
	padding-right:1ex;
}
.rss a		{ background: #ff6400; color: #000000; text-decoration: none; }
.rss a:hover	{ background: #ff6400; color: #0000ff; text-decoration: none; }

#footer {
	font-size: 10pt;
	text-align: right;
	min-height: 10pt;
}
#breadcrumbs .rss	{
	vertical-align: top;
}
#footer .rss	{
	vertical-align: top;
}
