body { font-family: Verdana, Arial, sans-serif; font-size: 13px }

h1 { font-size: 20px; margin: 20px 0px 24px 0px }
h2 { font-size: 16px; text-align: left; margin: 0px }
hr {
	height: 1px; background-color: transparent; margin: 24px 0px;
	border: 0px none; border-bottom: 2px solid #FF9900
}

td { font-family: Verdana, Arial, sans-serif; font-size: 13px }
th { font-family: Verdana, Arial, sans-serif; font-size: 13px; text-align: left }
textarea { font-family: Verdana, Arial, sans-serif; font-size: 13px }
table.listing th { border-bottom: 2px solid #CCCCCC }
table.listing td { border-bottom: 1px solid #CCCCCC }

a.navigation { text-decoration: none }
a.command { text-decoration: none; font-weight: bold }
a:link { color: #CC7700 }
a:visited { color: #CC7700 }
a:hover { color: #FF9900 }
a img { border: 0px none }

#navigation {
	position: fixed; width: 200px; left: 10px; top: 10px; bottom: 10px; overflow: auto;
	border-right: 2px solid #FF9900;
}
#body { position: absolute; left: 220px; top: 10px; width: 600px; padding-bottom: 60px; }
#body hr { margin-left: -10px }

#navigation a { text-decoration: none }
#navigation a.active:link { color: #FF6600 }
#navigation a.active:visited { color: #FF6600 }
#navigation ul { margin: 0px; padding: 0px }
#navigation ul li { margin: 0px 0px 8px 0px; padding: 0px; white-space:nowrap }

ul { margin: 0px; padding: 0px }
ul li { padding-left: 0px; margin-left: 16px }

td.spacing { height: 16px }

div.presenter { font-size: 24px; margin: 40px 0px }
div.presenter div.question { font-weight: bold }
div.presenter div.option { }

/* Chart */
div.chart-legend ul {
	padding: 0;
	border: 0;
	list-style-type: none;
}
div.chart-legend ul li {
	display: inline;
	padding: 0;
	margin: 0 0 0 1em;
}
div.chart-legend ul li span.itemSymbol {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 4px;
	margin-right: 0.3em;
}
div.chart-legend ul li span.itemText {
	font-weight: bold;
}

/* Inverse color scheme */
button {
	background-color: #DDDDDD;
	border: 1px solid #666666;
	color: black;
}
div#menu {
	border-top: 2px solid black;
}
body.dark {
	background-color: black;
	color: white;
}
body.dark button {
	background-color: #333333;
	border: 1px solid #888888;
	color: #999999;
}
body.dark div#menu {
	border-color: #666666;
}

/* Group selection */
div#input_groups {
	display: inline-block;
	vertical-align: top;
	margin-left: 2em;
	font-size: 13px;
}
div#input_groups table > thead {
	font-weight: bold;
}
div#input_groups table td {
	padding: 0;
	margin: 0;
}
div#input_groups table > thead > tr > td {
	border-bottom: 3px solid;
	padding: 0 0.3em;
	text-align: center;
}
div#input_groups table > thead > tr > td:first-child {
	padding-left: 0;
	text-align: left;
}
div#input_groups table > tbody > tr > td {
	text-align: center;
}
div#input_groups table > tbody > tr > td:first-child {
	text-align: left;
}

/* Developer's */
table.xdebug-error { position: relative; z-index: 300 }
pre.xdebug-var-dump { position: relative; z-index: 300; padding: 4px; background-color: #FFFFCC; opacity: 0.9 }
