#table{
	margin: 10px 0 0 1px;
	width: 99%;
}
#table tr th {
	background-color: #777;
	text-align: center;
	color: #fff !important;
}
#table tr th, #table tr td {
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 5px;
}

#table tr td {
	color: #303030;
}

#table thead tr th,
#table tr th.head {
	background-color: #32828e;
}
#table tr.highlight th {
	background-color: #595959;
	text-align: center;
	color: #fff !important;
}
#table tr.highlight td {
	background-color: #f6f6f6;
}
#top_link { 
	background-color: transparent;
	background-image: none;
	color: #b1b1b1;
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	width: 3em; 
	z-index: 5; 
}
#content_container_subpg .col2 a#top_link *		{ background-color: transparent; background-image: none; }
#content_container_subpg .col2 a#top_link { color: #c1c1c1; }
#content_container_subpg .col2 a#top_link img 	{ border: none; margin-left: .2em; width: .9em; }
#content_container_subpg .col2 a#top_link span 	{ left: 0; top: 0; }
.col2 p.alpha_links {
	font: bold 11px 'Trebuchet MS', Arial, sans-serif;
	margin-top: 0;
	padding-top: 0;
}
.alt-table th,.alt-table td{font-size:11px;text-align:center;vertical-align:middle}
.alt-table td.align-left{text-align:left}
.alt-table thead th{background-color:#32828e;color:#fff;width:12%}
.alt-table .time-cell{background-color:#ccc;color:#202020}
.alt-table .highlight-cell{background-color:#ddd}