
/*
controls the look and feel of the 'pixels-sold/available' box:
*/
.status {
	width:134px;
	height:43;
	border:0;
	padding: 5 0 0 0;
	font-size: 12px;
	font-family: Arial;
	text-align:center;
	line-height:16px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	}

.status_body {
	margin:0px;
	background-color: #FFFFFF;
}
/*
Table cells (inside tables)
*/
	TD {

		font-size: 12px;


	}
/*
Heading bar
*/
	.heading_bar {
		background: #ffffff;


	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  {
	background: #fff  url(http://www.milliondollargreenpixel.com/grgrad.gif) repeat-x;
	color: white;
	font-weight: normal;
	text-align: center;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	}
/*
Links in the menu bar
*/
	A.menu_bar {
		color: white;

	}
