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

.status_body {

	margin:0px; 
	background-color: transparent;

}
/*
Table cells (inside tables)
*/
	TD {

		font-size: 12px;


	}
/*
Heading bar
*/
	.heading_bar {
	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  {
	
		background-color: #000088;
		color: white;
		font-weight: bold;
		text-align: center;
		font-size: 13px;


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

	}

