/* Hide Things */
#printbutton, #ad1, #make_travel_arrangements, .remove, #footer, .forum_feed, .find_restaurants, .add_activity, #sidebar, .hidden, .activities table a, .notes img, .notes input, #flashnotice, #user_links, #nav, .itinerary_title small, #itinerary_tabs, .detailstabs .tabs, .resources, .map-buttons, #new-map-intro {
	display: none;
}



* {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

#maps, #travelarrangements {
	display: block !important;
}

.itinerary_title h2 {
	border-bottom: 1px solid #ccc;
	font-size: 30px;
}
	.itinerary_title h2 a {
		color: #666;
	}
.schoolimage {
	float: left;
	margin: 15px 15px 15px 0;
}
.itinerary_leg {
	background: #eee;
	padding: 5px 15px 15px;
	border: 1px solid #ccc;
	margin: 10px 0;
}
.schooldetails h3 * {
	font-size: 18px;
	color: #415D99;
}
#logo {
	background: #ccc;
	margin: 0 0 .25in;
}
#logo a {
	padding: .1in;
	display: block;
	color: #333;
	font-size: 18px;
	text-decoration: none;
}
a {
	text-decoration: none;
}
.details select, .details input {
	font-size: 12px;
	width: auto;
	border: none;
	background: none;
}
.details input {
	width: 6.5em;
}
.activities {
	margin-bottom: .25in;
}
.activities table td, .activities table th {
	text-align: left;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.dining table * {
	text-align: left;
}
td.count, th.count {
	width: 50px;
}
.dining table td, .dining table th {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
.notes {
	display: block !important;
}
.notes form {
	display: none;
}
td.note {
	width: 15%;
}
td.phonenumber {
	width: 150px;
}
td.date {
	width: 120px;
}
#travelarrangements {
	background: #eee;
	padding: 15px;
	border: 1px solid #999;
}
.route {
	display: block !important;
}

#map_canvas {
width: 620px!important;
height: 400px!important;
}