#content {
	font-size: 9px;
}
h2 {
	width: 600px;
	margin: 15px auto;
}
.menu{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.activetab {
	background-color: #45ccff;
	padding: 8px 8px 0px 8px;
}
.inactivetab {
	background-color: #0ae;
	padding: 8px 8px 0px 8px;
}
#content .activetab a, #content .inactivetab a {
	color: white;
	text-transform: uppercase;
}
#content a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.tablebackground {
	background-color: #45ccff;
	/*border: 2px solid #45ccff;*/
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 8px;
	width: 584px;
}
tr {
	background-color: white;
	color: black;
	font-weight: bold;
}
th {
	background-color: black;
	color: white;
}
/*td a {
	font-weight: normal;
}*/
.expand {
	color: white;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-top: 8px; 
}
.c {
	text-align: center;
}
.grey {
	color: #a2a2a2;
}
.score {
	color: #0ae;
	font-weight: bold;
	font-size: 10px;
}
.itemholder {
	background-color: #ffffff;
	overflow: hidden;
	padding-bottom: 8px;
}
.item {
	background-color: #dddddd;
	float: left;
	height: 90px;
	margin: 8px 0px 0px 8px;
	overflow: hidden;
	padding: 8px;
	width: 167px;
}
.item div {
	overflow: hidden;
}
.avabox {
	float: left;
	margin-right: 8px;
	vertical-align: middle;
}
.wrap {
	display: block;
	float: right;
	width: 98px;
	word-wrap: break-word;
}