/* CSS Document */

body {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #333333;
	margin-left: 0px;
	margin-right: 5%;
	margin-top: 0px;
}

div#links {position: absolute; top: 154px; left: 0px; width: 166px; height: 700px; font: 16px Verdana, sans-serif; z-index: 100;}
div#links a {display: block; text-align: left; font: bold 1em sans-serif; 
   padding: 5px 10px; margin: 0 0 1px; border-width: 0; 
   text-decoration: none; color: #FFC; background: #444;
   border-right: 5px solid #505050;}
div#links a:hover {color: #411; background: #AAA;
   border-right: 5px double white;
}

div#links a span {display: none;}
div#links a:hover span {
	display: block;
	position: absolute;
	top: 250px;
	left: 0;
	width: 125px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #FFCC00;
	font: 10px Verdana, sans-serif;
	text-align: center;
	background-color: #333333;
}

div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
}

div#content {
	position: absolute;
	top: 152px;
	left: 160px;
	color: #BAA;
	background: #22232F;
	font: 13px Verdana, sans-serif;
	padding: 10px;
	border: solid 5px #444;
	visibility: visible;
	border-top-width: 20px;
	border-top-color: #393C51;
	border-top-style: solid;
	width: 770px;
	overflow: auto;
	height: 550px;
}
div#content p {margin: 0 1em 1em;}
div#content h3 {margin-bottom: 0.25em;}

h1 {
	margin: -9px -9px 0.5em;
	padding: 15px 0 5px;
	text-align: right;
	background: #333;
	color: #667;
	text-transform: none;
	font: bold 25px sans-serif;
	height: 28px;
	vertical-align: top;
	white-space: nowrap;
	background-color: #393C51;
}
dt {font-weight: bold;}
dd {margin-bottom: 0.66em;}
div#content a:link {color: white;}
div#content a:visited {color: #BBC;}
div#content a:link:hover {color: #FF0;}
div#content a:visited:hover {color: #CC0;}
code, pre {color: #EDC; font: 110% monospace;}
#content #breakout {
	background-color: #333333;
	float: right;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CC3335;
	border-right-color: #CC3335;
	border-bottom-color: #CC3335;
	border-left-color: #CC3335;
	border-top-width: 5px;
	border-top-style: solid;
	clear: left;
	width: 250px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.style2 {color: #FF9900}

.box {
	background-color:#333333;
	color: #CCCCCC;
	border-top-color: #FF6600;
	border-top-width: 5px;
	border-top: 5px;
	border: 5;
}

.style3 {
	color: #FFFF00;
	font-weight: bold;
}
.style4 {color: #FFFFFF}
