body {
	background-color: #8FABBE;
	color: #666666;
}
#doc {
	background-color: #FFFFFF;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#hd {
	height: 66px;
	padding: 5px;
	border-bottom: 1px solid #999999;
}
#hd span#global_stats {
	position: relative;
	display: inline;
	text-align: right;
}
/* main column */
#bd>#yui-main>.yui-b>.yui-g {
	padding-left: 10px;
	padding-right: 10px;
}
/* left column */
#bd>.yui-b {
	padding-left: 3px;
	padding-top: 10px;
	border-right: 1px solid #999999;
}
.yui-b>ul>li>ul a {
	font-size: 93%;
}
div.yui-b {
	width: 200px;
}
#ft {
	text-align: center;
}
.small {
	font-size: 85%;
}
#vehicles {
	width: 100%;
}
#vehicles th {
	font-weight: bold;
}
#vehicles td[colspan] {
	text-align: center;
}
.odd {
	background-color: #cccccc;
}
.even {
	background-color: #ffffff;
}
.statsbox {
	width: 45%;
	padding: 0 10px;
}
#gsfn_content ul li {
	border-bottom: 1px solid gray;
	padding-top: 10px;
}
#gsfn_content ul li span {
	position: relative;
	display: block;
	padding-bottom: 5px;
}
.synopsis {
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: 700;
}
fieldset {
	border: 1px solid black;
	padding: 10px;
	margin-bottom: 10px;
}

.active_f {
    background-color: #ffcc00;
}
p.active_f {
    display: inline;
}
