/*****************************************
 * FlightFinder Results
 */

.ffResult {
	font-size: 14px;
}

.ffResult table {

}

.ffResult tr.even {
	background-color: #849bfd;
}

.ffResult tr.odd {
	background-color: #0045bf;
}

.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;
}



html>body .ffResultList table 
{
	width:100%
}


div.ffResultList div.header 
{
	/*height:40px;*/
	width:auto;
	background-color: #6F5D6C;
	color:#fff;
	overflow:hidden;
}

div.ffResultList div.header table 
{
	width:100%;
}

div.ffResultList div.header th {
	color: #000;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 2px solid #fff;
	border-right: 0px solid #234F7B;
	background-color: #cddaff;
	padding-top: 9px;
	padding-bottom: 9px;
}


div.ffResultList div.header th.c1, div.ffResultList div.data td.c1{width:180px;}
div.ffResultList div.header th.c2, div.ffResultList div.data td.c2{width:50px;}
div.ffResultList div.header th.c3, div.ffResultList div.data td.c3{width:180px;}
div.ffResultList div.header th.c4, div.ffResultList div.data td.c4{width:160px;}
div.ffResultList div.header th.c5, div.ffResultList div.data td.c5{width:90px;}
div.ffResultList div.header th.c6, div.ffResultList div.data td.c6{width:90px;}
div.ffResultList div.header th.c7, div.ffResultList div.data td.c7{width:auto;}











div.ffResultList div.header th.c1
{
	padding-left:20px;
}

div.ffResultList div.header th.c6
{
	border-right:0px;
}










.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:100%;
	overflow:auto;
}

html>body div.ffResultList div.data
{
	width:100%;
}

div.ffResultList div.data table {
	width:100%;
}



div.ffResultList div.data td {
	padding-left: 10px;
	padding-right: 10px;	
	font-size:18px;
	text-align: left;
	padding-top:10px;
	padding-bottom:9px;
	vertical-align:top;
	border-bottom:0px solid #ccc;
	border-right:0px solid #fff;
	color:#fff;
}

html>body div.ffResultList div.data td
{
	padding-top:8px;
	padding-bottom:9px;
}


div.ffResultList div.data td.c1
{
	padding-left:20px;
	padding-top:5px;	
}
div.ffResultList div.data td.c4
{
	color:	#fff;
	font-weight:bold;
}

div.ffResultList div.data td.c4 p
{
	display:inline;
	padding-left:10px;
	
}


div.ffResultList div.data td.c6
{
	border-right:0px;
}


.ffResultList div.data a {
	color: #000000;
}


.ffResultList a:visited {
	
}




/*********************************
 * Individual Results
 */


.ffResultIndividual 
{
	width:auto;
	text-align:center;
	padding-top:10px;
}

.ffResultIndividual .ffHeader 
{
	display:none;
	width:auto;
	min-height:30px;
	background-color: #CCCC99;
	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:#61B8B2;
	color:#ffffff;
	border-right:2px solid #B6D8D5;
	border-bottom:2px solid #B6D8D5;
	text-align:left;
	padding-left:10px;
	text-transform:none;


}

.ffResultIndividual table.infoHeader td span.status {
	font-weight: bold;
	color: #0059A9;
}

.ffResultIndividual table.info
{

	width:400px;
	margin:0 auto;
}


.ffResultIndividual table.info th
{
	border-right:2px solid #B6D8D5;
	border-bottom:2px solid #B6D8D5;
	padding-left:10px;
	text-align:left;
}

.ffResultIndividual table.info td 
{
	border-right:2px solid #B6D8D5;
	border-bottom:2px solid #B6D8D5;
	padding-left:10px;
	text-align:left;
}


.ffResultIndividual tr.odd {
	background-color:#DBE7EB;
}

.ffResultIndividual tr.even {
	background-color:#f1f2f0;
}