
/*
controls the look and feel of the 'pixels-sold/available' box:
*/
.status {	
		width:134px;
		height:43;
		border:0;
		padding: 5 0 0 0;
		background: #fff url(s_bg.gif) no-repeat;
		font-size: 12px;
		font-family: Arial;
		text-align:center;
		line-height:16px;
	}

.status_body { background-color: #fff; margin:0; }
/*
Table cells (inside tables)
*/
	TD { font-size: 12px; background-color: #fff; }
/*
Heading bar
*/
	.heading_bar {
		background: #fff;


	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  { color: white; font-weight: bold; text-align: center; font-size: 13px; background-color: green; background-image: url('(EmptyReference!)'); background-repeat: inherit; background-attachment: scroll; background-position: 0 0; }
/*
Links in the menu bar
*/
	A.menu_bar {
		color: white;

	}
