﻿.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl
{
	position: relative;
	margin-bottom: 10px !important;
}

/*****************************************************************************
 * SUMMARY
 *****************************************************************************/

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl h6.summary
{
	background-color: Transparent !important;
	text-transform: none !important;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl div.summary
{
	background: #ffe599 url(../images/summary_bg.gif) repeat-x scroll 0 0;
	margin-bottom: 10px;
	position: relative;
	height: 100px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .summary .summaryItem
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 375px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .summary .startSummaryItem
{
	left: 10px;
	top: 10px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .summary .endSummaryItem
{
	left: auto;
	right: 10px;
	top: 10px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .summary .timingSummaryItem
{
	left: 10px;
	width: 760px;
	top: 30px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .summary .fareSummaryItem
{
	left: auto;
	right: 10px;
	top: 30px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .summary .timeSummaryItem
{
	left: 10px;
	top: 50px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .summary .distanceSummaryItem
{
	left: auto;
	right: 10px;
	top: 50px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .summary .costSummaryItem
{
	left: 10px;
	width: 760px;
	top: 70px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .summary .startOverButton
{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/*****************************************************************************
 * INPUT VIEW
 *****************************************************************************/

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView h6.compact
{
	display: none;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .inputPanel
{
	background: #ffe599 url(../images/input_bg.gif) repeat-x scroll 0 0;
	position: relative;
	height: 265px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .inputGroup
{
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	height: 25px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .inputGroup label
{
	display: block;
	width: 80px;
	text-align: right;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .inputGroup .input
{
	position: absolute;
	left: 85px;
	top: 0;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .fromInputGroup
{
	left: 90px;
	top: 10px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .toInputGroup
{
	left: 90px;
	top: 35px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .fromInputGroup input,
.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .toInputGroup input
{
	width: 215px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .timingInputGroup
{
	top: 80px;
	left: 90px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .timingInputGroup .input
{
	width: 80px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .timingInputGroup label
{
	display: inline;
	margin-left: 5px;
	width: auto;
	text-align: left;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .timingInputGroup .timingArriveByInput
{
	left: 160px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .fareInputGroup
{
	left: 90px;
	top: 150px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .dayInputGroup
{
	top: 80px;
	left: 335px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .dayInputGroup label
{
	display: none;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .dayInputGroup .input
{
	left: 0;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .dayInputGroup select
{
	left: 0;
	width: 220px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .timeInputGroup
{
	left: 90px;
	top: 105px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .timeInputGroup select
{
	width: 45px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .timeInputGroup .minuteInput
{
	left: 140px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .timeInputGroup .timeOfDayInput
{
	left: 195px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .buttonInputGroup
{
	left: auto;
	top: auto;
	left: 175px;
	top: 220px;
	width: auto;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .instruction
{
	position: absolute;
	left: 410px;
	top: 10px;
	width: 360px;
	font-size: 10px;
	line-height: 14px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .step
{
	position: absolute;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .step1
{
	left: 30px;
	top: 10px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .step2
{
	left: 30px;
	top: 80px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .step3
{
	left: 30px;
	top: 150px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .inputView .step4
{
	left: 30px;
	top: 220px;
}

/* COMPACT INPUT VIEW ********************************************************/

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView h6.slim
{
	display: none;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView h6.compact
{
	display: block;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .inputPanel
{
	height: 240px;
	background: #fff url(../images/input_compact_bg.gif) repeat-x scroll 0 0;
	/* padding: 10px; */
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .inputGroup,
.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .instruction
{
	position: absolute;
	left: 10px;
	top: 10px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .inputGroup label
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	text-align: left;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .inputGroup .input
{
	position: absolute;
	left: 0;
	top: 20px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .fromInputGroup
{
	top: 10px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .toInputGroup
{
	top: 35px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .fromInputGroup .input,
.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .toInputGroup .input
{
	position: absolute;
	left: 45px;
	top: 0;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .fromInputGroup input,
.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .toInputGroup input
{
	width: 115px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .instruction
{
	position: absolute;
	right: auto;
	top: 58px;
	width: 160px;
	font-size: 10px;
	line-height: 14px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .timingInputGroup
{
	top: 116px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .timingInputGroup .input
{
	width: 80px;
	top: 0;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .timingInputGroup label
{
	left: 14px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .timingInputGroup .timingArriveByInput
{
	left: 80px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .fareInputGroup
{
	display: none;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .dayInputGroup
{
	top: 137px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .dayInputGroup .input
{
	position: absolute;
	left: 45px;
	top: 0;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .dayInputGroup select
{
	width: 115px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .timeInputGroup
{
	top: 160px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .timeInputGroup .minuteInput
{
	left: 55px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .timeInputGroup .timeOfDayInput
{
	left: 110px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .timeInputGroup select
{
	width: 50px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .buttonInputGroup
{
	left: auto;
	top: auto;
	right: 10px;
	bottom: 0;
	width: auto;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .step
{
	display: none;
}

/*
.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .inputGroup,
.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .instruction,
.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView label,
.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .input
{
	display: block;
	position: relative;
	float: none;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: left;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .inputGroup,
.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .instruction
{
	margin-bottom: 3px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .fromInputGroup label,
.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .toInputGroup label
{
	position: absolute;
	width: 35px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .fromInputGroup .input,
.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .toInputGroup .input
{
	margin-left: 45px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .fromInputGroup input,
.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .toInputGroup input
{
	width: 115px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .timingInputGroup label,
.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .timingInputGroup .input
{
	display: inline;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .timeInputGroup .input
{
	display: inline;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .compactInputView .buttonInputGroup
{
	text-align: right;
}
*/

/*****************************************************************************
 * GEOCODE & ITINERARY VIEW
 *****************************************************************************/

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .geocodeView,
.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .itineraryView
{
	width: 780px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .geocodeView .buttons input.submit
{
	margin-right: 40px;
}

/* 2-COLUMN LAYOUT ***********************************************************/

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .columns
{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .fixedRightColumnWidth .columnsInner
{
	float: left;
	width: 200%;
	margin-left: -370px;
	position: relative;
	right: 100%;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .fixedRightColumnWidth .leftColumnMargin
{
	float: left;
	width: 50%;
	position: relative;
	left: 50%;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .fixedRightColumnWidth .leftColumn
{
	margin: 0 0px 0 370px;
	overflow: hidden;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .fixedRightColumnWidth .rightColumn
{
	float: right;
	width: 370px;
	position: relative;
	left: 380px;
}

/* MAP ***********************************************************************/

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .mapControl
{
	width: 360px;
	height: 360px;
}

/* LISTS *********************************************************************/

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .gridView th
{
	font-weight: bold;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .gridView .overlay
{
	display: block;
	position: absolute;
	left: -20px;
	top: 0;
	width: 16px;
	height: 20px;
	background: Transparent none no-repeat scroll 0 0;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .gridView .activeItem .overlay
{
	background-position: 0 -20px;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .gridView .startOverlay
{
	background-image: url(../images/startoverlay_bg.gif);
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .gridView .endOverlay
{
	background-image: url(../images/endoverlay_bg.gif);
}


/*****************************************************************************
 * GEOCODE VIEW
 *****************************************************************************/

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .geocodeView .gridView .radio
{
	float: left;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .geocodeView .gridView label
{
	margin-left: 40px;
	position: relative;
	display: block;
}

/*****************************************************************************
 * ITINERARY VIEW
 *****************************************************************************/

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .itineraryView .gridView .radio
{
	float: left;
}

.IBI_ATISLA_Web_UI_WebControls_TripPlannerControl .itineraryView .gridView label
{
	margin-left: 40px;
	position: relative;
	display: block;
}
