/* Natural Docs Hoarking Fix */
body {
	position: relative;
}

#Menu {
	margin: 12px;
	padding-top: 44px;
	position: absolute;
	top: 127px;
	left: 0;
	width: 118px;
	z-index: 200;
	text-align: right;
	background: url("/cmn/img/nav_bg.png") no-repeat left;
}

#Menu a {
	color: #049bd4;
	background: none;
	font-weight: normal;
	text-decoration: none;
	border-bottom-color: transparent;
	text-transform: lowercase;
}

#Menu a:hover {
	background: none;
	border-bottom-color: #049bd4;
}

#Menu div.MFile a, #Menu #MSelected {
	margin: 0;
	padding: 0;
	width: auto;
	display: inline;
	font-size: 1.15em;
	background: none;
	color: #555;
	text-transform: lowercase;
	border-bottom: 1px dotted;
}

#Menu #MSelected {
	border-bottom: none;
	font-weight: bold;
	font-size: 1.25em;
}

#Menu .MGroup {
	padding: 5px;
	margin-bottom: 10px;
	background: #fff;
}

#Content {
	margin-left: 130px;
	clear: both;
	position: relative;
	top: -7px;
}

/*#nav {
	float: right;
}
*/
#MSearchResultsWindow {
	display: none;
}

/* Fuck Me, Natural Docs. Using <th> or <caption> was too hard, huh? */
.STitle {
	font-weight: bold;
	font-size: 1.15em;
}

.Summary table {
	font-size: 0.95em;
}

.Summary th, .Summary td {
	padding: 0.25em;
}

tbody tr, tfoot tr {
	cursor: default;
}

ul {
	margin: 1em 1.5em;
	list-style: square;
}

li {
	margin-bottom: 0.5em;
}

tr.SMain {
	display: none;
}

tr.SClass, tr.SInterface {
	font-weight: bold;
}

tr.SMain {
	font-size: 1.25em;
}

tr.SMain .SEntry {
	font-variant: small-caps;
}

tr.SProperty .SEntry {
	padding-left: 30px;
	padding-right: 0.75em;
	background: url("/cmn/img/bullet.png") no-repeat 20px 9px;
/*	text-align: right;*/
}

tr.SGroup.SIndent1 .SEntry {
	padding-left: 15px;
	background: url("/cmn/img/bullet.png") no-repeat 5px 9px;
}

div.CGroup div.CTopic h3.CTitle {
	visibility: hidden;
}

div.CProperty {
	border-top: 1px dotted #777;
}

div.CProperty h3.CTitle {
	padding-top: 1em;
	font-size: 1.65em;
}

.CDLEntry {
	font-weight: bold;
}

.CDLDescription em {
	margin-right: 0.35em;
}

