
	.statusbox {
		font-size: 13px;
		font-family: Monaco, monospace;
		width: 15em;
	}
	ul.boxy li {
		margin: 0px;
	}
	#boxes {
		font-family: Arial, sans-serif;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		width: 100%;
		/*background-image:url("images/numbers_back.png");*/
		background-repeat:no-repeat;
		float:left;
	}
	#headerrow
	{
		margin: 0px;
		padding: 0px;
		text-align:left;
		padding-top:0px;
		padding-bottom:0px;
	}
	#headerrow p
	{
		display:inline;
		padding-left:40px;
		padding-right:35px;
		text-align:center;
		background:#ccccff;
		margin:2px;
	}
	#rightrow
	{
		width: 20px;
		text-align:center;
		background:#ccccff;
		float:right;
		padding-top:15px;
	}
	#rightrow p
	{
		text-align:center;
		margin: 2px 0px 0px 0px;
		height: 100px;
		border: 1px solid #ccccff;
		text-align: center;
		margin-top: 7px;
	}
	#boxes li {
		cursor: move;
		position: relative;
		float: left;
		margin: 0px 0px 0px 0px;
		width: 120px;
		height: 160px;
		border: 0px solid #000;
		text-align: center;
		padding-top: 10px;
		background:none;	
	}

	#boxes li.boxes_image {
		cursor: move;
		position: relative;
		float: left;
		margin: 0px 0px 0px 0px;
		width: 120px;
		height: 160px;
		border: 0px solid #000;
		text-align: center;
		padding-top: 10px;
		background-image:url("../images/tile_image.png");
		background-repeat:no-repeat;
/*		background:none;	*/
	}

	#boxes li.boxes_title {
		cursor: move;
		position: relative;
		float: left;
		margin: 0px 0px 0px 0px;
		width: 120px;
		height: 160px;
		border: 0px solid #000;
		text-align: center;
		padding-top: 10px;
		background-image:url("../images/tile_title.png");
		background-repeat:no-repeat;
/*		background:none;	*/
	}

	.inspector {
		font-size: 11px;
	}

a:link#order_button, a:visited#order_button, a:hover#order_button, a:active#order_button{
	background-image:url(../images/toc_bg_off.png);
	background-repeat:repeat-x;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	text-decoration:none;
	line-height:32px;
	color:#000066;
	font-weight:bold;
	border:solid 1px #000066;
	background-color: #dddddd;
	padding:5px 10px;
	margin:10px 5px;
	background-position:bottom;
}

a:hover#order_button{
	background-image:url(../images/toc_bg_hover.png);
}

a:link#order_button2, a:visited#order_button2, a:hover#order_button2, a:active#order_button2{
	background-image:url(../images/toc_bg_off.png);
	background-repeat:repeat-x;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	text-decoration:none;
	line-height:32px;
	color:#000066;
	font-weight:normal;
    letter-spacing: 0.05em;
	border:solid 1px #000066;
	background-color: #dddddd;
	padding:1px 3px;
	margin:0px 3px;
	background-position:bottom;
}

a:hover#order_button2{
	background-image:url(../images/toc_bg_hover.png);
}

#message{
	color:#990000;
    font-weight:bold;
}

table.stats{
	border-spacing:0px;
	border: solid 1px #7094c3;
    background-color: #ffffff;
}

tr.stats{
	background-color: #7094c3;
	color:#FFFFFF;
}

#lighter{
	color:#666;
    letter-spacing: 0.01em;
    font-size:8pt;
}

hr{
	color: #003366;
	background-color: #003366;
	height: 2px;
	border: none;
}

#headerspan{
    color: #003366;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 3px 5px;
}

#scroller{
	width:215px;
    height:250px;
    overflow:auto;
	border: 1px solid #003366;
}
