/* Content
*******************************************************************************/

#content {
	color: #333;
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0 0 0 8px;
	padding: 20px 38px 5px 30px;
}

/* Stats
*******************************************************************************/

.stats {
	border: 1px solid #ddd;
	margin: 10px -1px;
	overflow: auto;
	width: 100%;
}
.stats table {
	border: 4px solid #fff;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 100%;
}
.stats td,
.stats th {
	border-bottom: 1px solid #000;
	font-size: .9em;
	line-height: 1.5em;
	padding: 2px;
	white-space: nowrap;
}
.stats td {
	background: #fff;
	border-color: #eee;
	text-align: right;
	border-left: 1px dashed #808080; 
}
.stats th {
	background: #f4f4f4;
	border-color: #ddd;
	color: #333;
	font-weight: normal;
	text-align: right;
}
.stats .alt th {
	background: #e5e5e5;
}
.stats .alt td {
	background: #fafafa url(../images/tb03.gif) repeat-x 0 100%;
	border-left: 1px dashed #808080; 
}
.stats thead th {
	background: #FC6330 url(../images/tb01.gif) repeat-x;
	border: 2px #CC3300;
	border-style: none none solid;
	color: #fff;
	padding: 4px 2px 2px;
}
.stats tr:hover td {
	background: #FFE96A;
	border-color: #FFE96A;
	color: #000000;
}
.stats tr:hover th,
.stats tr:hover td:hover {
	background: #FC6330 url(../images/tb01.gif) repeat-x;
	border-color: #CC3300;
	color: #fff;
}