﻿/* TAG STYLES */
body {
	background:#CACACA url("Content.jpg") top left repeat fixed;
	font-family:sans_serif;
	font-size:12pt;
	margin:0;
	padding:0;
	color:black;
}
a {
	text-decoration:none;
}
dd {
	width:50em;
}
input[type=image] {
	color:white;
}
input[type=image]:hover {
	font-weight:bold;
	border:thin solid red;
}
/* -------------- */


/* ID STYLES */
#content {
	width:100%;
}
#content ul {
	list-style-type:disc;
}
#contentcontainer {
	float:left;
	margin-left:140px;
	margin-top:90px;
}
#donate {
    margin-left:0.4em;
	margin-top:0.2em;
}
#heading_div {
	background:#190401 url("Heading.jpg") top left repeat-x;
	height:81px;
	width:100%;
	color:white;
	font-size:1.7em;
	font-weight:bold;
	position:fixed;
	left:0;
	right:0;
	z-index:1;
}
#innerheading_div {
	text-align:center;
	margin:0 auto;
	padding-top:1em;
	letter-spacing:0.05em;
	word-spacing:0.2em;
}
#navcontainer_div {
	float:left;
	width:126px !important;
}
#nav_div {
	color:white;
	margin-top:0;
	padding-top:1em;
	padding-left:0.3em;
	background:#190401 url("Nav.jpg") top left repeat-y;
	position:fixed;
	bottom:0;
	top:0;
	z-index:0;
}
#nav_div a {
	color:#888;
	padding:0.5em;
	text-decoration:none;
}
#nav_div li {
	text-align:left;
	margin-left:1.5%;
	padding-top:0.5em;
	padding-bottom:1.5em;
}
#nav_div ul {
	list-style-type:none;
	margin:0;
}
#topleft_div {
	background:black url("Top Left.jpg") top left no-repeat;
	width:126px;
	height:81px;
	float:left;
}
/* -------------- */


/* CLASSES */
.Bold {
	font-weight:bold;
	color:#DDD;
}
.BugNote {
	font-size: 0.8em;
	width:70%;
}
.CenterContentAndText {
	margin:0 auto;
	text-align:center;
}
.Code {
	font-family: courier new, monospace;
	white-space:normal;
	margin-left:2em;
}
.CS_Keyword {
	color:#00B;
}
.CS_Type {
	color:#06F;
}
ul.FirstPadding {
	padding-left:0.28em;
	padding-top:90px;
}
.HoverLink {
}
.InactiveLink {
	cursor:default;
	color:#666;
	text-decoration:none;
}
.Indent {
	margin-left:2em;
}
.IndentInline {
	display: inline-block;
	margin-left:1.5em;
}
.Indent2xInline {
	display: inline-block;
	margin-left:3em;
}
.Italics {
	font-style:italic;
}
.ListLeft {
	float:left;
	clear:left;
	width:11em;
}
.ListRight {
	float:left;
	clear:right;
	width:30em;
	margin-left:1em;
}
.ListLeftMed {
	float:left;
	clear:left;
	width:9em;
}
.ListRightMed {
	float:left;
	clear:right;
	width:38em;
	margin-left:1.0em;
}
.ListLeftSmall {
	float:left;
	clear:left;
	width:5em;
}
.ListRightSmall {
	float:left;
	clear:right;
	width:40em;
	margin-left:1.0em;
}
.MainList dd {
	margin-bottom:2.2em;
}
.MainList dt {
	text-decoration:underline;
}
.Note {
	font-size:0.7em;
}
.CurrentPageHoverLink {
	color:#CCC;
	padding:0.5em;
}
.StatusList {
	display:inline;
	list-style-type:none;
	color:#555;
	margin:0;
	padding:0;
}
.StatusList li {
	display:inline;
	padding-right:0.6em;
}
.StatusList .Current {
	color:#A44;
}
.SubList dd {
	margin-bottom:1.3em;
}
.SubList dt {
	text-decoration:none;
}
p.TerminalThemes {
	margin-left:2em;
}
.Underline {
	text-decoration:underline;
}
.Version {
	display: inline-block; 
	padding:0.1em 0.2em; 
	margin-right:0.6em;
}
.VersionChoice {
	display: inline-block; 
	padding:0.1em 0.2em; 
	margin:0.0em 0.4em; 
	border:thin solid black;
}
.VersionChoice:hover {
	background:#fff;
}
.VersionContainer {
	width:100%; 
	margin:0 auto; 
	text-align:center; 
	font-weight:bold;
	margin-bottom: 2em;
}
.VersionCurrent {
	display: inline-block; 
	padding:0.1em 0.2em; 
	margin:0.0em 0.4em; 
	border:thin solid black; 
	background:#999; 
	cursor:default;
}
.VersionHistoryVersion {
	font-weight:bold;
	font-size:1.1em;
}
/* -------------- */


/* PSEUDO-CLASSES */
.HoverLink a:hover {
	color:#A33 !important;
	cursor:pointer;
	text-decoration:underline !important;
}
/* -------------- */