.schedulebox {
	background-color: #E5E5E5;
	border: 1px #333333 dashed;
	width: 250px;
	padding: 5px 7px 5px 7px; 
	margin: 0px 5px 2px 0px;
	float: left;
}
.scheduleboxnoalign {
	background-color: #E5E5E5;
	border: 1px #333333 dashed;
	width: 250px;
	padding: 5px 7px 5px 7px; 
	margin: 0px 5px 2px 0px;
}
.scheduleboxnoalignwide {
	background-color: #E5E5E5;
	border: 1px #333333 dashed;
	width: 400px;
	padding: 5px 7px 5px 7px; 
	margin: 0px 5px 2px 0px;
}
.itinerarydate { font-weight:bold; padding-bottom: 2px; margin-bottom: 2px; border-bottom: 1px #333 dashed; }
.itineraryhours { }
.itineraryitem { color:#600; }
.journalentryoutside { width: 600px; }
.journalentry { text-align:justify; }
.floatbreak { clear:left; width:600px; height:1px; background-color:#999999; margin: 10px 0px 10px 0px; }

.journalphotoleft {text-align:center; float:left; padding:2px 8px 4px 0px; }
.journalphotoright {text-align:center; float:right; padding:2px 0px 4px 8px; }
