body {
	background: #e0e0d0 url(images/gulogo.png) no-repeat top center; 
	padding-top: 100px;
}
img {
    border: 0;
}
.tab-row td {
	border-right: 1px solid #555;
	color: #282828;
	vertical-align: top;
	white-space: nowrap;
	cursor: pointer;
}

.tab-row td.active {
	cursor: auto;
}

.tab-row.gumshoe td {
	background-color: #675;
}
.tab-row.gumshoe td.active {
	background-color: #889966;
	color: #000;
}

.tab-row.fed td {
	background-color: #447099;
	border-right: 1px solid #345;
}
.tab-row.fed td.active {
	background-color: #6699bb;
	color: #000;
}

.tab-body {
	padding: 1em;
	margin: 0;
	border-bottom: 1px solid #333;
}
.tab-body.gumshoe {
	background-color: #896;
	border-right: 1px solid #555;
/*	border-bottom: 1px solid #555;*/
}
.tab-body.fed {
	background-color: #69b;
	border-right: 1px solid #345;
/*	border-bottom: 1px solid #234;*/
}

a.tab-name, .tab-name {
	font-family: "Marker Felt", "Mistral", "Freestyle Script", "Verdana", "American Typewriter";
	font-size: 16px;
	line-height: 1.6em;
	margin-right: 6px;
	margin-left: 2px;
	text-decoration: none;
	color: #222;
	display: inline-block;
}

a.tab-name:hover {
	color: #ff6;
}
a.tab-name.active {
	color: #000;
}

td.active a.tab-name:hover {
	color: #222;
}

.content-box {
	background-color: #eeeee6;
	margin: 0 1em;
	padding: 1em;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}

a.overview:hover, a.solution:hover {
	text-decoration:  underline;
}

a.overview, a.solution {
	font-family: "Courier New", "Courier", "American Typewriter";
	color: #000;
	text-decoration: none;
	padding: 0em 0.5em;
}

a.overview.selected, a.solution.selected {
	background-color: #ff0;
}

h2.clue-title {
	font-family: "Courier New", "Courier", "American Typewriter";
	margin: 0;
	padding-bottom: 0.1em;
	border-bottom: 2px solid #000;
}

.credits th {
    text-align: right;
}

