
#tocbody {
	background: #cccccc;
}

#tocheading {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

#tocversion {
	font-size: 80%;
	text-align: center;
	color: #333333;
}

#navbox {
	border: 2px;
	border-style: solid;
	margin: 10px;
	background: white;
}

#navlink {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#navhere {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	/*font-size: 120%;*/
	font-weight: bold;
}

#navsublink {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#mainbody {
	margin-left: 20px;
	margin-right: 20px;
}

H1 {
	font-size: 140%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

H2 {
	font-size: 120%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

H3 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

LI {
	padding-bottom: 5px;
}

#api {
	border: 1px solid;
	padding: 10px;
	margin-top: 20px;
}

#apiname {
	font-weight: bold;
	background: #cccccc;
	padding: 5px;
	margin-bottom: 10px;
}

#apidesc {
}
#apireturn {
	margin-top: 10px;
}

#apimembers {
	border: 1px solid;
	margin-top: 10px;
	padding: 10px;
}

#apimemberdef {
	font-weight: bold;
}

