@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

.ui-tabs .ui-tabs-nav li a { padding: 0.5em 0.95em; }

a:link, a:visited {
	font-size: 100%;
	font-weight: bold; 
	text-decoration: none; 
	color: #3B5A95;
	}


a:hover, a:active { 
	text-decoration: underline; 
	color: #FF3300;
	}

p	{
	padding: 0;
	font: 90%/170% Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	}
	
p.side	{
	margin: 5px 2px;
	font: 65%/170% Verdana, Arial, Helvetica, sans-serif;
	float: right;
	border: 1px solid #efefef;
	}

p.side a:link{ 
	background: transparent url(i/gradGrey.png) top left repeat-x;
	padding: 5px;
	margin 3px;
	text-decoration: none; 
	color: #3B5A96;
	}
	
p.side a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #3B5A96;
	}
	
p.side a:hover{ 
	font-weight: bold; 
	text-decoration: underline; 
	color: #FF3300;
	}
	
p.side a:active{ 
	font-weight: bold; 
	text-decoration: underline; 
	color: #FF3300;
	}

td p{
	margin-bottom: 0px;
	}

p.caption	{
	padding: 0;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-top: 0px;
	}

#container {
	position: absolute;
	background: #fff;
	margin: 0px;
	padding: 0px 6px;
}

#content_liq {
	position: relative; width: auto;
	float: left;
	clear: both;
	}
	
#content_liq .lineTitle {
	position: absolute;
	visibility: hidden;
}

#content_liq .lineDesc {
	position: absolute;
	visibility: hidden;
}
	
#fullwidth_liq {
	float: left;
	padding: 0;
	border: none;
	margin-top: 0px;
	width: auto; height: auto;
	}
	
#route{
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	margin-bottom: 15px;
	clear: both;
	}

table { width: 100%; border: 0; }

table#timeTableHorizontal	{ }
table#timeTableHorizontal tbody tr td,
table#timeTableHorizontal th	{padding: 7px;}

tr td {
	border-bottom: #FFF 1px solid;
	padding: 3px 0;
	font-size: .9em;
	text-align: center;
}

tr td.evencolumn{
	background-color: #eec;
}

tr td.oddcolumn{
	background-color: #def;
}

tr td.evencolumn2{
	background-color: #eec;
}

tr td.oddcolumn2{
	background-color: #def;
}

tr td.evencolumn3{
	background-color: #eec;
}

tr td.oddcolumn3{
	background-color: #def;
}

tr td.evencolumn4{
	background-color: #eec;
}

tr td.oddcolumn4{
	background-color: #def;
}


tr.evencolumn{
	background-color: #eec;
}

tr.oddcolumn{
	background-color: #def;
}

th	{
	background: #e4e4e4;
	vertical-align: top;
	padding: 3px;
	font-size: .8em;
	font-weight: bold;
	color: #000;
}
	
th.last	{border: none;}

img.corner {
   border: none;
   text-align: right;
   display: block !important;
}
/****************/

#footer_liq  {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 5px auto 0px auto;
	padding-top: 0px;
	padding-bottom: 15px;
	color: #999999;
	font-size: 95%; font-weight: normal;
	clear: both;
  }
  
#footer_liq a{
	font-weight: normal;
	color: #999;
	text-decoration: underline;
	font-size: 95%;
	}

#footer_liq a:hover {
	text-decoration: underline;
	}
	
#expand {
	clear: both;
	visibility: hidden;
}



