/* Global Tag Styles */
BODY {
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:14px;
	background-color:#f0f0f0;
	line-height:22px;
}
TABLE, TD {
	border-collapse: collapse;
}
TABLE, TD, IMG {
	/*border: 0;*/
}
TD, TR {
	vertical-align: top;
	text-align: left;
}
.Errors {
	border:1px solid #cc0000;
	background-color:#fff2f2;
	padding:5px;	
	color:#cc0000;
}
UL.Errors {
	margin:0;
	margin-bottom:20px;
}
UL.Errors LI {
	color:#cc0000;
	margin-left:20px;
	padding:0;	
}
.Error {
	color:#cc0000;
}
DIV.Input {
	background-color:#dadada;
	border:1px solid #b8b8b8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding:5px;
	position:relative;
}

DIV.Input INPUT {
	background-color:transparent;
	width:100%;
	padding:0;
	margin:0;
	border:0;
	
}
DIV.Input SELECT {
	background-color:#dadada;
	padding:0;
	margin:0;
	border:0;
}

LABEL {
	font-weight:bold;
	line-height:25px;
}
INPUT.Button {
	background-image:url('/themes/1/images/button.gif');
	background-repeat:repeat-x;
	color:#fff;
	height:40px;
	line-height:40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border:0;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	padding:0px 20px;
	margin-top:10px;
}

INPUT.SmallButton {
	background-image:url('/themes/1/images/button.gif');
	background-position:center left;
	background-repeat:repeat-x;
	color:#fff;
	height:20px;
	line-height:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border:0;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	padding:0px 10px;
}

/* Page and Header Styles */
.Page {
	overflow:auto;
	padding-bottom:20px;
}
#PageHeader {
	padding-bottom:0px;	
}
#PageHelp {
	background-image:url('/images/bodyBackground.gif');
	background-repeat:repeat-x;
	padding-top:20px;
}
#PageHelp H1 {
	text-transform:capitalize;
}
#PageHelp .Topics A {
	text-transform:capitalize;	
}
#Header, #Body, #Help {
	width:960px;
	margin:0 auto;
}
#Header {
	position:relative;
	height:200px;
}
#User {
	position:absolute;
	top:15px;
	right:40px;
	font-size:11px;
	color:#666;
	text-align:right;
}
#User .Name {
	color:#000;
}
#UserDetails {
	line-height:20px;	
}

#UserOptions {
	width:180px;
	text-align:left;
	position:absolute;
	top:-13px;
	right:-21px;
	z-index:10;
}
#UserOptions DIV {
	background-image:url('/images/flyMiddle.png');
	background-repeat:repeat-y;
	padding: 0px 25px;          
}
#UserOptions H2 {
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	line-height:16px;
	margin:0;
	padding:0;
	text-shadow: #eee 1px 1px 1px;
	color:#4070a6;
	padding-bottom:5px;
}
#Logo {
	position:absolute;
	left:40px;
	height:112px;	
}

#Body H1 {
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	line-height:20px;
	margin:0;
	margin-bottom:15px;
	padding:0;
	text-shadow: #eee 1px 1px 1px;
	color:#4070a6;
}
#Body H2 {
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	line-height:16px;
	margin:0;
	padding:0;
	text-shadow: #eee 1px 1px 1px;
	color:#4070a6;
}
#Body H1 A {
	float:right;
	font-size:14px;	
}
/* Column Styles */
.Column {
	float:left;
}
.Column.First {
	margin-left:18px;
	width:573px;
}
#Column1 {
	width:573px;
}
#Column1 .Module {
	background-image:url('/images/boxTop1.png');
	background-repeat:no-repeat;
	margin-bottom:5px;
}
#Column1 .Module .Content {
	padding:10px;
	min-height:60px;
}
#Column1 .Module .Wrapper {
	background-image:url('/images/boxBottom1.png');
	background-repeat:no-repeat;
	background-position:bottom;
	padding:6px 8px 6px 9px;
}
#Column1 .Module .Box {
	background-color:#fff;
	padding:10px;
}
#Column2 {
	width:347px;
}
#Column2 .Module {
	background-image:url('/images/boxTop2.png');
	background-repeat:no-repeat;
	margin-bottom:5px;
}
#Column2 .Module .Content {
	padding:10px;
	min-height:60px;
}
#Column2 .Module .Wrapper {
	background-image:url('/images/boxBottom2.png');
	background-repeat:no-repeat;
	background-position:bottom;
	padding:6px 8px 6px 9px;
}
#Column2 .Module .Box {
	background-color:#fff;
	padding:10px;
}

#AdminBody #Column1 {
	width:920px;
}
#AdminBody #Column1 .Module {
	background-image:url('/images/adminTop.png');
	margin-top:33px;
}

#AdminBody #Column1 .Module .Wrapper {
	background-image:url('/images/adminBottom.png');
}

/* Navigation Styles */
#Navigation {
	background-repeat:no-repeat;
	width:960px;
	height:98px;
	line-height:74px;
	position:absolute;
	bottom:26px;
	text-align:center;
	z-index:0;
}
#Navigation H1 {
	display:block;
	float:left;
	font-size:16px;
	margin:0px 30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ccc;
	padding-left:15px;
}
#Navigation UL.Buttons {
	list-style-type: none;
	padding: 0 auto;
	margin: 0 auto;
	display:block;
	overflow:auto;
}
#Navigation UL.Buttons LI {
	display:block;
	float:left;
	font-size:16px;
	margin:0px 30px;
	font-weight:bold;
	color:#ccc;
	text-transform:uppercase;
}
#Navigation UL.Buttons LI A {
	color:#ccc;
	text-decoration:none;
}
#Navigation UL.Buttons LI.On,
#Navigation UL.Buttons LI.On A,
#Navigation UL.Buttons LI.Visited A {
	color:#fff;
}
#Navigation UL.Buttons LI.On {
	background-repeat:no-repeat;
	background-position:50% 80%;
}
.PhotoBox {
	border:1px solid #eee;
	margin:5px;
	padding:10px;
}
.PhotoBox HR {
	border:0;
	padding:0;
	margin:0;
	border-top:1px solid #ccc;
	margin:10px 5px;
}
.PhotoBox DIV.Content {
	background-image:url('/images/boxBackground.gif') !important;
	background-repeat:repeat-x;
	padding:5px;
	background-position:bottom left;
}

/* Help & Footer Styles */
#Help {
	color:#333;
	font-size:12px;	
	padding-bottom:40px;
}
#Help H1 {
	font-family:"Trebuchet MS";
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	line-height:30px;
	margin:0;
	margin-bottom:15px;
	padding:0;
	text-shadow: #ccc 1px 1px 2px;
	color:#4070a6;
}
#Help .Module {
	background:none;
	padding:10px;	
}

/* Quick Quote Styles */
#QuickQuote UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom:10px;
	display:block;
	overflow:auto;
}
#QuickQuote UL LI {
	display:block;
	float:left;
	margin:0px;
	margin-right:20px;
}
#QuickQuote UL LI.Last {
	margin-right:0px;
}
#QuickQuote TABLE {
	width:513px;
}
#QuickQuote #QuickQuoteTable TD {
	padding-top:5px;
	vertical-align:middle;
}
#QuickQuote HR {
	margin:0;
	padding:0;
	border:0;
	height:2px;
	border-top:1px solid #eee;
	border-bottom:1px solid #fff;
}
.SliderBlock {
	margin-bottom:15px;	
}

.Itinerary .Trip {
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
}

.Itinerary .LastTrip {
	width:100%;
	border-bottom:0px;
}
.Itinerary .Connecting {
	color:#0049a7;
	font-size:10px;
	padding:10px 0px 10px 0px;
}
.Itinerary .ShortConnectTime {
	color:#cc0000;
}

.Itinerary .FlightTable {
	width:270px;
}
.Itinerary .FlightTable .Date {
	text-transform:uppercase;
	white-space:nowrap;
	padding-right:5px;
}
.Itinerary .FlightTable .Time{
	width:45px;
}
.Itinerary .FlightTable .Airport{
	width:25px;
}
.Itinerary .FlightTable .City{
	width:115px;
}
.Itinerary .CarrierInfo {
	width:180px;
}
.Itinerary .Dash {
	text-align:center;
	width:20px;
}
.Itinerary .Operated {
	color:#aaaaaa;
	font-style:italic;
}
.Itinerary .RemainingSeats {
	color:#cc0000;
}
.Itinerary .CarrierLogo {
	padding-right:5px;
}
.Itinerary .Flight SPAN {
	font-weight:bold;
}
.Itinerary .HighlightCommission {
	background-color:#d9efd8;
}
.Itinerary .HighlightCashDisc {
	background-color:#d9eaf9;
}
.Itinerary .HighlightCCMax {
	background-color:#fbf7d2;
}
.Itinerary .HighlightCommission, .Itinerary .HighlightCashDisc, 
.Itinerary .HighlightCCMax, .Itinerary .PassengerFare, .Itinerary .Fee {
	overflow:auto;
	width:100%;
}
.Itinerary .Notes {
	margin-top:10px;
	background-color:#fbf7d2;
	border:1px solid #eddda7;
	padding:10px;
}
.Itinerary .Left {
	float:left;	
}
.Itinerary .Right {
	float:right;	
}
.Itinerary .EditItinerary {
	margin-top:5px;	
}
.Itinerary .Stops {
	padding-left:5px;
	width:16px;
	line-height:16px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	background-repeat:no-repeat;
	background-position:right;	
}
.Itinerary .TripSeparator {
	padding-right:10px;
	height:10px;
	line-height:1px;
}
.Itinerary .TripSeparator hr {
	border: 0 none;
	margin:0px;
	height:1px;
	background-color:#cccccc;
}
.Itinerary .Arrow {
	margin-right:5px;
	margin-left:5px;	
}
.Itinerary .Clear {
	clear:both;
	line-height:0px;
}
table.tablesorter .Number {
	text-align:right;	
}
table.tablesorter {
	width: 100%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border-bottom: 1px solid #999;
	border-right:2px solid white;
	background-color:#e7f1fd;
	color:#4070a6;
	padding:4px 15px 4px 5px;
	white-space:nowrap
}
table.tablesorter thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding:4px 5px;
	border-bottom: 1px solid #ccc;
}
table.tablesorter tbody tr:nth-child(even) {
	background-color: #f9f9f9
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	color:#4070a6;
	background-color:#c7ddf5;
	border-right:2px solid white;
}

UL.PreviousSearches {
	margin:0;
	padding:0;
}
UL.PreviousSearches LI {
	list-style:none;
}
UL.PreviousSearches LI A {
	display:block;
	padding:5px;
	color:#000;
	text-decoration:none;
}
UL.PreviousSearches LI A:Hover {
	background-color:#eefaff;
	
}
UL.PreviousSearches LI SPAN {
	font-style:italic;
	color:#666;
	font-size:12px;
}
#Pricing .Item {
	float:left;
	width:94px;
	min-height:60px;
    font-size:9px;
	overflow:hidden;
	border-right:1px solid #ccc;
	padding:0px 5px;
}
#Pricing .LastItem {
	border-right:0px;
	padding-right:0px;
}
#Pricing .FirstItem {
	padding-left:0px;
}
#Pricing A {
	text-decoration:none;
	color:#000;
}
#Pricing .Airline TD {
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}
#Pricing H2 {
	font-size:14px;
}
TABLE.Form TD {
	padding:5px;
}
.ui-datepicker-trigger {
	cursor:pointer;
}
.AirlineNumbers TD {
	padding:5px 20px;
	font-size:16px;
}
.CCTable TD {
    padding:5px 20px 5px 0px;
    font-size:16px;
}