/* ------------------------------
	My Trip Planner - page
------------------------------ */

h2.tripplanner_title {
	position: relative;
	display: block;
	text-indent: -1000em;
	width: 255px;
	height: 34px;
	margin: 5px 0 15px 11px;
	padding: 0;
	background: transparent url(/images/title_tripplanner.gif) no-repeat top right;
}

h3.mytrip_title {
	position: relative;
	display: block;
	text-indent: -1000em;
	width: 86px;
	height: 19px;
	top: 15px;
	margin: 0 0 0 29px;
	padding: 0;
	background: transparent url(/images/title_mytrip.gif) no-repeat top right;
}

#mytriptable a {
	font-weight: bold;
	color: #CC6600;
}

#mytriptable {
	width: 483px;
	background: #F5F5EB url(/images/mytriptablebg.gif) no-repeat;
	margin: 0 16px 30px 22px;
	color: #000000;
	font: 11px/13px Arial, sans-serif;
	text-align: center;
	clear: both;
}

#mytriptable th{
	text-transform: uppercase;
	padding: 9px;
}

#mytriptable td{
	padding: 7px;
	vertical-align: top;
	border-bottom: 1px dashed #B4B48F;
}

#mytriptable th.trip_event{ text-align: left; }
#mytriptable td.trip_event{ text-align: left;width: 240px;padding: 5px 0 5px 15px; }
#mytriptable td.trip_date{ width: 70px; }
#mytriptable td.trip_location{ width: 95px; }
#mytriptable .trip_amount{ text-align: left; width: 95px; }
#mytriptable tr.tripdatafull { display: none; }