@charset "UTF-8";
 
/* Onde Estamos begin */

.selectComboLocation{
	width: 46%;
	float: left;
}
.labelComboLocation{
	color:#C1001B;
	font-weight:700;
}

.selectImageLocation{
	width: 54%;
	float: right;
}
.stationList{
	width: 100%;
	float:left;
	position:relative;
	margin-top:20px;
	text-align:center;
}

.selectImageLocation .imgBackground {
	visibility:visible; 
	border:none;
}
		
.selectImageLocation .imgDisplay{
	display: block;
	position:relative;
	border:none;
}
.selectImageLocation .imgNone{
	display: none;
}
	
.cmbStation {
	height:20px;
	width:180px;
}
	
tr.titleStationList td {	
	min-width:130px;
}

tr.titleStationList td h3{
	color:#C1001B;
	font-size:17px;
	margin-right:10px;
	padding-left:0.2em;
}
.station  {
	height:60px;
}
.station  td{
	border-bottom: 1px solid rgb(0, 0, 0);
}

.stationNote{
	float:left;
	position:relative;
	width:100%;
	font-size:82.25%;
}

/* Onde Estamos end*/

