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

.status_body {

	margin:0px; 
	/*mtx background-color: #D7D7D7; mtx*/
	background-color: #636562;
}
/*
Table cells (inside tables)
*/
	TD {

		font-size: 12px;


	}
/*
Heading bar
*/
	.heading_bar {
		/*mtx background: #D7D7D7; mtx*/
		background: #636562;
		color: white;
		font-size: 13px;
		font-weight: bold;
	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  {
		background: #fff  url(grgrad.gif) repeat-x;
		color: #000000;
		font-weight: bold;
		text-align: center;
		font-size: 13px;
		height: 20px;

	}
/*
Links in the menu bar
*/
	A.menu_bar {
		/*mtx color: white; mtx*/

	}
