
/*
controls the look and feel of the 'pixels-sold/available' box:
*/
.status {	
		width:134px;
		height:54px;
		border:0;
		padding: 8px 0 0 0;
		background: url(status_bg.gif) no-repeat #FFF;
		font-size: 12px;
		font-family: Verdana, Arial;
		text-align:center;
		line-height:16px;
		color: #48525b;
	}

.status_body {
	margin:0px; 
	background-color: #FFF;

}
/*
Table cells (inside tables)
*/
	TD {
		font-size: 12px;
	}
/*
Heading bar
*/
	.heading_bar {
		background: #D7D7D7;
	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  {	
		background: #fff  url(grgrad.gif) repeat-x;
		color: white;
		font-weight: bold;
		text-align: center;
		font-size: 13px;
	}
/*
Links in the menu bar
*/
	A.menu_bar {
		color: white;
	}


.main_table {
border: solid 1px #CCC;
}
