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