	body
	{
		width: 280px;	
		color: #ffffff;
		font: 10px sans-serif;
		background: #b29b05;
	}

	table
	{
		background: #b29b05;
	}
	
	TABLE.board
	{
		border: #b29b05 solid thick;
	}
	
	TABLE.scoreBoard td
	{
		border: none;
		text-align: center;
	}
	TABLE.score td
	{
		border: #fbe874 solid 1px;
		text-align: center;
	}
	
	hr
	{
	border: 0;
	color: #fbe874;
	background-color: #fbe874;
	height: 1px;
	width: 100%;
	text-align: left;
	}


	TABLE.board td
	{
		background: transparent;
		background-repeat: no-repeat;
		vertical-align: middle;
		padding: 0px;
		background-position: center;
	}
	TABLE.board TD.pit, TD.store
	{
		WIDTH: 30px;
		text-align: center;
		color: #b29b05;
		font: 14px sans-serif;
		font-weight: bold;
	}
	
	TABLE.board TD.logo
	{
		background-image: url(images/logo.png);
		background-position: center;
		height: 40px;
	}
	
	TABLE.board TD.pit
	{
	    HEIGHT: 40px;
	}
	
	TABLE.board TD.pit[player="yes"]:hover
    {
		background-image: url(images/pitHover_30.png);
		cursor: hand;
    }
	
	TABLE.board TD.unpicked
	{
	 	background-image: url(images/pit_30.png);		
	}

	TABLE.board TD.picked
	{
		background-image: url(images/pitHover_30.png);
	}

	TABLE.board TD.store
	{
	    HEIGHT: 90px;
		background-image: url(images/store_30.png);
	}

	.statusBar
	{
		border: #b29b05 solid thick;
		background: #b29b05;
		color: #ffffff;
		font: 12px sans-serif bold;
		text-align: center;
	}
	
	.help
	{
		position: absolute;
		top: 5px;
		left: 5px;
	}
	
