ul {
	list-style-type: circle;
}

strong {
	font-weight:bold;
	color:#003366;
}

pre {
	font-family:Arial, Helvetica, sans-serif;
}

p { 
	line-height: 1em;
}
 
.hightlight { 
font-style:italic;
font-family:"Courier New", Courier, monospace;
}
.code { 
	font-size-adjust:0.4;
	color:black;
	background-color:#F5F5F5;
	font-family:"Courier New",Courier,monospace;
	font-style:normal;
	margin:1em 0;
	padding: 0.5em;
	border: 1px dashed black;
}
/* Table styles */
table {
	border-collapse: collapse; 
	border: 1px solid #666;
	margin: 20px 0 20px 0;
	width: 100%;
}
th, td {
	margin: 2px 4px 2px 4px;
	padding: 0 5px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #666;
}

table caption {
	font: 1.5em Georgia, "Times New Roman", Times, serif; 
	padding: 1em;
	background-color: #9c9;
}

.mainheader {
	font: 1.5em Georgia, "Times New Roman", Times, serif; 
	padding: 1em;
	background-color: #9c9;
	text-align:center;
}

#main { 
width:90%;
border-bottom:solid 1px #9c9;
}

tr {
	 background-color: #eee; 
}

tr:nth-child(odd) {
	 background-color: #ccc; 
}


span.directory {
background: transparent url(img/dir.gif) no-repeat scroll left center;
color:#666666;
font-family:"Courier New",Courier,monospace;
font-style:normal;
padding:0 0 0 15px;
}

.attention { 
color:#993333;
}

/* open/closed box related styles */

.source { 
	border:1px solid #858789;
	display:block;
	margin:26px 0;
	overflow:visible;
}

/* OPEN state styles */
.source .body {
	background:#F5F5F5 none repeat scroll right 0;
	color:#434546;
	padding:7px 15px;
/*	white-space:pre-wrap; */
	word-wrap:break-word;
}

.source .header {
	background:#E9EAEC url(img/minus.png) no-repeat scroll 98% center;
	color:#3B3D3F;
	cursor:pointer;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:0 0 0 15px;
}

/* CLOSED state styles */
.source .body.collapsed {
	display:none;
}

.source .header.collapsed  {
	background:#E9EAEC url(img/plus.png) no-repeat scroll 98% center;
	padding:0 15px 0 15px;
}

.body .code { 
	font-size-adjust:0.4;
	margin:0;
	padding:0;
	border:0;
	font-family:"Courier New",Courier,monospace;
	font-style:normal;
}

body { 
	margin: 1em; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: white;
}
