/* Navigation */

body {
	margin: 0;
	padding: 0;
	
	font-family: sans-serif;
	font-size: 11pt;
	
	color: black;
	background-color: #c0c0c0;
}

#dates, h1 {
	margin-top: 15px;
}

#dates {
	font-size: 8pt;
	font-weight: bold;
	color: white;
}

#navigation {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 150px;
	box-sizing: border-box;
	overflow-y: auto;
	
	margin: 0;
	padding: 10px;
	
	color: #CCC;
	background-color: #666;
	
	border-right: 5px solid white;
}

#navigation a:link {
	color: #9FF;
}

#navigation a:visited {
	color: #9CC;
}

#navigation a:active {
	color: #FF9;
}

/* Content */

#content,
#index-content {
	margin: 0 0 20px 170px;
	padding: 10px;
}

#content {
	background-image: url(../graphics/MouseFan-background.svg);
	background-position: 98% 25px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#content a:link,
#index-content a:link {
/*	color: #078;	*/
	color: #449;
}

#content a:visited,
#index-content a:visited {
/*	color: #677;	*/
	color: #7A7ACA;
}

#content a:active,
#index-content a:active {
/*	color: #C50;	*/
	color: #FF0083;
}

#content img {
	border: 1px solid #333;
}

#content a img:hover {
	border: 1px solid #15F870;
}

.listing {
	border-collapse: collapse;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border: 2px solid #666;
}

.listing img {
	border: none;
}

.listing td,
.listing th {
	padding: 10px;
	border: 1px solid #666;
	text-align: center;
	vertical-align: middle;
}

.listing td {
	background-color: #CCC;
}

.listing th {
	color: white;
}

.listing thead th {
	background-color: #666;
}

.listing tbody th {
	background-color: #999;
}

.listing tr.new-sub-tbody td {
	border-top-style: double;
	border-top-width: 3px;
}

p.single-image {
	clear: left;
	overflow: auto;
}

p.single-image img {
	float: left;
	margin-right: 1em;
}