@charset "UTF-8";
/* CSS Document */

#stations { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
	color:#fff;
	font-size:10px;
}
#stations th {
	background-color:#df370e;
	text-align: left;
	height:23px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0.25em;
	color: #fff;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#stations td { 
	margin: 0; 
	padding: 0.25em 0.25em 0.45em 0.25em;
	text-align: left;
}
#stations tr {
	border-bottom: solid 1px #555555;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#stations tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#stations tr.notinfocus { 
	background-color:#fff; 
}
#stations tr.selected { 
	color:#fff; 
}

#stations tbody { margin-top: 0; }
.even { background: #494949 url(/images/bg_grad_gray2.gif) }
.odd { background: #999999 url(/images/bg_grad_gray2.gif) }

.heading { color: #000000; text-transform:uppercase; text-align: center; font-weight: bold; letter-spacing: 0.1em; background: #999999 url(/images/bg_grad_gray2.gif) repeat-x; }

.rowHover {
	color: #000;
	background-color: #777;
	cursor: pointer;
}

.rowSelected { color: #990000; }
