body {
	font-family: Arial, Helvetica;
	font-size: 11px;
	background-image: url( '/images/cd_clipboard.png' );
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 200px;
/*	height: 100%;
	margin-bottom: 1px;*/
}

.small {
	font-size: 9px;
}

a {
	color: black;
}

tr {
	/*vertical-align: top;*/
}

td {
	font-size: 11px;
	background-color: #ededed;
	background-image: url( '/images/back.jpg' );
}
/*
table.schedule {
	font-size: 11px;
	background-color: #ffffff;
	background-image: url( '/images/spacer.gif' );
}

table.schedule td {
	background-color: #ededed;
	background-image: url( '/images/back.jpg' );
}
*/
.stuck {
	background-image: url( '/images/spacer.gif' );
}

.banner {
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	background-color: #ededed;
}

.just {
	text-align: justify;
}

.table_head {
	background-color: #666666;
	background-image: url( '/images/spacer.gif' );
	font-weight: bold;
	color: #ffffff;
}

.crumbs {
	text-align: right;
	position: absolute;
	top: -190px;
	right: 100px;
}

.statfield {
	text-align: right;
	width: 40px;
}

.lg_statfield {
	text-align: right;
	width: 50px;
}

.statinput {
	text-align: right;
	width: 30px;
}

.lg_statinput {
	text-align: right;
	width: 40px;
}

a:hover {
	text-decoration: none;
}

i {
	font-weight: normal;
}

/*Statistics
-------------------------------------------------------------*/
#stats p {
	width:72px;
	height:36px;
	display:inline;
	padding-top:3px;
	cursor:pointer;
	text-align:center;
	color:#ffffff;
	vertical-align: top;
	background-image: url('/images/stats_tab_c.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#stats .gone {
	display:none;
}

#stats .current {
	color:#000000;
	background-image: url('/images/stats_tab.png');
	background-repeat: no-repeat;
	background-position: top center;
}