
/*
controls the look and feel of the 'pixels-sold/available' box:
*/

	body {
		margin: 0px 0px 0px 0px;
		padding:0px;
		background: url(bodybg.gif) repeat #999999;
            	font-family: trebuchet ms, helvetica, verdana;
            	font-size: 9pt;		
		}

.status {	
		width:150px;
		height:50;
		border:0;
		padding: 8 30 0 10;
		background: white;
		font-size: 12px;
		font-family: trebuchet ms, helvetica, verdana;
		text-align:left;
		line-height:16px;
		color:#DC1414;
	}

.status_body {

	margin:0px; 
	background-color: white;

}
/*
Table cells (inside tables)
*/
	TD {

		font-size: 12px;


	}
/*
Heading bar
*/
	.heading_bar {
		background: white;
		font-size: 12px;
		color:#3366CC;
	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  {
	
		background: #C82828
		color: #DC1414;
            	font-family: trebuchet ms, helvetica, verdana;
		font-weight: bold;		
		text-align: center;
		font-size: 12px;


	}
	#pagecontent {
		background:white;
		padding: 10px;
		width: 600;
		text-align: left;
		vertical-align: top;
		color: #3366CC;		
		}

    a:link              { color:#3366CC; text-decoration:none;border-bottom:#3366CC dashed 1px; font-weight: bold; }
    a:visited           { color:#3366CC; text-decoration:none;border-bottom:#3366CC dashed 1px; font-weight: bold;}
    a:hover             { color:#DC1414; text-decoration:none;border-bottom:#DC1414 dashed 1px; font-weight: bold;}
    a:active            { color:#3366CC; text-decoration:none;border-bottom:#3366CC dashed 1px; font-weight: bold;}

h2,h4 {color: #DC1414;}

	hr.c {	
		border: none 0; 
		border-top: 1px dashed #bbbbbb;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
		height: 1px;
		}
/*
Links in the menu bar
*/
	A.menu_bar { color:white; text-decoration:none;border-bottom:white dashed 1px; font-weight: bold;}