#trip_details #trip_title {
	margin-bottom: 10px;
	text-align: center;
}

#trip_details #trip_title a {
	color: #175fcb;
}

#trip_details #trip_title .trip_title {
	font-family: "Myriad Pro", "Trebuchet MS", Helvetica, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #175fcb;
	margin-bottom: 5px;
}

#trip_details  #trip_title .trip_creator {
	font-family: "Myriad Pro", "Trebuchet MS", Helvetica, Arial;
	font-size: 15px;
	color: #175fcb;
}

#trip_details .profile_preview {
	margin-top: 10px;
}

#trip_details .profile_preview .profile_preview_title {
	color: #494949;
	font-family: "Myriad Pro", "Trebuchet MS", Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0;
}

#trip_details #trip_dates {
	margin: 10px 0;
}

#trip_details #trip_dates .trip_dates_header {
	font-family: "Myriad Pro", "Trebuchet MS", Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #494949;
	margin: 2px 0;
}

#trip_details #trip_dates .trip_dates {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #969696;
}

#trip_details #trip_visibility {
	margin: 10px 0;
}

#trip_details #trip_visibility .trip_visibility_header {
	font-family: "Myriad Pro", "Trebuchet MS", Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #494949;
	margin: 2px 0;
}

#trip_details #trip_visibility .trip_visibility {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #969696;
}

#trip_details #trip_visibility .trip_visibility .public {
	color: green;
}

#trip_details #trip_visibility .trip_visibility .friends_only {
	color: red;
}


#trip_details #trip_destinations .trip_detinations_header {
	font-family: "Myriad Pro", "Trebuchet MS", Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #494949;
}

#trip_details #trip_destinations table {
	width: 100%;
	border-collapse: collapse;
}

#trip_details #trip_destinations table tr.trip_destination.departure {
	border-bottom: medium none;
}

#trip_details #trip_destinations table tr.trip_destination {
	border-bottom: 1px solid #c0c0c0;
}

#trip_details #trip_destinations table tr.trip_destination.alt {
	background-color: #f5f5f5;
}


#trip_details #trip_destinations table tr.trip_destination.short {
	background-color: #fafafa;
}

#short_trips {
	cursor: pointer;
}

#short_trips .expander {
	display: inline;
	background-color: #EAEAEA;
}
#short_trips .expander:hover {
	background-color: #C3D5DF;
}

#full_trips {
	cursor: pointer;
	display: none;
}

#trip_details #trip_destinations table tr.trip_destination td.flag {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px;
	text-align: center;
}

#trip_details #trip_destinations table tr.trip_destination.sub td.flag {
	padding-left: 10px;
	padding-right: 0;
}

#trip_details #trip_destinations table tr.trip_destination td.flag .sub_destination {
	padding-right: 4px;
}

#trip_details #trip_destinations table tr.trip_destination td.trip_destination_details {
	padding: 10px
}

#trip_details #trip_destinations table tr.trip_destination td .trip_destination_name {
	font-family: Arial;
	font-size: 12px;
	color: #494949;
}

#trip_details #trip_destinations table tr.trip_destination td .departure_text {
	font-family: Arial;
	font-size: 11px;
	color: #494949;
	font-style: italic;
}

#trip_details #trip_destinations table tr.trip_destination td .trip_destination_dates {
	font-family: Arial;
	font-size: 11px;
	color: #494949;
}

#trip_details #other_info {
	margin-top: 15px;
}

#trip_details #other_info .other_info_header {
	font-family: "Myriad Pro", "Trebuchet MS", Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #494949;
}

#trip_details #other_info table {
	width: 100%;
	font-family: Arial;
	font-size: 11px;
	color: #969696;
}

#trip_details #other_info table a {
	color: #969696;
}

#trip_details #other_info table tr {
	vertical-align: top;
}

#trip_details #other_info table tr td.title {
	width: 120px;
}

