* {
	font-size: 1em;
	vertical-align: top;
}

p, img, div, h1, h2, h3, h4, h5, h6, a, td, tr, table, html, body, pre { padding: 0px; margin: 0px; }
ol, ul { margin-top: 0px; }

var, code, pre {
	font-family: 'Courier New', monospace !important; // font-family: 'Bitstream Vera Sans Mono', 'Courier New', monospace !important;
	font-size: 12px !important;
}


a img { border-width: 0px; }

body {
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	min-width: 480px;
}

div.layer h1 { font-size: 140%; margin: 5px 0px 15px 0px;}
div.layer h2 { font-size: 120%; margin: 15px 0px 10px 0px;}
div.layer h3 { font-size: 100%; margin: 15px 0px 10px 0px;}

div.layer h1 {
	color: rgb(143,40,1);
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	margin: 5px 0px 10px 0px;
}

div.header {
	height: 60px;
	background-color: #eee;
}

div.logoImage {
	position: absolute;
	top: 14px;
	left: 20px;
}

h1.logoText {
	font-family: sans-serif;
	font-size: 24px;
	color: #ccc;
	position: absolute;
	top: 13px;
	left: 130px;
}

div.search {
	height: 17px;
	padding-top: 3px;
	padding-left: 20px;
	font-size: 11px;
	background: #ddd url(images/s.gif) no-repeat;
	border: 1px #aaa solid;
	border-left-width: 0px;
	border-right-width: 0px;
	overflow: hidden;
	color: #555;
	white-space: no-wrap;
}

div.logoDesc {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	overflow: hidden;
	position: absolute;
	right: 50px;
	top: 17px;
}

div.mainMenu {
	width: 120px;
	margin-top: 15px;
}

div.mainMenu dl {
	border-top: 1px #555 solid;
}

div.mainMenu dt {
	font-family: Arial;
	border: 1px #555 solid;
	border-left-width: 0px;
	border-top-width: 0px;
	background-color: #ddd;
	color: #000;
}

div.mainMenu a {
	padding: 3px 3px 2px 20px;
	display: block;
	color: #333;
	text-decoration: none;
}

div.mainMenu a:hover {
	background: #ffc;
}

div.mainMenu dt.active a:hover {
	background-image: url(images/a2.png);
	background-repeat: no-repeat;
}

div.mainMenu dt.active {
	color: #555;
	font-weight: 600;
	background: #fff url(images/a2.png) no-repeat;
}

div.layer {
	padding: 10px 30px 20px 15px;
	max-width: 940px;
}

div.copyRight {
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #666;
}

div.copyRight hr {
	width: 200px;
	height: 1px;
	border-width: 0px;
	border-top: 1px black solid;
	margin-bottom: 4px;
}

div.localMenu {
	padding: 10px 20px 0px 15px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	height: 16px;
}

div.localMenu a {
	font-weight: bold;
	text-decoration: none;
	color: #369;
}

div.localMenu div.crumbs {
	float: left;
}

div.localMenu div.print {
	float: right;
}

div.localMenu a:hover {
	text-decoration: underline;
	color: #036;
}

div.counters {
	text-align: center;
	margin-top: 3px;
	padding-bottom: 10px;
}

ul.subNodes li {
	margin-bottom: 10px;
}

ul.subNodes li div {
	padding-left: 20px;
}

div.warning {font-family: Arial, sans-serif; font-size: .95em;}

table.hl td { padding: 3px 6px 3px 6px; }

table.source-code { margin: 4px 0px 10px 0px; }

ul.files li       { margin-bottom: 10px; line-height: 1.5;  }
ul.files li small { color: rgb(165,42,42); }