html {
	background: #262626;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d5d5c2;
}

body {
	background: #262626 url(/pics/site/body-bg.jpg);
	padding: 0;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #d5d5c2;
	white-space: nowrap;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: yellow; text-decoration: none;
}

img {
	border: 0px;
}

/* popup tooltip */
#tooltip{
	background: #FFFFFF;
	border: 1px solid #666666;
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 1px 1px;
	position: absolute;
	visibility: hidden;
	width: auto;
}

/* table itself */
table.tablestats{
	width: 625px;
	border-collapse: collapse;
	background: #262626;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d5d5c2;
}

/* table cells */
table.tablestats td{
	border: 1px solid #4c4c46;
	padding: 1px;
	table-layout: fixed;
}

/* table header */
table.tablestats thead td{
	cursor:pointer;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color: #504f4a;
	text-align: center;
}

/* table body */
table.tablestats tbody td{
	text-decoration: none;
}

/* sorted column header */
table.tablestats thead td.curcol{
	background-color:#999999;
	color:#FFFFFF;
}

table.tablestats img {
	border: 0px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}