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

.status_body {

	margin:0px; 
	background-color: #D7D7D7;

}
/*
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-image:url(grgrad.gif);
		background-repeat:repeat-x;
		background-position:top;
		color:#FFFFFF;
		font-weight: bold;
		text-align: center;
		font-size: 13px;


	}
	
	.bigmenu {
		min-width: 1000px;
		border:0px;
		border-bottom: 1px solid #313131;
	}
	
	.bigmenu th {
	    background: #003333 url('grgrad.gif');
		font-weight: bold;
		font-size: 14px;
		padding: 3px;
		color: #FFFFFF;
	}
	
	.bigmenu td {
		padding: 3px;
		background: #FFFFFF;
	}
	
	.bigmenu table {
		border-right: 1px solid #313131;
	}
	
	.bigmenu a, .bigmenu a:visited {
		color: #003366;
		font-size: 12px;
		text-decoration: none;
	}
	
	.bigmenu a:hover {
		text-decoration: underline;
		color: #EE0000;
	}
/*
Links in the menu bar
*/
.menu_bar a { color: #FFFFFF; text-decoration:underline;}
.menu_bar a:hover { color:#F5CDFE; text-decoration:none;}

