.tabs { background: #fff; position: relative; float: left; margin: 0px 0 20px 10px; width: 600px; border: 1px solid #ccc; padding: 10px; }
ul.tabNavigation { position: absolute; top: 0; left: 0; width: 620px; float: left; background: #58788f; }
ul.tabNavigation li { float: left; }
ul.tabNavigation li a { padding: 4px 8px; display: block; font-size: 18px; color: #fff; margin-right: 12px; }
ul.tabNavigation li.last a { border-right: 1px solid #fff; }
ul.tabNavigation li a:hover { background: #1c577c; color: #fff; }

.panel-content { width: 600px; background: #fff; margin-top: 50px;}
.panel-content p {color: #000; }

table#routes { font: 12px Lucida Sans, Lucida, Lucida Grande, Tahoma, sans-serif; width: 600px; }
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #8AB8E2;
}
td {
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}