﻿/* Copyright (C) Copyright 2009, A B Cryer, All Rights Reserved.
 */
body {
	font-family: Verdana, Arial, Helvetica, Verdana, Lucida, Sans-serif;
	color: #505050;

	padding: 0 0 0 0;
	margin: 0 8px 0 8px;
	margin: 0 8px 0 0;
	font-size: smaller;
	
	padding-top: 21px;
}
h1, h2, h3
{
	font-weight: normal;
   	clear: left;
}
h4, h5, h6 {
	font-weight: bold;
	clear: left;
}
div.Body p:hover,
div.Body h1:hover,
div.Body h2:hover,
div.Body h3:hover,
div.Body h4:hover
div.Body h5:hover
div.Body h6:hover
{
	color: #000000;
}
p 
{
	text-align: justify;
}
.Error
{
    color: Red;
}
div.SideBar 
{
	width: 200px;
	position: absolute;
	position: fixed;
}
div.Header
{
	background-color: white;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: white;
}
div.Footer
{
	border-top: solid 1px #C0C0C0;
	clear: both;
}
div.HeaderBar
{
	position: fixed;
	top: 20px;
	left: 204px;
	background-color: white;
	width: 100%;
	overflow: hidden;
}
div.Body 
{
	padding-left: 204px;
	padding-top: 90px;
}
div.InfoBox
{
    float: right;
    clear: right;
    border: dotted 1px #aeb0b2;
    border: dotted 1px #e0c080;
    padding: 0.5em 0.5em 0.5em 0.5em;
    background: #f8f8f8;
    margin-left: 0.5em;
    max-width: 50%;
}
div.Body h1 {
	padding-top: 0;
	margin-top: 0;
}
div.BreadCrumb
{
	border-bottom: solid 1px #C0C0C0;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 8pt;
}
div.BreadCrumb ul
{
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 4px;
	background-color:#FFFFFF;
}
li {
    padding-bottom: 0.25em;
}
div.BreadCrumb li
{
	display: inline;
	background: url(images/breadcrumb.gif) no-repeat left center;
	padding-left: 10px;
	padding-bottom: 0;
}
div.BreadCrumb li.First
{
	background: none;
	padding-left: 0px;
}
div.Header p
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
div.HeaderBar p
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
div.Footer p
{
	font-size: smaller;
	margin: 0 0.25em 0.5em 0.25em;
}
td.number {
    text-align: right;
    padding-right: 0.25em;
    padding-left: 0.25em;
}
ul.contents {
    margin-left: 0px;
    margin-right: 0px;
    list-style-type: none;
}
ul.contents li {
    display: block;
    float: left;
    padding-right: 2em;
    overflow: visible;
}
ul.contents li.last {
	margin-bottom: 1em;
}
ul.contents li a {
    font-family: monospace;
    white-space: nowrap;
    overflow: visible;
}
/* -- Custom to everything.explained.at --
 */
ul.key li {
    min-width: 3em;
}
ul.full li {
    min-width: 14em;
}
td {
    vertical-align: top;
}
td.h1 {
    background: #904000;
    color: White;
    text-align: center;
    padding: 2px 2px 2px 2px;
    font-size: larger;
}
td.h2 {
    text-align: center;
    font-style: italic;
}
.center {
    text-align: center
}
div.source {
    border: 1px solid #cccccc;
	background: #FFFfF0;
    margin: 1px 0 1px 0;
    padding: 0 1em 0 1em;
}