body {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #DAD9C4;
	width: 530px;
}

a:link {
	color: #0C4A5B;
}
a:visited {
	color: #330000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}

.accessFooter {
	z-index: 100;
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 90px;
	/*background-color: #fff;*/
	padding-top: 5px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
}

.accessFooter img {
	float: left;
	margin-right:10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.accessFooter p {
	valign: top;
	font-size: 8pt;
	position: relative;
	left: 50px;
	width: 90%;
	top: 0px;
}

.ffResultIndividual {
	padding-top: 4px;
}

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 {
	color: #0D6F89;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 14pt;
	font-family: Arial;
}

.fidsFooter {
	padding-top:10px;
	font-size: 12px;
	font-weight: bold;
}

.fidsPrimary {
	margin-top: 0px;
	text-align: left;
}

.fidsSecondary {
	margin-top: 0px;
	margin-bottom: 30px;
}

/**************************
 * FIDS Switch
 */
.fidsSwitch table {
	margin-top: 10px;
	/*width: 530px;*/
	width: 66%;
}

.fidsSwitch td {
	width: 50%;

	padding: 5px;
	font-size: 12pt;
	font-weight: none;
	text-align: left;
}

.fidsSwitch td.active {
	text-color: #0D6F89;
}


.fidsSwitch td a {
	color: #0D6F89;
}


.fidsSwitch td.active a {
	color: #0D6F89;
}


/*****************************
 * 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;
}