
/* EFA Stylez */
.itineraryHeaderDescription {font-weight: bold; font-size: 12px; color: #ABABAB;}
.itineraryHeaderValue {font-size: 12px;}
.itineraryOverviewHeader {font-weight: bold; font-size: 12px; color: #ABABAB;}
.itineraryOverviewData {font-size: 12px;}
.itineraryDetailView {font-size: 12px;}
.trip {text-decoration: none; font-size: 12px;}
.description {font-size: 12px; width:160px;}
.minidescription {font-size: 12px;}
.section  {font-weight: bold; font-size: 12px; color: #ABABAB; width:160px; /*text-align:top;*/}
.odvtype {font-size: 12px;}
.smalldescription {font-size: 12px;}
.Messagetext {font-weight: bold; font-size: 12px; color: #FF0000;}
.identified {font-weight: bold; font-size: 12px; color: #008000;}
.note {font-weight: bold; font-size: 12px; color: #FF0000;}
.downloadtext {font-size: 12px;}
.dmHeaderDescription, .dmHeaderValue {font-weight: bold; font-size: 14px;}
.dmTableHeaderText {font-weight: bold; font-size: 12px;}
.dmDeparture {font-size: 12px;}

#efa_type_origin,
#efa_type_destination,
#efa_type_dm,
#efa_itdTripDateTimeDepArr {
	font-size: 12px;
	background: #fff;
	border: 1px solid #7F9DB9;
	padding-left:2px;
	margin: 2px;
	width: 160px;
	height: 1.7em;
}

#efa_changeSpeed,
#efa_lineRestriction {
	font-size: 12px;
	background: #fff;
	border: 1px solid #7F9DB9;
	padding-left:2px;
	margin: 2px;
	height: 1.7em;
}

#efa_name_origin,
#efa_name_destination {
	font-size: 12px;
	background: #fff;
	border: 1px solid #7F9DB9;
	padding-left:2px;
	margin: 2px;
	height: 1.7em;
	/*width : 160px;*/
}


.efa_inputfld {
	border: 1px solid #919191;
	padding: 2px 2px;
	height: 1.25em;

}

.efa_inputfld:hover,
.efa_inputfld:focus {
	background: #F4F4F4;
}

.checkradiobox {
	border: 0px;
	padding-left: 20px;
}

.button
 {
	background: #919191; 
	color: #fff;
	border: 1px solid #919191;
	padding: 2px 5px 4px 5px; /* use padding for vertical align  */
	margin: 0 0 0 5px;
	height: 1.75em;
}

* html input.button { /* for IE */
	margin: 1px 0 0 5px;
}

