body {
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

* {
	margin: 0;
	padding: 0;
}

a {
    text-decoration: none;
    color: #c46e18;
}

a:hover {
    text-decoration: none;
	color: #ffffff;
}

h1 {
    font-size: 20pt;
    font-weight: bold;
	color: #c49f7a;
	clear: both;
}

h2 {
    font-size: 18pt;
    color: #c49f7a;
	clear: both;
}

h3 {
    font-size: 16pt;
    font-weight: bold;
    color: #c49f7a;
	clear: both;
}

h4 {
    font-size: 14pt;
    font-weight: bold;
    color: #c49f7a;
	clear: both;
}

div.textured {
	background-image: url(t7d.gif);
    background-color: #331100;
}

div.bgtitle {
    padding: 10px;
}

div.menubot {
    padding: 10px 10px;
    font-size: 11pt;
    background-image: url(t7f.gif);
    background-repeat: repeat-x;
	background-color: black;
    min-height: 20px;
    display: table-cell;
	border-color: #442609;
	border-width: 2px;
	border-style: solid none solid solid;
	vertical-align: top;
	padding-top: 5px;
	margin: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

div.copyright {
    font-size: 9pt;
    color: #885522;
    border-bottom: 2px solid #442609;
    padding: 4px 0;
    text-align: center;
}

div.content {
	width: 100%;
	overflow: hiddem;
	display: table;
	padding: 0;
}

div.menubot ul, div.menubot ol {
	padding-left: 30px;
}

div.menubot p {
	padding: 4px 0;
}

.contrast
{
  background-color: #ddd;
  color: #221202;
  border: 2px solid #c46e18;
  padding: 2px;
}

.large
{
  font-family: courier, monospace;
  font-size: 18px;
}

hr
{
	border: none;
	padding-top: 2px;
	border-bottom: 2px solid #442609;
}

pre {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10pt;
	color: #c49f7a;
	background-color: #221202;
	border: 1px solid #852;
	border-radius: 8px;
	padding: 5px;
}

/* Breadcrumbs */

div.breadcrumbs ul.nav, div.menubot ul.nav li ul
{
	list-style-type: none;
	display: inline;
	padding: 0;
}

div.breadcrumbs ul.nav li, div.menubot ul.nav li ul li
{
	display: inline;
}

div.breadcrumbs ul nav{
	position: relative;
}

div.breadcrumbs ul.nav li:before
{
	content: "\00BB";
	position: absolute;
	padding-right: 4px;
	margin-top: -1px;
	font-size: 10pt;
}

div.breadcrumbs ul.nav li a
{
	padding: 0 4px 0 10px;
}

div.breadcrumbs
{
	display: block;
	float: left;
	font-size: 10pt;
	font-style: italic;
}

/* Tags */

div.tags
{
	display: block;
	float: right;
}

div.tags ul
{
	list-style-type: none;
}

div.tags ul li
{
	content: "|";
	padding: 0 4px;
	display: inline;
	border: 1px solid #884c11;
	background-color: #442609;
	border-radius: 4px;
	color: #c49f7a;
	font-size: 10pt;
	font-style: italic;
}

/* Content */

div.clear
{
	clear: both;
	display: inline;
}

/* Side menu */

div.sidemenu
{
	width: 120px;
	font-size: 10pt;
	display: table-cell;
	margin-top: 0;
	vertical-align: top;
	padding-top: 10px;
	overflow: hidden;
	white-space: nowrap;
}

div.sidemenu ul {
	list-style-type: none;
	width: 120px;
	padding: 0 0 0 5px;
	margin: 0;
}

div.sidemenu ul li ul {
	padding-left: 6px;
	width: 112px;
}

div.sidemenu ul li ul li ul {
	padding-left: 6px;
	width: 100px;
}

div.sidemenu ul li {
	white-space: nowrap;
}

div.sidemenu a.nav-path-selected:hover {
	overflow: visible;
	width: 200px;
	color: #fff;
	border-left: 2px dotted #fff;
}

div.sidemenu a.nav-path-selected {
	color: #ffcf9f;
	border-left: 2px dotted #ffcf9f;
	margin-left: -4px;
	padding-left: 2px;
	overflow: hidden;
	font-weight: bold;
}

/* Page lists */

div.ccm-block-page-list-date {
	padding-left: 8px;
	color: #c46e18;
}

div.ccm-block-page-list-description {
	padding-left: 8px;
	font-style: italic;
}

div.ccm-block-page-list-title {
	font-size: 11pt;
}

div.ccm-block-page-list-page-entry {
	padding: 0;
	margin: 0;
}

div.ccm-block-page-list-title a {
	color: #ffcf9f;
	font-weight: bold;
}

div.ccm-block-page-list-title a:hover {
	color: #fff;
	font-weight: bold;
}

div.lastmodified {
	font-style: italic;
	color: #884c11;
}