@charset "utf-8";

body#home .selectList {
	border-right: black 2px solid;
	border-top: black 2px solid; 
	border-left: black 2px solid; 
	border-bottom: black 2px solid; 
	width: 350;
	height: 28px;
	font-size:20px;
	background-color: #fff;
	color: #4d4543;
}
body#home .STATIONNAME {
	margin: 0px;
	padding: 0px;
	
	width: 0px;
	float: left;
	font-weight:bold;
	font-size:15px;
}
body#home .STATIONLINK {
	margin: 0px;
	padding: 0px;

	font-weight:bold;
	font-size:20px;
	float: left;
	width: 400px;
	height:400px;
}
body#home .STATIONQR {
	margin: 0px;
	padding: 0px;

	font-weight:bold;
	font-size:13px;
	float: right;
	width: 120px;
	height: 113px;
}

a.stationLinkButton{
	background: url('../images/stationlink_r.gif') no-repeat top left;
	display: block;
/*	float: center;*/
	font: bold 13px ; /* Change 13px as desired */
	line-height: 22px; 
	height: 64px; /* Height of button background height */
	padding-left: 20px; /* Width of left menu image */
	text-decoration: none;
	text-align: center;
}

a:link.stationLinkButton, a:visited.stationLinkButton, a:hover.stationLinkButton, a:active.stationLinkButton{
	color: black; /*button text color*/
}

a.stationLinkButton span{
background: transparent url('../images/stationlink.gif') no-repeat top right;
display: block;
padding: 10px 20px 10px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.stationLinkButton{ /* Hover state CSS */
text-decoration: underline;
}
.title {
	font-weight: bold;
	font-size: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.lines {
	width: 100%;
	border-top: 0px;
	border-left: 0px;
}
.lines td{
	width: 33%;
	border-right: 0px;
	border-bottom: 0px;
}
.stations {
	width: 100%;
	border-top: 0px;
	border-left: 0px;
}
.stations td{
	width: 33%;
	border-right: 0px;
	border-bottom: 0px;
}
