/* „Disco Supernova“
 * #62D43C
 * #3A00FF
 * #FF000C
 * #F7E019
 */
html {
	background-color: #262f1b;
	background-image: url(page-bg.png);
	background-repeat: repeat-y;
	background-position: 0 72px;
}
body {
	margin: 0;
	padding: 0;
	background-color: #262f1b;
	background-image: url(body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: white;
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}
img {
	border-style: none;
	vertical-align: middle;
}
ul {
	list-style: square;
}
li {
	margin: 0.5em 0;
	list-style: url(bullet-white.png);
	list-style-position: outside;
	marker-offset: 200px;
}
li.highlight {
	font-weight: bold;
	color: #72cefe;
	list-style-image: url(bullet-green.png);
}
a {
}
h1, h2, h3, h4, h5, h6 {
	text-align: left;
}
h1 {
	margin-top: 0;
	font-size: 150%;
	color: #b0d97d;
}
h2 {
	font-size: 120%;
}
li {
	text-align: left;
}
a {
	color: #b0d97d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#site {
	background-image: url(header-bg.jpg);
	background-repeat: no-repeat;
	width: 950px;
}
#header {
	height: 250px;
}
#site-id {
	margin: 0;
}
#page {
	overflow: hidden;
	background-color: #4d5f37;
	background-image: url(page-bg.png);
	background-repeat: repeat-y;
}
#nav {
	float: left;
	width: 205px;
	margin-bottom: 20px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0 0 1px 0;
	font-size: 120%;
}
#nav ul li.selected a {
	background-color: #11100e;
	background-image: url(bullet-green.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#nav ul li a {
	display: block;
	padding: 10px 0 10px 40px;
	color: white;
	text-decoration: none;
}
#nav ul li a:hover {
	background-color: #607547;
}
#nav ul li.selected a:hover {
	background-color: #607547;
	background-image: url(bullet-white.png);
}
#content {
	float: right;
	width: 685px;
	margin-right: 20px;
	padding: 0 20px 20px 20px;
	overflow: hidden;
	line-height: 150%;
}
#footer {
	border-top: 1px dashed gray;
	text-align: center;
	padding: 0.5em;
	font-size: 80%;
}
#footer a {
	color: #3A00FF;
	text-decoration: none;
}

#footer a:hover {
	color: #FF00FF;
}

dl {
}

dt {
	font-weight: bold;
	margin-top: 0.5em;
}

dd {
	margin-left: 1.0em;
}

table.visible {
	border-collapse: collapse;
}

table.visible tr {
}

table.visible th, table.visible td {
	text-align: left;
	vertical-align: top;
	padding: 0.2em;
	border-bottom: 1px solid #2a2923;
}
table.visible tr.highlight {
	font-weight: bold;
	background-color: #222222;
}
span.cancelled {
	text-decoration: line-through;
}
.float-right {
	float: right;
	margin-left: 0.5em;
}
.tooltip {
	background-color: black;
	border: 1px solid #333333;
	width: 30em;
	font-size: 80%;
	padding: 0.2em 0.5em;
	line-height: 130%;
}
.tooltip h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0.5em 0;
	border-bottom: 1px solid #333333;
}
