.tableshade table{
	font: 12px 'Century Gothic', Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
	color: #444444;
	width:100%;border-collapse:collapse;margin:1em 0; 
	}

.pointer {color:#333;}


table {font-size: 12px; }


.highlight		{ background:#d5fcdc; }
.tableshade even			{ background:#fff; }
.mo			{ background:#e3f1fb; }
.tableshade odd			{ background:#eee; }
.tableshade th		{ padding:5px; background:#ddd; border-bottom:1px solid #999; text-align:left; font-weight:bold; }
.tableshade td		{ padding:5px 0px 5px 5px; border-bottom:1px solid #ddd; }

.tableshade tr:nth-child(odd)		{ background-color:#eee; }
.tableshade tr:nth-child(even)		{ background-color:#fff; }
