body {
	font-family: Arial,Helvetica,sans-serif;
	font-size:10pt;
	line-height:1.5em;
	background-color:#DDDDDD;
}

a {
	text-decoration:none;
	color: #2244AA;
}
a:link {
	text-decoration: none; 
	color: #5588FF;
}

a:visited {
text-decoration: none; 
	color:#2244AA;
}

a.broken
{
	color: #FF0000;
	text-decoration: strike;
}
a.broken:link {
	text-decoration:strike;
	color:#FF0000;
}



#header {
	width: 100%;
	height:50px;
	background-color:#0099CC;
	color:white;
	padding:10px;
	vertical-align:center;
}


#main {
	width:900px;

}
.nav_index {
	width:150px;
	padding:10px;
	border-width:1px;
	border-style:solid;
	border-color:black;
	font-size:8pt;
	float:left;
	clear:left;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#EEEEEE;
}

#content {
	float:right;
	background-color: white;

	width: 700px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	margin-right:0px;
	margin-top:10px;
	padding:10px;
	
}

.note {
	float:right;
	background-color:#FFFFBB;
	padding:10px;
	width:100px;
	margin: 10px;
	font-size: 8pt;
	line-height:10pt;
	border-color:#AAAA66;
	border-style:solid;
	border-width:1px;
}

.blockquote {
	margin-left:50px;
	margin-right:50px;
	margin-top:1em;
	margin-bottom:1em;
}
#nav_nextprev {
	width:98%;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color:black;	
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	text-align:center;
	clear:both;
}

#nav_nextprev #prev {
	float:left;
	margin-left:10px;
}

#nav_nextprev #next {
	float:right;
	
}

.nav_index .currentpage {
	background-color:#AACCEE;
	padding:3px;
	
}


pre {
	font-family: courier,mono;
	font-size:10pt;
	line-height:10pt;
	margin-left: 10px;

}

.tightcode {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	line-height: 9pt;
}
.graybox {
	background-color:#EEEEEE;
	border: 1px solid black;
	margin: 10px;
	padding: 10px;
}

span.red {
	color:#FF0000;
}
td {
	font-size:10pt;
}

table.documentation {
	border: solid 1px black;
	padding:0px;

}

table.documentation td {
	
	padding: 4px;
	border: solid 1px black;
}

table.documentation td.header {
	font-weight: bold;
	background-color:#EEEEEE;
}
table.documentation td.description {
	font-style: italic;
	
}

table.documentation td.item {
	font-weight: bold;
}

.codeblock {
	padding:10px; 
	border: 1px black solid;
}



table.chart {
	border: solid 1px black;
	padding: 0px;
	
}
table.chart td {
	border: solid 1px black;
	padding: 4px;
}

table.chart td.right {
	text-align: right;
}

ol.small {
	padding-left:15px;
	margin-top:0px;
	font-size:10px;
	line-height:1em;
}

ol.small li {
	margin-bottom:5px;
}
