ul {
	color: black;
	background: #fff;
	border: 1px solid #B4B4B4;
	font: bold 20px Helvetica;
	padding: 0;
	margin: 15px 10px 17px 0;
	-webkit-border-radius: 8px;
}

ul li {
	color: #000;
	border-top: 1px solid #B4B4B4;
	list-style-type: none;
	padding: 10px 10px 10px 10px;
}

li:first-child {
	border-top: 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

li:last-child {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

ul li a {
	color: #000;
	text-decoration: none;
	text-overflow: ellipsis;
	whilte-space: wrap;
	overflow: hidden;
	display: block;
	padding: 12px 10px 12px 10px;
	margin: -10px;
}

ul li a.inline {
	display: inline;
	padding: 20px;
}

ul li.arrow {
	background-image: url(img/chevron.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#contable {
	margin: 0;
	padding: 0;
	background-color: rgb(255,255,255);
}

#contable ul {
	-webkit-border-radius: 0;
	margin: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

#contable ul li {
	font-size: 20px;
}

#contable li {
	-webkit-border-radius: 0;
}

#contable li.subtitle {
	background: #333;
	color: #fff;
}

#contable li.subtitle a {
	color: #fff;
}

#contable li.line {
	background: #ccc;
	color: #00f;
}

#contable li.line a {
	color: #00f;
}

#contable li a.mon-fri {
	color: #00f;
	display: inline;
	margin: 0;
	padding: 5px;
	alignment: right;
}

#contable li a.weekend{
	color: #f40;
	display: inline;
}

#contable li a.sat {
	color: #fa0;
	display: inline;
}

#contable li a.sun {
	color: #f00;
	display: inline;
}

#contable li a.station {
	color: #00f;
	display: inline;
}

#contable strong.mf {
	color: #00a;
}

#contable strong.weekend {
	color: #f40;
}

#contable strong.sat {
	color: #fa0;
}

#contable strong.sun {
	color: #f00;
}

#contable li.mon-fri {
	background: #00a;
	color: #fff;
}

#contable li.weekend {
	background: #f40;
	color: #fff;
}

#contable li.sat {
	background: #fa0;
	color: #fff;
}

#contable li.sun {
	background: #f00;
	color: #fff;
}

