﻿/* TABLES */

#stationTable{
	width: 740px;
}

#stationTable .head{
	width: 100%;
	float: left;
	padding: 10px;
	margin: 0 0 20px 0;
	color: white;
	background: #0061AA;
}

#stationTable .body{
	width: 100%;
	float: left;
}

#stationTable .head h1{
	font-size: 21px;
	margin: 5px 0 0 0;
	width: 84px;
	float: left;
}

#stationTable .head p{
	padding: 2px 0 0 0;
}

#stationTable .head p a{
	color: white;
	text-decoration: underline;
}

#stationTable .head p a:hover{
	text-decoration: none;
}

#stationTable .head input{
	height: 30px;
	width: 260px;
	font-size: 16px;
	margin: 0 6px 4px 0;
	padding: 1px 4px 0 4px;
	border: 1px solid #004273;
	border-bottom: 1px solid #008bd8;
	border-right: 1px solid #008bd8;
}

#stationTable p.select{
	width: 340px;
	float: left;
}

#stationTable .head p strong a{
	font-size: 14px;
	font-weight: bold;
	color: #0061AA;
	padding: 4px 12px 3px 12px;
	background: #e9edf0;
	border: 1px solid #004273;
	color: black;
}

#stationTable .tableNav{
	width: 400px;
	float: left;
}

#stationTable .body .tableNav p{
	float: left;
	background: #e9edf0;
	margin: 0;
	padding: 0;
}

#stationTable .body .tableNav p a{
	margin: 0;
	line-height: 27px;
	font-size: 12px;
	padding: 4px 20px 0 20px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#stationTable .body .tableNav p.tab2{
	background: #c0c0c0;
	margin: 0 20px 0 0;
}

#stationTable .body .tableNav p.tab1{
	background: #c0c0c0;
	margin: 0 0 0 0;
}

#stationTable .body .tableNav p:hover, #stationTable .body .tableNav p:hover a{
	background: #777;
	color: white;
}




#stationTable .table-context{
	width: 100%;
	float: right;
	margin: 0 0 20px 0;
	
}

#stationTable .table-context p{
	margin: 0;
	padding: 0;
}

#stationTable .table-context a.goto{
	float: left;
	margin: 0 20px 0 0;
}


#stationTable .filter{
	width: 100%;
	float: left;
	padding: 10px;
	
	background: #e9edf0;
}

#stationTable .body .filter h4{
	clear: both;
	float: left;
	width: 160px;
	margin: 4px 0 0 0;
	font-weight: normal;
}

#stationTable .filter input{
	margin: 0 4px 0 0;
}

#stationTable p.input{
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
}

#stationTable p.updated{
	float: right;
	margin: 3px 0 0 0;
	padding: 0;
	font-style: italic;
}

#stationTable input.medium{
	width: 160px;
}

table.stationTable{
	table-layout:fixed;
	width: 100%;
}

table.stationTable thead tr{
	margin: 4px 0 4px 0;
}

table.stationTable thead tr th.timestamp{
	padding: 10px 0 4px 10px;
}


table.stationTable tbody tr.oddrow{
	background: #E9EDF0;
	background: white;
}

table.stationTable tbody tr:hover{
	background: #E9EDF0;
	cursor: pointer;
}

table.stationTable td{
	background: none;
	padding: 5px 4px 5px 4px;
	line-height: 18px;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
}

table.stationTable td.timestamp{
	padding: 5px 4px 5px 10px;
}

table.stationTable th{
	padding: 10px 0 4px 4px;
}


table tr td.delay{
	color: red;
}

table.stationTable tr.expand{
	background: #fffccc;
}


table.stationTable tr.expanded:hover{
	background: none;
	cursor: default;
}
	
table.stationTable tr.expanded td{
	padding: 0 0 10px 0;
	border: none;
	background: #E9EDF0;
	background: #fffccc;
	background: #fffddd;
}

table.stationTable tr.expanded h3{
	padding: 0 0 0 16px;
	margin: 10px 0;
}


table.stationTable ul{
	margin: 0;
	padding: 0;
	
}

table.stationTable ul li{
	line-height: 24px;
	padding: 0 10px 0 0;
}


table.stationTable ul li.route{
	font-weight: bold;
}

table.stationTable ul li em{
	font-style: normal;
	display: block;
	float: left;
	width: 50px;
}

table.stationTable ul li span{
	font-style: normal;
	display: block;
	float: left;
	width: 213px;
}

table.stationTable ul li span.passed{
	display: block;
	line-height: 1000px;
	overflow: hidden;
	height: 24px;
	width: 35px;
	margin: 0 16px 0 0;
	background: url(../img/table-route_passed.png) left no-repeat;
}

table.stationTable ul li span.current{
	display: block;
	line-height: 1000px;
	overflow: hidden;
	height: 24px;
	width: 35px;
	margin: 0 16px 0 0;
	background: url(../img/table-route_current.png) left no-repeat;
}

table.stationTable ul li span.disabled{
	display: block;
	line-height: 1000px;
	overflow: hidden;
	height: 24px;
	width: 35px;
	margin: 0 16px 0 0;
	background: url(../img/table-route_disabled.png) left no-repeat;
}

table.stationTable ul li span.end{
	display: block;
	line-height: 1000px;
	overflow: hidden;
	height: 24px;
	width: 35px;
	margin: 0 16px 0 0;
	background: url(../img/table-route_end.png) left no-repeat;
}
	


table.stationTable ul li strong{
	font-weight: normal;
	color: red;
}



#selectStation a{
	color: white;
	text-decoration: none;
}

#selectStation a:hover{
	text-decoration: none;
	color: #FFFCCC;
}

#selectStation  h2  a
{
	border: none;
}


/*Autocomplete*/


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #E9EDF0;
}

.ac_over {
	background-color: #0061AA;
	color: white;
}
