/* Basic tags */
body {
	margin: 0px;
	background-color: white;
	font-family: sans-serif;
	color: black;
	background: #666 url(/.include/bg.gif) left top repeat-y;
}

#body {
	margin: 90px 230px 0px 10px;
	padding: 0px;
}

a img {
	border: 0px;
}

/* Anchors */
a {
	color: green;
}

a:visited {
	color: darkred;
}

a:active {
	color: green;
}

/* Basic classes */

.none { /* to add paragraph spacing to various elements for ttys */
	margin: 0px;
	padding: 0px;
}

.invisible { /* stuff that should appear when this css isn't used */
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}

.left {
	margin: 10px;
	padding: 0px;
	float: left;
}

.right {
	margin: 10px;
	padding: 0px;
	float: right;
}

.center {
	text-align: center;
}

/* Common page elements: Header, footer, etc. */

#logo {
	top: 10px;
	left: 10px;
	border: 0px;
	z-index: 10;

	height: 48px;
}

#logo a {
	font-family: arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #eee;
}

#hdr {
	position: relative;
	width: 200px;
	font-size: 1.1em;

	text-align: right;

	background-color: #616149;
	/* border-bottom: 1px solid #484A2D; */
	border: none;
}

#content 
{
	position: absolute;
	top: 0px;
	left: 226px;
	width: 750px;
}

#banner {
	position: absolute;
	z-index: 10;

	top: 0px;
	right: 0px;
	border: 0px;

	width: 300px;
	height: 48px;

	background: url("/img/spacer") no-repeat;
}

#banner a img {
	width: 300px;
	height: 48px;
}

#hdrNav {
	position: absolute;
	top: 54px;
	left: 0px;

	margin-left: 84px;
	text-align: left;
	vertical-align: middle;
	font-size: small;
}

#hdrNav a {
	color: #000000;
}

#hdrTitle {
	height: 48px;
	padding: 10px 10px 0px 0px;
	font-weight: bold;
}

/* Copyright footer */

#copyright {
	text-align: center;
	font-size: small;
	clear: both;

	margin-top: 10px;
	padding: 5px 0px 5px 0px;
	color: #aaaaaa;
	line-height: 2em;
}

#copyright a {
	color: black;
}

#copyright a:visited {
	color: black;
}

#copyright img {
 border: 1px solid #484A2D;
}

/* Generic Classes */

div.code {
	background-color: #e0e0e0;
	color: #000000;
	white-space: pre;
	font-family: monospace;
}

#navigation
{
	width: auto;
	font-size: 0.9em;
	text-align: left;
	padding-bottom: 60px;
}

#navigation ul
{
	font-size: 1.0em;
	margin: 0 0 0 18px;
	padding: 10px 10px 10px 10px;
	background: url(/.include/nav_bg.gif) left top repeat;
	line-height: 1.6em;
	list-style: none;
}

#navigation li
{
	padding: 1px 12px;
}

#navigation a
{
	color: #FFF;
	text-shadow: 2px 2px 1px #484A2D;
	
	padding: 0;
	background-color: transparent;
	border: none;
	text-decoration: none;
}

#navigation a:hover
{
	color: #F6FF97;
	font-weight: bold; 
}

#filelist {
	margin-top:10px;
	width: 100%;
	height: 80px;
	background: url(/.include/filelist.gif) left top no-repeat;
}

#content pre{
	padding-left: 10px;
	padding-top: 5px;
	background: url(/.include/files.gif) left top no-repeat;
}
