.foo {}

/* Colour Swatches */
/* WebJet Red: #DC140A */
/* PlanIt Blue: #2970BE */
/* Light blue highlight: #EFF3FF */
/* Light red highlight: #FFBFC3 */
/* Light orange highlight: #FFF2D6 */

/* ---------------------------------------------
   TripManager Control Styles
   --------------------------------------------- */

DIV.feedback-panel
{
	margin: 0px 0px 0px 0px;
}

DIV.trip-planner-options,
DIV.trip-planner-options-filtered
{
	text-align: right;
	padding: 3px 20px 2px 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	font-family: Arial;
	font-size: 9pt;
	background-color: #3481D6;
	color: white;
	width:688px;
	float:left;
}

DIV.trip-planner-options-filtered
{
	background-color: #DE210F;
}
	DIV.trip-planner-options A,
	DIV.trip-planner-options-filtered A
	{
		color: white;
		text-decoration: none;
		cursor: pointer;
	}
	DIV.trip-planner-options-filtered A:Hover,
	DIV.trip-planner-options A:Hover
	{
		color: #CFEAFF;
		text-decoration: underline;
	}

.tripPlanner
{
    width: 99%;
    border: 1px solid #2978C3;
    position:relative;
    margin-top /*\**/: 12px;    
}

.tripPlannerScrollRegionOn
{
	
	max-height: 250px;
	_height: expression(this.scrollHeight > 250 ? "250px" : "auto"); /* IE6 only, max-height hack */
	_width: 570px; /* IE6 only, adjustment for scroll bar */
	#padding-right: 17px; /* IE only, allowance for scroll bar */
	overflow-y: scroll; /* CSS 3 */
	overflow-x: hidden; /* CSS 3 */
}

.tripPlannerScrollRegionOff
{
	
	min-height: 1px;
	_height: expression(this.scrollHeight > 1 ? "1px" : "auto"); /* IE6 only, min-height hack */
}

DIV.tripPlannerNoItems
{
	padding: 8px 12px 8px 12px;
	font-family: Arial;
	color: #555555;
}

TABLE#tblTripItems
{
    font-family: Arial;
    font-size: 10pt;
    width: 708px;
    clear:both;
    border-collapse: collapse;
}
    TABLE#tblTripItems TBODY TR
    {
        
    }
        TABLE#tblTripItems TBODY TR TD
        {
            /*padding: 4px;*/
        }
		TABLE#tblTripItems TBODY TR TD.NewTripComponent
		{
			padding: 0px;
			vertical-align: top;
		}

TABLE.NewTripComponent INPUT.Textbox,
TABLE.NewTripComponent TEXTAREA.Textbox,
TABLE.trip-component-edit-form INPUT.Textbox,
TABLE.trip-component-edit-form TEXTAREA.Textbox,
TABLE#tblTripItems INPUT.Textbox,
TABLE#tblTripItems TEXTAREA.Textbox
{
	border: 1px solid;
	border-bottom-color: #D5DDDD;
	border-left-color: #AAB3B3;
	border-right-color: #D5DDDD;
	border-top-color: #999;
}

DIV.NewTripComponent INPUT.Cost,
TABLE#tblTripItems INPUT.Cost
{
	text-align: right;
}
INPUT.Cost
{
	text-align: right;
}
COL#colTripItemsDate
{
	width: 90px;
}

COL#colTripItemsDetails
{
	
}

TR.oddRow
{

}

TR.evenRow
{
    
}

TABLE#tblTripItems TBODY TR.date-header-row TD
{
    background: #dcdcdc;
    font-family: Arial;
    font-size: 13pt;
    font-weight: bold;
    color: #555555;
    padding: 4px;
}

TABLE#tblTripItems TBODY TR TD.dateCell DIV.date
{
	float: left;
}

TABLE#tblTripItems TBODY TR TD.dateCell DIV.date-notes
{
	float: left;
	width: 20px;
	margin-left: 4px;
}

TABLE#tblTripItems TBODY TR TD.lastDateDateCell
{
    border-bottom: none;
}

TABLE#tblTripItems TBODY TR TD.itemCell
{
	vertical-align: top;
    /*_behavior: url(cellHover.htc);*/
}

TABLE#tblTripItems TBODY TR TD.itemCellHover, /* for IE6 behavior */
TABLE#tblTripItems TBODY TR TD.itemCell:Hover
{
    vertical-align: top;
    background-color: #FEFEE4;
}

TABLE#tblTripItems TBODY TR TD.firstItemCell
{
    
}

TABLE#tblTripItems TBODY TR TD.lastItemCell
{
    
}

TR.oddRow DIV.trip-item-summary,
tr.evenRow DIV.trip-item-summary
{
	padding: 2px;
}
TR.oddRow DIV.trip-item-summary
{
	background: White;
}
TR.evenRow DIV.trip-item-summary
{
	
}

DIV.trip-item-body
{
	padding: 4px;
	overflow: hidden;
	min-height: 33px;
	_height: 37px;  /* IE6 Only */
	_overflow: visible;   /* IE6 Only */
}
TR.oddRow DIV.trip-item-body
{
	border: 2px solid White;
	background: #F7F7F7;
}
TR.evenRow DIV.trip-item-body
{
	border: 2px solid #F1F1F1;
	background: #F7F7F7;
}

TABLE#tblTripItems TBODY TR TD.itemCellHover DIV.trip-item-summary, /* for IE6 behavior */
TABLE#tblTripItems TBODY TR TD.itemCell:Hover DIV.trip-item-summary
{
	background-color: #FFDC52;
}

TABLE#tblTripItems TBODY TR TD.itemCellHover DIV.trip-item-body,
TABLE#tblTripItems TBODY TR TD.itemCell:Hover DIV.trip-item-body
{
	border: 2px solid #FFDC52;
	background-color: #FEFEE4;
}

DIV.trip-item-summary TABLE
{
	width: 100%;
	font-size: 10pt;
}

DIV.trip-item-summary TABLE TR
{
	vertical-align: middle;
}

DIV.trip-item-summary TABLE TR TD
{
	text-align: left;
	height: 30px;
}

DIV.trip-item-summary TABLE TD.trip-item-expander-image
{
	width: 18px;
	text-align: left;
	padding-left: 3px;
}

DIV.trip-item-summary TABLE TD.trip-item-icon
{
	width: 60px;
}

DIV.trip-item-summary TABLE TD.trip-item-time
{
	width: 80px;
	color: #2A77CF;
	font-weight: bold; 
}

TD.itemCell:Hover DIV.trip-item-summary TABLE TD.trip-item-time,
TD.itemCellHover DIV.trip-item-summary TABLE TD.trip-item-time
{
	color: #DC140A;
}

DIV.trip-item-summary TABLE TD.trip-item-details
{
	
}

DIV.trip-item-summary TABLE TD.trip-item-status
{
	width: 100px;
	color: #707070;
	text-align: center;
}
DIV.trip-item-summary TABLE TD.trip-item-status A
{
	color: #0000FF;
	/*text-decoration: none;*/
}
DIV.trip-item-summary TABLE TD.trip-item-status A:Hover
{
	color: #2A77C4;
	text-decoration: underline;
}

DIV.trip-item-summary TABLE TD.trip-item-cost
{
	width: 70px;
	text-align: right;
	padding-right: 6px;
}

DIV.trip-item-image
{
	width: 136px;
	min-height: 32px;
	overflow: hidden;
	_height: 32px; /* IE6 Only */
	_overflow-y: visible;
	margin-right: 11px;
	text-align: right;
	float: left;
}

DIV.trip-item-details
{
	padding-left: 84px;
}

DIV.tripItemTitle
{
	text-align: left;
	height: 24px;
	/*overflow: hidden;*/
}
    DIV.tripItemTitle IMG
    {
        border: none;
        vertical-align: middle;
    }

DIV.tripItemTitle DIV.trip-item-expander-image
{
	float: left;
	width: 12px;
	padding-top: 8px;
}

DIV.tripItemTitle DIV.TripItemTime
{
	float: left;
	width: 66px;
}
DIV.tripItemTitle DIV.TripItemTime SPAN.tripItemTime
{
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #4271FF;
}

DIV.tripItemTitle DIV.TripItemIcon
{
	float: left;
	width: 60px;
	text-align: center;
}

DIV.tripItemTitle DIV.TripItemDescription
{
	float: left;
}
DIV.tripItemTitle DIV.TripItemDescription SPAN.tripItemText
{
    font-family: Arial;
    font-size: 13px;
    color: #222222;
    white-space:nowrap;
}

DIV.tripItemTitle DIV.TripItemDescription SPAN.Cancelled
{
    text-decoration: line-through;
}

DIV.TripItemDetails
{
	clear: both;
}

DIV.trip-item-toolbar SPAN.trip-item-otions-label
{
	font-style: italic;
}
DIV.trip-item-toolbar A
{
	color: #2A77C4;
	text-decoration: none;
}
DIV.trip-item-toolbar A:Hover
{
	color: #DC140A;
	text-decoration: underline;
}

.tripItemToolbar
{
	float: right;
	border: 1px solid #2970BE;
	background: #EFEFEF;
	opacity: .6; /* FF */
	filter: alpha(opacity=60); /* IE7 */
	_filter: none; /* IE6 */
}
	.tripItemToolbar:Hover
	{
		opacity: 1; /* FF */
		filter: none; /* IE7 */
	}
	.tripItemToolbar A
	{
		font-size: 11px;
		text-decoration: none;
		color: #2970BE;
		padding: 2px 8px 2px 4px;
		display: block;
	}
	.tripItemToolbar A:Hover
	{
		background: #FFFFFF;
		color: #DC140A;
	}

.tripItemToolbarStart
{
	
}

.tripItemToolbar IMG
{
	
}

.tripItemToolbarEnd
{
	
}

.tripItemDetails
{
    font-family: Arial;
    font-size: 13px;
    color: #536387;
    margin: 8px 64px 4px 24px;
}
    .tripItemDetails IMG
    {
        float: right;
        margin-right: 40px;
    }

SPAN.tripItemDetailsLine
{
	display: block;
}

DIV.new-trip-item
{
	background-color: #FFFFFF;	
}

DIV.new-trip-item-type-menu
{
	float: left;
	width: 180px;
}
DIV.new-trip-item-type-menu UL
{
	margin: -1px -1px 0px 0px;
	padding: 0px;
}
DIV.new-trip-item-type-menu UL LI
{
	list-style-type: none;
}
DIV.new-trip-item-type-menu UL LI A
{
	outline: none;
	display: block;
	padding: 10px 12px 7px 50px;
	height: 25px;
	background-color: #efefef;
	color: #090909;
	text-decoration: none;
	font-size: 11pt;
	font-weight:bold;
	border-right:solid 1px #000080;
	border-top:solid 1px #000080;	
}
DIV.new-trip-item-type-menu UL LI A IMG
{
	vertical-align: baseline;
	float: right;
}
DIV.new-trip-item-type-menu UL LI A:Hover
{
	background-color: #7BBDEF;
	color: White;
}
DIV.new-trip-item-type-menu UL LI.current
{
	background-color:White;	
}
DIV.new-trip-item-type-menu UL LI.current A
{
	background-color: White;
	border-top: 1px solid #000080;
	border-right:none;
	padding: 10px 12px 7px 50px;	
}
DIV.new-trip-item-type-menu UL LI.current A:Hover
{
	color: #090909;
}

DIV.new-trip-item-forms
{
	background-color: White;
	padding-left: 12px;
	padding-bottom: 6px;
	margin-left: 160px;
}

DIV.new-trip-item-form
{
	/*overflow: auto;*/
}

DIV.new-trip-item-form FIELDSET
{
	border:none;
	padding:5px 0px 0px 0px;
}

DIV.NewTripComponent,
DIV.NewTripComponent DIV.AspNet-FormView,
DIV.NewTripComponent DIV.AspNet-FormView DIV.AspNet-FormView-Data
{
	min-height: 1px;
	_height: expression(this.scrollHeight > 1 ? "1px" : "auto"); /* IE6 only, min-height hack */
}

DIV.NewTripComponent
{
	overflow: hidden;
	_overflow: visible; /* IE6 Only */
	padding: 4px;
}
DIV.NewTripComponent DIV.FieldLine
{
	clear: left;
}
DIV.NewTripComponent DIV.FieldLine DIV.Field
{
	float: left;
	margin-right: 4px;
	text-align: left;
}
DIV.NewTripComponent DIV.FieldLine DIV.Field SPAN.Label,
DIV.NewTripComponent DIV.FieldLine DIV.Field LABEL.Label
{
	font-family: Arial;
	font-size: 10px;
	color: Gray;
}
DIV.NewTripComponent DIV.FieldLine DIV.Field INPUT.NewItemTime
{
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #4271FF;
}

DIV.NewTripComponent DIV.FieldLine DIV.Field A.HelpLink,
DIV.NewTripComponent DIV.FieldLine DIV.Field A.HelpLink:Link,
DIV.NewTripComponent DIV.FieldLine DIV.Field A.HelpLink:Active,
DIV.NewTripComponent DIV.FieldLine DIV.Field A.HelpLink:Visited
{
	font-size: 11px;
	color: #2970BE;
	text-decoration: none;
}
DIV.NewTripComponent DIV.FieldLine DIV.Field A.HelpLink:Hover
{
	color: #DC140A;
}

DIV.NewTripComponent DIV.FieldLine DIV.Field DIV.HelpPopup
{
	width: 200px;
	border: 1px solid #2970BE;
	background: #EFF3FF;
	padding: 6px;
	font-size: 12px;
}

DIV.trip-component-edit-form
{
	border: 2px solid #DC140A;
	background-color: #FFEDED;
	padding: 6px;
	/*overflow: hidden;*/
}
DIV.trip-component-edit-form,
DIV.trip-component-edit-form DIV.AspNet-FormView,
DIV.trip-component-edit-form DIV.AspNet-FormView DIV.AspNet-FormView-Data
{
	min-height: 1px;
	_height: expression(this.scrollHeight > 1 ? "1px" : "auto"); /* IE6 only, min-height hack */
}
DIV.trip-component-edit-form DIV.trip-item-icon
{
	width: 30px;
	float: left;
	margin-left: 17px;
	margin-right: 100px;
	_margin-right: 80px: /* IE6 Only */
}
DIV.trip-component-edit-form DIV.trip-component-edit-fields
{
	overflow: auto;
	_float: left; /* IE6 Only */
}

DIV.NewTripComponent FIELDSET,
DIV.trip-component-edit-form DIV.trip-component-edit-fields FIELDSET
{
    border:none;
	padding: 5px 4px 4px 0px;
	display: block;
	clear: left;
}
DIV.NewTripComponent FIELDSET LEGEND,
DIV.trip-component-edit-form DIV.trip-component-edit-fields FIELDSET LEGEND
{
	font-size: 8.5pt;
	color: #2AA0E0;
	padding-top: 4px;
}
DIV.NewTripComponent FIELDSET IMG.fieldset-icon,
DIV.trip-component-edit-form DIV.trip-component-edit-fields FIELDSET IMG.fieldset-icon
{
	margin-top: 8px;
}
DIV.trip-component-edit-form DIV.FieldLine
{
	clear: left;
	/*overflow: hidden;*/
}
DIV.trip-component-edit-form DIV.FieldLine DIV.Field
{
	float: left;
	margin-right: 4px;
}
DIV.trip-component-edit-form DIV.FieldLine DIV.Field SPAN.Label,
DIV.trip-component-edit-form DIV.FieldLine DIV.Field LABEL.Label
{
	font-family: Arial;
	font-size: 10px;
	color: Gray;
}
TDIV.trip-component-edit-form DIV.FieldLine DIV.Field INPUT.NewItemTime
{
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #4271FF;
}

DIV.trip-component-edit-form DIV.FieldLine DIV.Field A.HelpLink,
DIV.trip-component-edit-form DIV.FieldLine DIV.Field A.HelpLink:Link,
DIV.trip-component-edit-form DIV.FieldLine DIV.Field A.HelpLink:Active,
DIV.trip-component-edit-form DIV.FieldLine DIV.Field A.HelpLink:Visited
{
	font-size: 11px;
	color: #2970BE;
	text-decoration: none;
}
TDIV.trip-component-edit-form DIV.FieldLine DIV.Field A.HelpLink:Hover
{
	color: #DC140A;
}

DIV.trip-component-edit-form DIV.FieldLine DIV.Field DIV.HelpPopup
{
	width: 200px;
	border: 1px solid #2970BE;
	background: #EFF3FF;
	padding: 6px;
	font-size: 12px;
}

A.filtered-link-text
{
	/*color : #DC140A;*/
}

DIV.LocalTimeMessage
{
	font-family: Arial;
	font-size: 12px;
	padding: 3px;
}

.flightBorder
{
	border-left:solid 8px #FF9966;
	width:1px;
}

.carBorder
{
	border-left:solid 8px #8585FF;
	width:1px;
}

.hotelBorder
{
	border-left:solid 8px #66CCFF;  
	width:1px;
}

.otherBorder
{
	border-left:solid 8px #BBBBBB;
	width:1px;
}

.addFlightTab
{
    background-image:url('../../Images/flight_icon_trip_dairy.png');
    background-position:5px 8px;
    background-repeat:no-repeat;    
    border-left:solid 8px #FF9966;    
}

.addHotelTab
{
    background-image:url('../../Images/hotel_icon_trip_dairy.png');
    background-position:7px 5px;
    background-repeat:no-repeat;    
    border-left:solid 8px #66CCFF;        
}

.addCarTab
{
    background-image:url('../../Images/car_icon_trip_dairy.png');
    background-position:5px 8px;
    background-repeat:no-repeat;    
    border-left:solid 8px #8585FF;    
}

.addOtherTab
{
    border-left:solid 8px #BBBBBB;
    background-color:White;
    white-space:nowrap;
}

.itemsTypeNavigation
{
    background-color:#d9d9d9;
}

.tabFiller
{
    height:135px;
    background-color:#efefef;
    border-top:solid 1px #000080;
}

.newTripItemForm
{
	float: right; 
	width: 520px;
}

.item-template-container
{
	display:none;
}

/* Flight Search Form Styles */ 
.flightSearchPanel
{
	padding:0px;
	margin:0px;
	border:solid 1px #2a77c5;
}

.flightPanelHeader
{
	background-color:#cde8fd;
	background-image:url(../../Images/minus.gif);
	background-position:5px 10px;
	background-repeat:no-repeat;
	border-bottom:solid 1px #2a77c5;
	padding:6px 0px 6px 20px;
	cursor:pointer;
}

.flightPanelHeaderCollapsed
{
	background-color:#cde8fd;
	background-image:url(../../Images/plus.gif);
	background-position:5px 10px;
	background-repeat:no-repeat;
	border-bottom:solid 1px #2a77c5;
	padding:6px 0px 6px 20px;
	cursor:pointer;
}

.flightPanelHeader LABEL,
.flightPanelHeaderCollapsed LABEL
{
	color:#005bbf;
	font-size:small;
	font-weight:bold;
}

.flightPanelBody
{
}

.flightSearchTitle
{
	font-size:11pt;
	font-weight:bold;
	text-align:left;
	padding:5px 0px 4px 7px;
	color:#444444;
}

.flightSearchResults
{
	list-style:none;
	padding:0px;
	margin:0px;
}

.hiddenDiv
{
	display:none;
}

.flightSearchResults LI
{
	list-style:none;
	float:none;
	clear:both;
	display:block;
	white-space:nowrap;
	height:45px;
}

.flightSearchResults LI IMG
{
	float:left;
	margin-left:5px;
	margin-right:10px;
}

.flightSearchDetails
{
	float:left;
	margin-right:12px;
	padding-top:8px;
}

.flightSearchPrice
{
	padding-top:14px;
	padding-right:5px;
	float:right;
}

.flightSearchPrice A
{
	font-weight:bold;
	font-size:12pt;
	color:Blue;
}

.flightSearchPrice A:visited
{
	font-weight:bold;
	font-size:12pt;
	color:Blue;
}

.flightSearchProgressHidden
{
	display:none;
}

.flightSearchProgress
{
	display:block;
	text-align:center;
	padding:15px;
}

.newHotelItem
{
	width:98%;
	padding:3px 3px 0px 1px;
	margin:0px;
	overflow:hidden;	
	vertical-align:middle;
	text-align:center;
	border-collapse:collapse;
}

.limitedHeight
{
	max-height:39px;
	overflow:hidden;
	overflow:visible;	
}

.limitedHeight p
{
	margin:0px;
}

.labelBold
{
	font-weight:bold;
}

#moreFlightsHyperlink
{
	visibility:hidden;
}

.countdownTimer
{
	display:block;
	float:right;
	margin-top:3px;
	margin-bottom:5px;
}

.countdownTitle
{
	color:#2a77cf;
	display:block;
	clear:both;
	font-size:12pt;
	font-weight:bold;
}

.countdownNumber
{
	font-weight: bold; 
	font-size: 20pt; 
	color: #444;
	padding-left:20px;
}

.countdownLabel
{
	color: #444;
	font-weight:bold;
	font-size:12pt;
}
