/* tables */


table.tablesorter tbody tr.highlighted, table.tablesorter tbody tr.highlighted td
{
    background-color: #f5f5f5;
}

table.tablesorter tbody tr.highlightedVar2, table.tablesorter tbody tr.highlightedVar2 td
{
    background-color: #FFBD91;
}

table.tablesorter tbody tr.highlightedVar3, table.tablesorter tbody tr.highlightedVar3 td
{
    background-color: #FFD1A3;
}

table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: center;
	font-size: 12px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	color:#555555;
}
table.tablesorter thead tr .header {	
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	text-align:center;
	border-bottom:1px solid #E6EEEE;
}

table.tablesorter tbody td img {
    vertical-align:middle;
    text-align:center;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
	text-align:center;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #BDDEF2;
}

.tablesorter td
{
    text-align:center;
}



.tipsy
{
    padding: 5px;
    font-size: 85%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-repeat: no-repeat;
    font-size: 12px;
}

.tipsy-inner
{
    padding: 10px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: left;
    -moz-border-radius: 3px;
}

.tipsy-north
{
    background-image: url(images/tipsy/tipsy-north.gif);
    background-position: top center;
}

.tipsy-south
{
    background-image: url(images/tipsy/tipsy-south.gif);
    background-position: bottom center;
}

.tipsy-east
{
    background-image: url(images/tipsy/tipsy-east.gif);
    background-position: right center;
}

.tipsy-west
{
    background-image: url(images/tipsy/tipsy-west.gif);
    background-position: left center;
}


td.rowAirlineCode
{
    width:100px;   text-align:center;
}

th.headFlightDate,td.rowFlightDate
{
   text-align:center;
}

th.headFlightCode 
{
    width:100px;
       text-align:center;
}

th.headQueryToLink
{
    width:25px;
    text-align:center;
}





table.tablesorter tbody tr.TICKETABLE  td
{
    /* background:#C0D5D5; */
    
}

#departureFlightsTable tr.selected td, #returnFlightsTable tr.selected td
{
    background: #4CA6DB;
    background: #bddef2;
    font-weight: bold;
    color: #444444;
    color:#222222;
}

table.tablesorter tbody tr.ANJ td
{
    background-color: #E4F1F9;
}
