/* ---------------------------------------------------------------------------------------------
 *	hs -- high score table styles
 */

#hs_container_left {
	float: left;
	width: 288px;
}
#hs_container_right {
	float: right;
	width: 288px;
}
#hs_header {
	width: 288px;
	height: 30px;
	background: url(../files/hs_header.png) no-repeat;
	font: 18px/21px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	padding-top: 10px;
}
#hs_main {
	background: url(../files/hs_middle.png) repeat-y;
	width: 288px;
	margin-right: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 18px;
}
#hs_contentBottom {
	width: 288px;
	height: 40px;
	background: url(../files/hs_bottom.png) no-repeat;
}

