
/*
controls the look and feel of the 'pixels-sold/available' box:
*/
.status {	
		width:300px;
		height:30;
		border:0;
		padding: 1 0 0 0;
		background: #563F28;
		font-size: 12px;
		font-family: Arial;
		color: white;
		text-align:left;
		line-height:14px;
	}

.status_body {

	margin:0px; 
	background-color: #563F28;

}
/*
Table cells (inside tables)
*/
	TD {

		font-size: 12px;


	}
/*
Heading bar
*/
	.heading_bar {
		background: #563F28;


	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  {
	
		background: #0088c0;
		font-family: Verdana;
		color: white;
		font-weight: bold;
		text-align: left;
		font-size: 11px;
		padding-right:10px;
		padding-left:10px;
		padding-top: 0px;
		padding-bottom: 0px;
		text-decoration: none;


	}
/*
Links in the menu bar
*/
	A.menu_bar {
		color: white;

	}

/*
Links in Body Content
*/
		A.dcwlink:link    {color:#660000; text-decoration:none;}
		A.dcwlink:visited {color:#660000; text-decoration:none;}
		A.dcwlink:active  {color:#660000; text-decoration:none;}
		A.dcwlink:hover   {color:#660000; text-decoration:underline;}
		
/*
Video Labels
*/

	.video_label  {
	
		background: #0088c0;
		font-family: Verdana;
		color: white;
		font-weight: bold;
		text-align: left;
		font-size: 12px;
		padding-right:10px;
		padding-left:10px;
		text-decoration: none;
