body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.page {
	background-color: #66CC66;
	border: 2px solid gray;
	margin: 10px;
}

.header {
	clear: both;
	background-color: #FFCC66;
	height: 50px;
	font-size: 36px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
}

.sitename {
	position: relative;
	top: 3px;
	left: 5px;
	width: 200px;
}

.search {
	float: right;
	position: relative;
	right: 5px;
}

.content {
	clear: both;
}

.crumbs {
	clear: both;
	color: #003300;
	font-size: small;
	text-decoration: none;
	background-color: #EEFFEE;
	font-weight: bold;
	padding: 3px;
	border-bottom-color: #99FFCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

a.crumbs:link {
	color: #009933;
}

a.crumbs:visited {
	color: #666666;
}

a.crumbs:hover {
	color: #FF0000;
}

a.crumbs:active {
	color: #00CC66;
}

a.footer {
	text-decoration: none;
}

.main {
	background-color: #FFFFFF;
	float: left;
	width: 80%;
	overflow: auto;
}

.LibName {
	font-weight: bold;
}

.svnlink {
	text-decoration: none;
}

.svnlink:link {
	color: #0000FF;
}

.svnlink:visited {
	color: #0000FF;
}

.svnlink:hover {
	color: #CC0000;
}

.svnlink:active {
	color: #00CC00;
}

.sidebar {
	float: right;
	width: 20%;
}

.navblock {
	background-color: #DDEEFF;
	margin: 5px;
	padding: 2px;
	border: solid 1px black;
}
.navads {
	clear: both;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 125px;
	margin-top: 25px;
}

.navlink {
	text-decoration: none;
}

a.navlink:link {
	color: #000000;
}

a.navlink:visited {
	color: #000000;	
}

a.navlink:hover {
	color: #FF0033;
}

a.navlink:active {
	color: #00CC66;
}

.footer {
	background-color: #FFCC66;
	clear: both;
	width: 100%;
	text-align: center;
	color: #666666;
	font-size: small;
}

.padded5 {
	padding: 5px;
}
.code {
	background-color: #EEE;
	font-family: "Lucida Console", Monaco, monospace;
	white-space: pre;
	padding: 5px;
	font-size: 12px;
}
