.fqcContainer{
	border-width: 1px; border-style: solid; 
	border-color: #aaa #d1d1d1 #d1d1d1 #aaa;
	background-color: #EDEDF3;
	color: black;
}

.firstStopHour, .firstStopHourActive, .firstStopHourHover {
	background-color: #fff;
	color: #5E6783;
	width: 25ex;
	text-align: center;
	line-height: inherit;
	padding: 2px 1em;
	margin: 0px 0.5em;
	width: 9em;
	border: 1px solid #f1f1f1;
	border-bottom: none;		
	display: inline;
}

.firstStopHourHover, .firstStopHourActive {
	background-color: #F1F1F1;
	border-style: none; 
	color: #5E6783;
}

.firstStopHourActive {
	font-size: 1.5em;
	font-weight: bold; 
 }
 
.cityName {
	font-weight: bold;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
} 

.stopName {
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
} 

.fqcNames {
	text-align: left;
	padding: 2px 2px 2px 20px;
}

.carrierPanelSelectedConenctionDetailsContainer {
	height: 350px;
	max-height: 350px;
	overflow:auto;
	overflow-x:hidden;
}


