body {
	background-color: #421;
}

table {
	border-collapse: collapse;
}

td#active {
	background-color: #555;
	border: 1px;
	border-color: #bbb;
	border-style: solid;
	color: #bbb;
	font-family: tahoma;
	font-size: 9pt;
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}

div.inactive {
	background-color: #222;
	border: 1px;
	border-bottom: 0px;
	border-color: #bbb;
	border-style: solid;
	color: #bbb;
	font-family: tahoma;
	font-size: 9pt;
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	text-decoration: none;
}

div.inactive:hover {
	background-color: #444;
	cursor: hand;
	cursor: pointer;
}

td a {
	text-decoration: none;
}

#t_content {
	position: relative;
	top: -1px;
	width: 0px;
	z-index: 1;
}

#t_inner {
	background-color: #555;
	border: 1px;
	border-color: #bbb;
	border-style: solid;
	color: #bbb;
	font-family: tahoma;
	font-size: 9pt;
	margin-left: -50%;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	width: auto;
}

img#i_monkey {
	border: 8pt;
	border-color: #333;
	border-style: solid;
}
