body
{
	font-size: 11pt;
	font-family: sans-serif;
	background-color: rgb(248, 232, 216);
	color: rgb(24, 24, 42);
}

h1 { font-size: 18pt; padding: 0; margin: 12px 0; }
h2 { font-size: 14pt; padding: 0; margin: 12px 0 8px 0; }
h3 { font-size: 12pt; padding: 0; margin: 6px 0 4px 0; }

ul { padding-top: 0; padding-bottom: 0; margin: 8px 0; }

a
{
	color: rgb(96, 64, 48);
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

table
{
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 8px 0;
}

tbody
{
	background-color: rgb(255, 240, 224);
}

table > caption
{
	border: solid rgb(192, 180, 168) 1px;
	border-width: 1px 1px 0 1px;
	background-color: rgb(224, 208, 192);
	padding: 2px 4px;
	font-weight: bold;
	font-size: 10pt;
}

table > * > tr > th
{
	border: solid rgb(192, 180, 168) 1px;
	background-color: rgb(224, 208, 192);
	padding: 4px;
}

table > * > tr > td
{
	border: solid rgb(192, 180, 168) 1px;
	padding: 4px;
}

.field-unimplemented td
{
	color: rgb(224, 32, 32);
}

.field-break td
{
	background-color: rgb(228, 216, 204);
	font-style: italic;
	font-size: 10pt;
	padding: 2px 4px;
	color: rgb(96, 96, 96);
}

.field-break td .ref-comment
{
	font-size: 10pt;
}

.field-struct td
{
	font-size: 10pt;
	font-weight: bold;
	background-color: rgb(192, 180, 168);
	border-top-width:4px;
}

.header-struct td
{
	background-color: rgb(192, 180, 168);
	font-style: italic;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	padding: 3px 4px;
	border-left-width:4px;
	border-right-width:4px;
}

.struct-values td:nth-child(1)
{
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.struct-values td:nth-child(1)[colspan="2"]
{
	max-width: 270px;
}

.struct-values td:nth-child(3)
{
	white-space: nowrap;
}

.header-struct td .ref-comment
{
	font-size: 9pt;
}

/* with colspan, the second child is now the header comment */
.header-struct td:first-child/*,
.header-struct td:nth-child(2)*/
{
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-size: 9pt;
}

.field-struct td:first-child,
.nest-struct td:first-child
{
	border-left-width:4px;
}

.field-struct td:last-child,
.nest-struct td:last-child
{
	border-right-width:4px;
}

.switch-nodata > tr > td
{
	color: #606060;
	font-size: 10pt;
	font-style: italic;
}

.switch-header > tr > th, .switch-header > tr > td
{
	background-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	text-align: left;
	font-size: 10pt;
	padding: 8px 4px 4px 4px;
}

.switch-header .ref-comment
{
	font-style: italic;
}

.ref-comment
{
	font-size: 9pt;
}

#nav
{
	font-size: 9pt;
	padding: 8px 12px;
	background-color: rgb(236, 220, 204);
}

#body
{
	padding: 8px 12px;
}

#loading
{
	font-size: 200%;
}

ul.breadcrumbs {
	padding: 0;
	margin: 0;
}

ul.breadcrumbs > li {
	padding: 0;
	margin: 0;
	display: inline;
}

ul.breadcrumbs > li + li:before {
	padding: 8px;
	color: black;
	content: ">";
	font-size: 9pt;
}

ul.breadcrumbs > li > a {
	font-weight: normal;
}

