a, a:link, a:visited, a:active{
	color:#ffffff;
}

/*****************************************
 * FlightFinder Results
 */

body 
{
	background:none transparent;
	/*background-color:#0C2735;*/
	font-family:Arial,Verdana;
	color:#ffffff;
}

.ffResult {
	font-size: 12px;
}

.ffResult table {

}

.ffResult tr.even {
	/*background-color: Transparent;*/
}

.ffResult tr.odd {
	/*background-color: Transparent;*/
}

.ffResult .original {
	color: #aaa;
	font-style: italic;
}


.ffResult .diversion {
	border: 1px solid #f00;
	padding: 0px 15px;
}



.ffResult .recovery {
	border: 1px solid #0f0;
	padding: 0px 15px;
}




/****************************
 * List Results
 */

.ffResultList {
	text-align: left;
}

.ffResult .diversion {
	color: #c00;
	border: none;
	padding:0;
	margin:0;
}

.ffResult .recovery {
	color: #c00;
	border: none;
	padding:0;
	margin:0;
}


.ffResultList table 
{
	width:100%;
}

html>body .ffResultList table 
{
	width:100%;
}


div.ffResultList div.header 
{
	width:auto;
/*	background-color: #FFB900;
	border:1px solid #FFB900;
	display:none;
	overflow:hidden; */
	padding-bottom:3px;
}

div.ffResultList div.header table 
{
	width:100%;
	
}

div.ffResultList div.header th {
	/*height:29px;*/
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	/*padding-left:8px;*/
	text-align:left;
	vertical-align:middle;
}

div.ffResultList div.header th.c1, div.ffResultList div.data td.c1 {
	/*padding-left:15px;*/
	
}


.ffResultList div.header a, .ffResultList div.header a:link, .ffResultList div.header a:visited, .ffResultList div.header a:active {
	color: #000000;
	text-decoration: none;
}

.ffResultList div.header a:hover {
	text-decoration: underline;
}

.ffResultList .ffHeaderSort {
	padding-left:1px;	
}

.ffResultList div.header a.statusExpl {
	color: #000;
	text-decoration: underline;
	font-size: 8px;
	position:relative;
	top:-5px;
}


div.ffResultList div.sort {
	width:100%;
	text-align:left;
}

div.ffResultList div.sort table {
	width:100%;
}

div.ffResultList div.data {
	width:auto;
	border:0px solid #666666;
	border-top:0px;
	overflow:hidden;
}

html>body div.ffResultList div.data
{
	width:auto;
}

div.ffResultList div.data {
}



div.ffResultList div.data td {
	/* height:23px;*/
	line-height:1.2;
	/* padding-left: 8px; */
	font-size:12px;
	text-align: left;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align:top;
	color:#ffffff;

}

.ffResultList div.data a {
	color: #FFFFFFF;
}


.ffResultList a:visited {
	color: #FFFFFFF;
}




/*********************************
 * Individual Results
 */


.ffResultIndividual 
{
	width:auto;
	text-align:center;
	padding-top:10px;
}

.ffResultIndividual .ffHeader 
{
	width:auto;
	min-height:30px;
	text-align:left;
	vertical-align:middle;	
	padding-top:7px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	margin-bottom:10px;
}

html>body .ffResultIndividual .ffHeader 
{
	min-height:18px;
}



.ffResultIndividual .ffHeader .acid 
{
	font-weight:bold;
	
}

.ffResultIndividual .ffHeader .operatedBy {
	font-size: 11px;
}

.ffResultIndividual h3.acid 
{
	display:none;
}


.ffResultIndividual p.map {
	margin-bottom:10px;
}

.ffResultIndividual .ffBasicMainButton 
{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

.ffResultIndividual .ffBasicMainButton img
{
	border:none;
}


.ffResultIndividual .ffDisclaimer {
	padding:5px 10px;
}


.ffResultIndividual tr 
{
	height: 26px;
}

.ffResultIndividual .leg 
{
	text-align:center;
}

.ffResultIndividual table.infoHeader 
{
	width:400px;
	margin:10px auto 0 auto;

}


.ffResultIndividual table.infoHeader th 
{
	background-color:#FFB900;
	color:#0B2532;
	border-right:2px solid #0B2532;
	border-bottom:2px solid #0B2532;
	text-align:left;
	padding-left:10px;
	text-transform:none;
	font-size:14px;

}

.ffResultIndividual table.infoHeader td span.status {
	font-weight: bold;
	color: #ffffff;
}

.ffResultIndividual table.info
{

	width:400px;
	margin:0 auto;
}


.ffResultIndividual table.info th
{
	border-right:2px solid #0B2532;
	border-bottom:2px solid #0B2532;
	padding-left:10px;
	text-align:left;
}

.ffResultIndividual table.info td 
{
	border-right:2px solid #0B2532;
	border-bottom:2px solid #0B2532;
	padding-left:10px;
	text-align:left;
}


.ffResultIndividual tr.odd {
	background-color:#ffffff;
}

.ffResultIndividual tr.even {
	background-color:#FFEBAC;
}

span.statusTitle
{
	color:#ffffff;	
}

span.ffColon
{
	color:#ffffff;		
}

div.accessFooter
{
	display:none;
}