﻿
/********** SortDirection Label ***************/
.SortDirectionLabel, .SortDirectionLabel td,
.SortDirectionLabel span,A.SortDirectionLabel,A.SortDirectionLabel:Visited,
A.SortDirectionLabel span,A.SortDirectionLabel:Visited span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: red;
}
A.SortDirectionLabel:Hover, A.SortDirectionLabel:Hover span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: midnightblue;
}
/********** SortDirection End***************/
 
/********** City&Airport Dropdown List ***************/
 .CityAirportDDL
{
	font-family: "Verdana";
	font-size: 8px;
	height:auto;
}

/********** All Links in site ***************/
a,a:link
{
	text-decoration: underline;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: midnightblue;
}
a:hover {
	color: #C47500;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/********** All Links in site ***************/
.label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#4f4f4f;
	background-color:Transparent;
	/*white-space:nowrap;*/
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	height:auto;
}

select {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: Black;
	height:auto;
}

