.Gone {
	display: none;
}

.Required {
	font-weight: bold;
}

.Submit {
	text-align: right;
}

.ReservationImage {
	background-color: #CCCCCC;
	border-top: 1px solid #012980;
	border-right: 1px solid #012980;
	border-bottom: 1px solid #012980;
	border-left: 1px solid #012980;
}

.DepartTime {
	font-size: 10px;
	background-color: #fcecba;
}

.ArriveTime {
	font-size: 10px;
	background-color: #ffcc66;
}

.EditDepartTime {
	background-color: #fcecba;
}

.EditArriveTime {
	background-color: #ffcc66;
}

.Title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1F4FBB;
	text-indent: 3px;
}

.RouteTitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #ffcc33;
	text-indent: 3px;
}

.RouteGroup {
	border: 1px solid #888888;
}

.RouteSmallTitle {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #eeeedd;
	text-indent: 3px;
}

.SmallTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-indent: 3px;
}

.TitleNoIndent {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1F4FBB;
	text-indent: 1px;
}

.TitleNoColor {
	font-size: 18px;
	font-weight: bold;
	color: #500000;
}

.Highlight {
	font-weight: bold;
}

.CategoryItem {
	font-size: 11px;
}

.MonthStyle {
	font-weight: bold;
}
.TableStyle {
	
}
.Header {
	background-color: #D4D0C8;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	height: 1px;
}
.Sunday {
	color: #000000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.Saturday {
	color: #000000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.Monday {
	color: #000000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.Tuesday {
	color: #000000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.Wednesday {
	color: #000000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.Thursday {
	color: #000000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.Friday {
	color: #000000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}