/* chart pages */


.datatable { background-color: #e6e7e7; }

.datatable td {
	font-size: 8pt;		
	}
	
.datatable th {
	font-size: 8pt;	
	text-align: left;	
	}	

.datatable a  { text-decoration: none; }
.datatable a:visited { text-decoration: none; }
.datatable a:hover { text-decoration: underline; }

.datatable .sortarrow { 
	border:0;
	margin-right: 2px;
	padding-top: 2px;
	padding-right: 2px;
 }


tr.whiteRow {
	background-color: white;
	}
	

	
tr.alternateRow	{
	background-color: #e9f1f1;
	}


.datatable .longheader {
	font-weight: normal;
	}
