.planet {
	padding : 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.planet H2 {
	padding: 0px;
	border-left-width : 0px;
	border-bottom-width : 2px;
	border-left-style : solid;
	border-bottom-style : solid;
	font-size: small;
}
.planet td {
	vertical-align: top;
	text-align: top;
}
.planet .button {
}
.planet .label1 {
	font-weight: bolder;
}
.planet .table {
	border: thin solid darkgray;
	background: #E0F2E0;
}
.planet .label2 {
 	/*font-weight: bolder;*/
 	font-style: italic; 	
}
.planet .error {
	color: red;
}
.planet .tableHeader {
	font: smaller;
	font-weight: bolder;
	border-bottom: thin solid ;
}

.planet .tableHeader2 {
	font: smaller;
	font-weight: bolder;
	border-right: thin solid;
}

.planet .tableDetails {
	font: smaller;
}
 
.planet .cPastTracker {
	/*background-color: #6495ED;*/
	/*background-color: gray;*/
	background-color: #C6D4C6;
	border-left: 1px outset gray;
	border-right: 1px outset gray;
	border-top: 1px outset gray;
	border-bottom: 1px outset gray;
	/*color: #ffffff;*/
	font-color: #000000;
	font-weight: bolder;
	font-size: x-Small;
}  

.planet .cPresentTracker 
{  
	background-color: ;  	
	border-left: 1px outset gray;  	
	border-right: 1px outset gray;  	
	border-top: 1px outset gray;  	
	border-bottom:1px outset gray ;  	
	color:#000000;  	
	font-weight: bolder;  	
	font-size:x-Small 
} 


.planet .cFutureTracker 
{  	
	background-color: ;  	
	border-left: 1px outset gray;  	
	border-right: 1px outset gray;  	
	border-top: 1px outset gray;  	
	border-bottom:1px outset gray ;  	
	color:gray;  	
	font-weight: normal;  	
	font-size:x-Small 
}


