﻿table.stationstable
{
	width:100%;
	font-family:Verdana;
	font-size:10px;

	border:solid 1px silver;
	border-spacing: 2px;
	border-collapse: collapse;
}
table.stationstable TH
{
	border:solid 1px silver;
	cursor:pointer;
}
table.stationstable TD
{
	border:solid 1px silver;
}
table.stationstable THEAD
{
	background-color: #ADBACE;
	font-size:12px;
	color:white;
}
table.stationstable TR.odd{background-color: white;} 
table.stationstable TR.even{background-color: #E5E5E5;}