div.hstmon {
/* 	border: solid 2px #a00; */
  	border: solid 4px #ffe423;
	background: #ffe423 URL(./ab_bg_4.png) repeat-y;
/*   	background-color: #ffe423; */
 	padding: 0;
	
	-moz-box-shadow: 4px 4px 3px #a96;
	-webkit-box-shadow: 4px 4px 3px #a96;
        box-shadow: 4px 4px 3px #a96;

	-moz-border-radius: 7pt;
	-webkit-border-radius: 7pt;
  	border-radius: 7pt;

	width: 220px;
	font-size: 11pt;
	font-family: monospace, 'Courier';
	font-weight: bold;
/*	color: #FFFAA6; 
	background: #111;
	border: solid 1px #666;*/
}

div.resultLine {
	color: #f2cf0d;
	font-weight: bold;
	font-style: normal;
	padding: 0;
	margin: 0;
/* 	background: #fffaa6 URL(./ab_bg_4.png) repeat-y; */
	clear: left;
}
div.station {
   	background-color: #ffe423;
	font-size: 110%;
	text-align: center;
	font-family: Sans Serif, 'Arial', 'Helvetica';
	font-weight: bold;
/* 	padding-left: 3px; */
}
div.time {
/* 	font-size: 110%; */
   	background-color: #ffe423;
	text-align: right;
}

div.line {
   	float: left;
/* 	font-size: 100%; */
	width: 15%;
	padding-left: 4px;
}

div.direction {
  	float: left;
	bottom: 0;
/* 	text-align: right; */
/*  	padding: 0 5px; */
	width: 60%;
}

div.delay {
  	float: right;
	font-size: 100%;
	width: 10%;
	padding-right: 4px;
	text-align: right;
}

hr.clear {
	border-color: #ccc;
/* 	clear: both; */
/* 	clear: left; */
	width: 100%;

}