﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	border: 0;
}

#header
{
	float:left;
	height:80px;
	padding-left:170px;
	z-index:1;
}
#header h1 {
	margin:0px;
	padding:0px;
	border:0px;
}
#header h4 {
	margin:0px;
	padding:0px;
	border:0px;
	padding-left:2em;
}

#content {
	float:left;
	width:100%;
	background-image: url('../images/left.jpg');
	background-repeat: repeat-y;
	z-index:1;
}
#topBar {
	float:left;
	width:100%;
	height:50px;
	background-image: url('../images/top3.jpg');
	background-repeat: repeat-x;
	z-index:1;
}
#contentIndent {
	padding-left:170px;
}
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	display:inline;
    margin-left: 5px;
    margin-right: 5px;
//    border: solid 1px black
}

#bottom {
	float:left;
	background-image: url('../images/bottom.jpg');
	background-repeat:repeat-x;
	z-index:1;
	width:100%;
	height:50px;
}


/* Overlays:
     topCorner - upper right
     navigation - left gutter
     bottomCorner - lower right
*/


#topcorner {
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:130px;
	background-image: url('../images/corner1.jpg');
	z-index:2;
}
#navigation
{
	position:absolute;
	top:130px;
	left:0px;
	width:140px;
	height:auto;
	z-index:3;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: bold;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
#bottomcorner {
	float:left;
	background-image: url('../images/bottomcorner.jpg');
	z-index:3;
	width:170px;
	height:50px;
}

#footer
{
	text-align:center;
}	

/* Footer Styles */
#footer p {
}
a:hover {
	background-color: yellow;
}

hr {
	width:80%;
}

dt {font-weight: bold;}
pre {
	padding-left: 10px;
	padding-right: 10px;
}
.pagebreak {page-break-before:always}
.highlight {background-color:yellow; text-decoration:underline}
.callout {background-color:#d4d8bd; color:#000}
.language {color:white; background-color: #0099FF}
.keyword {color: #660033; }
.ident {color:black;}
.specialIdent {color:gray;}
.operator {color:maroon}
.comment {color:#006600; font-style: italic;}
.string {color:#CC6600;}
.error {color:red; font-weight: bold; font-style: italic;};

.zsnazzy {width:auto; font-family:"Courier New", Courier, monospace; margin: 10px 20px 10px 20px; page-break-inside:avoid}
.zsnazzy .header { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; margin:0; padding: 0 0 3px 5px; border-bottom: solid 1px #888; font-size:10px;background:#d4d8bd; color:#000;}
.zsnazzy .header_evil { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; margin:0; padding: 0 0 3px 5px; border-bottom: solid 1px #777777; font-size:10px;background:#ff0000; color:#ffffff;}
.zsnazzy .content { margin: 0; padding: 5px 10px 5px 10px; font-size:12px;overflow-x: auto}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4, .xbb {display:block; overflow:hidden;}
.xb1, .xb2, .xb3, .xbb {height:1px;}
.xb2, .xb3, .xb4 {background:#FFFF99; border-left:1px solid #444; border-right:1px solid #444;}
.xb1 {margin:0 5px; border-bottom:1px solid #444;height:0px}
.xbb {margin:0 5px; border-top:1px solid #444;height:1px}
.xb2 {margin:0 3px; border-width:0 2px; background:black}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {background-color: #FFFF99; display:block; border:0 solid #444; border-width:0 1px; height:auto}
* html .xboxcontent {height:1px;}

.color_b {background:#d4d8bd; color:#000;}
.color_evil {background:#ff0000; color:#ffffff;}
.figcap {
	border-style: dashed;
	border-width: thin;
}
