@charset "utf-8";
/* Training CSS */

#content h3.month {
	margin: 18px 0 0 90px;
	font-size: 18px;
	line-height: 36px;
}

.schedule {
	width: 798px;
	position: relative;
	left: 50%;
	margin-left: -399px;
	border: 1px solid #AAA;
	border-bottom: none;
}

	.scheduleodd,
	.scheduleeven {
		width: 798px;
		height: 71px;
		border-bottom: 1px solid #AAA;
		background: #EEE;
	}
	
	.scheduleeven {
		background: #F7F7F7;
	}
	
	#content .schedule .description {
		float: left;
		margin-top: 13px;
		width: 380px;
		display: inline;
	}
		
		#content .schedule .description p {
			margin: 0 10px;
			font-size: 12px;
			font-weight: bold;
			line-height: 18px;
			color: #222;
		}
		
		#content .schedule .description h6 {
			margin: 0 10px;
			font-size: 18px;
			font-weight: bold;
			line-height: 27px;
			color: #BD142D;
		}
		
		#content .schedule .description h6 strong {
			font-weight: normal;
			color: #808080;
		}
	
	#content .calboxcontainer {
		float: left;
		width: 150px;
		margin: 13px 0 0 10px;
	}
	
		#content .calboxcontainer h6 {
			clear: left;
			margin: 0;
			font-size: 10px;
			font-weight: normal;
			line-height: 18px;
			color: #222;
		}
	
	#content .calboxes {
		float: left;
		border: 1px solid #777;
		border-right: none;
	}
		
	#content .calbox {
		float: left;
		background: #FFF;
		width: 27px;
		height: 27px;
		border-right: 1px solid #777;
	}
	
		#content .calbox span {
			float: right;
			text-align: right;
			margin: 2px 2px 0 0;
			font-size: 10px;
			color: #444;
		}
		
	#content .calendar {
		float: left;
		background: url('../img/t-calendar.png') no-repeat;
		margin-top: 8px;
		width: 46px;
		height: 54px;
		display: inline;
	}
	
		#content .calendar h6 {
			margin: 0;
			text-align: center;
			font-size: 13px;
			font-weight: bold;
			text-transform: uppercase;
			line-height: 20px;
			color: #FFF;
		}
		
		#content .calendar p {
			margin: 0;
			text-align: center;
			font-size: 21px;
			font-weight: bold;
			line-height: 34px;
			color: #222;
		}

	#content .arrow {
		float: left;
		background: url('../img/t-arrow.png') no-repeat;
		margin-top: 8px;
		width: 44px;
		height: 54px;
		display: inline;
	}
	
	#content .schedule .select {
		float: left;
		display: inline;
		width: 180px;
		padding: 20px 0 0 50px;
	}
	
#selection {
	float: left;
	background: url('../img/t-sidebar-top.png') no-repeat #F1D5CF;
	width: 300px;
	margin-left: 10px;
	padding-top: 10px;
}

	.selectioncal {
		width: 136px;
		position: relative;
		left: 50%;
		margin-left: -68px;
		z-index: 1;
	}

	#content #selection h4 {
		margin: 0 10px;
		font-size: 18px;
		color: #222;
	}
	
	#content #selection p.text {
		margin: 9px 10px;
	}

#selectionbot {
	float: left;
	background: url('../img/t-sidebar-bot.png') no-repeat;
	width: 300px;
	height: 10px;
	margin-left: 10px;
	font-size: 0;
}

#mapcontainer {
	margin-left: 15px;
 	width: 632px;
	height: 432px;
}

#map_canvas {
	width: 610px;
	height: 432px;
}

#map_canvas .gmnoprint div {
	overflow: auto;
}
#map_canvas .gmnoprint div div {
	overflow: auto;
}

#map_canvas .gmnoprint h4 {
	margin: 0;
	font-size: 12px;
}

#map_canvas .gmnoprint p {
	margin: 0;
	font-size: 11px;
}