p.fidsError {
	margin-top: 1em;
	margin-bottom: 1em;
}

.fidsMain {
	margin-top: 0px;
	text-align: center;
	padding: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;

	text-align: center;	
}
.fidsTitle {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

.fidsFooter {
   padding-top:10px;
	font-size: 12px;
	font-weight: bold;
}

.fidsPrimary {
	margin-top: 10px;
	margin-bottom: 0px;
}

.fidsSecondary {
	margin-top: 20px;
	margin-bottom: 30px;
}

/**************************
 * FIDS Switch
 */
.fidsSwitch table {
	width: 655px;	
}

.fidsSwitch td {
	width: 50%;
	
	padding: 5px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	
	
	

}

.fidsSwitch td.active {
	background-color: #391084;
}


.fidsSwitch td a {
	color: #00f;
}


.fidsSwitch td.active a {
	color: #fff;
}



/*****************************
 * FIDS Form
 */
.fidsSingleFlightForm form {
	margin: 5px 0px;	
}

.fidsSingleFlightForm h1 {
	font-size: 8pt;
	display: inline;
}


.fidsSingleFlightForm select {
	margin-left: 5px;
	margin-right: 10px;
	font-size: 8pt;
}

.fidsSingleFlightForm input {
	margin-left: 5px;
	margin-right: 10px;
	font-size: 8pt;
}