#szhtooltip {
position: absolute;
width: 200px;
border: 1px solid black;
padding: 2px;
background-color: lightblue;
visibility: hidden;
z-index: 100;
}

html {
	background-color: #fff;
}

body {
	margin-top: 0;
	margin-bottom: 0;
        padding: 2em;
	margin-left: auto;
        margin-right: auto;
	background-color: #fff;
	max-width: 70em;
}

h1, h2, h3 {
	margin-left: 0%;
}

body, td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000
	
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004000;
        text-align: center;
}


h2 {
	padding-top: 2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #007B60;
        border-bottom: 1px dashed #007B60;
}

h3 {
	padding-top: 2em;
	font-family: Arial, Helvetica, sans-serif;
 	color: #587E58;
}



h4 {
font-family: Arial, Helvetica, sans-serif;
color: #000000
}


h5 {
font-family: Arial, Helvetica, sans-serif;
color: #000000
}

a:visited {
       text-decoration: none;
       color: #008200
}

a:link { 
	text-decoration: none;
	color: #008200
}

a:hover {
	text-decoration: underline;
	color: #0000FF
}


p {
   
}


pre {
	background: #eee;
	margin: 1em;
	padding: 1em;
	border: 1px solid black;
}

.version {
	font-weight: bold;
	color: #004000;	
}

.dir { 
	font-family: "Courier New", Courier, mono; 
	font-weight: bold;
	font-size: 10pt
}

.filename { 
	font-family: "Courier New", Courier, mono; 
	font-weight: bold;
	font-style: italic;
	font-size: 10pt
}


.codecomment { 
	font-family: "Courier New", Courier, mono; 
	font-style: italic;
	color: #36BA36;
	font-size: 10pt
}


.codeitem {  font-style: italic}

.codesnippet {  
	font-family: "Courier New", Courier, mono; 
	color: #004040;	
	font-size: 10pt
}


.output {	color: #CCCCCC;
	font-family: "Courier New", Courier, mono;


}

p.error {
	border: 1px solid black;
	background: #fbc080;
	color: #000;
	margin: 1em;
	padding: 1em;
        border-radius: 1em;
        -moz-border-radius: 1em;
}

p.ok {
	border: 1px solid black;
	background: #c0fb80;
	color: #000;
	margin: 1em;
	padding: 1em;
        border-radius: 1em;
        -moz-border-radius: 1em;
}

li.shaded {
	color: #aaa;
}

table {
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
}

th {
	text-align: left;
	background: #ffb;
	border: 1px solid black;
	padding-left: 0.5em;
	padding-right: 0.5em;
	white-space: nowrap;
}

td {
	border: 1px solid black;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background: #ffd;
}

div.section {
	margin-left: 4em;
	margin-right: 2em;
}

div.footer {
	color: #999999;
	font-size: 8pt

}

p.figure {
	text-align: center;
}

img.screenshot {
	border: 1px dashed #888;
}

hr {
	margin-top: 3em;
}

dt {
	font-weight: bold;
}

