.tripPlanWrapper {
	width: 360px;
	border: 0px;
	background-color: #f4f2e3;
	margin-bottom: 15px;
	position: inherit;
	z-index: -6;
}

.tripPlanInner {
	width: 340px;
	border-left: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	background-image: url(../images/tripPlanner_BG.gif);
	z-index: -1;
}

.tripPlanInner2 {
	border: 1px solid #aeaeae;
	margin-top: 10px;
	width: 340px;
	background-image: url(../images/tripPlanner_BG2.gif);
	z-index: -1;
}

.tripPlannerHeader {
	width: 340px;
	height: 24px;
	background-color: #f4f2e3;
	margin-top: 10px;
}

.tripPlannerTabLeft {
	border-bottom: 1px solid #aeaeae;
	width:125px;
	height: 24px;
}

.tripPlannerTabRight {
	border-bottom: 1px solid #aeaeae;
	width: 5px;
	height: 24px;
	
}

.tripPlannerSpacer {
	border-bottom: 1px solid #aeaeae;
	width: 5px;
	height: 24px;
}

.tripPlannerTabOff {
	border-left: 1px solid #aeaeae;
	border-top: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	width:65px;
	height:24px;
	background-color: #e0dcba;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #4f420d;
	position: inherit;
	z-index: -1;
}

.tripPlannerTabOn {
	border-left: 1px solid #aeaeae;
	border-top: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-bottom: 0px;
	width:65px;
	height:24px;
	background-color: #fffce5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #4f420d;
	position: inherit;
	z-index: -1;
}

.plannerFieldTable {
	width: 320px;
	margin-left:10px;
}

.plannerFieldTable2 {
	width: 320px;
	margin-left:10px;
}

/*
	Results table on trip planner
*/

.plannerResultsTable {
	width: 520px;
	border:solid 1px #6f88b7;
	background-color:#eaf2ff;
}
	
.plannerResultsTable body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#2a3c5d; 
	line-height:17px;
}

.plannerResultsTable td{
	padding-top:5px; 
	padding-bottom:5px; 
	padding-left:10px; 
	padding-right:10px;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}

.plannerResultsTable td.fromAddress{
	border-top:solid 1px #6f88b7;
}

.plannerResultsTable td.header{
	text-align:center; 
	font-weight:bold; 
	background-color:#eaf2ff;
}
	
.plannerResultsTable td.first{
	border-top: 1px solid #6F88B7;
	width: 120px;
}	
	
.plannerResultsTable td.results{
	background-color:#c9d4e6;
	border-bottom: 1px solid #6F88B7;
	border-top: 1px solid #6F88B7;
	border-left: 1px solid #6F88B7;
	border-right: 1px solid #6F88B7;
}

.plannerResultsTable td.leftColumn{
	border-right:solid 1px #6f88b7; 
	font-weight:bold; 
	background-color:#eaf2ff; 
	text-align:center;
}

.plannerResultsTable td.footer{
	background-color:#eaf2ff;
}

.plannerResultsTable a:link{
	color:#2a3c5d; 
	text-decoration:underline; 
	font-weight:bold;
}

.plannerResultsTable a:hover{
	text-decoration:none;
}
