﻿/*
Main Training Page
*/
#CountyInfo {
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 18px;
}
#CountyMap {
	width: 100px;
	height: auto;
	float: left;
}
#CountyText {
	width: 490px;
	height: auto;
	float: left;
	margin-left: 5px;
}
#TrainShell {
	width: 595px;
	height: auto;
	float: left;
	margin-bottom: 15px;
	background-color: #F6E8B1;
	text-align: left;
}
#TrainTitle {
	width: 595px;
	height: auto;
	float: left;
	background-color: teal;
	font-weight: bold;
	color: white;
}
#TrainDescription {
	width: 595px;
	height: auto;
	float: left;
	background-color: #F6E8B1;
}
.TrainingPad {
	margin: 3px;
}
.TrainLink {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: 3px;
	margin-right: 3px;
}
/*
END Main Training Page
*/

/*
BEGIN TrainDetails Page
*/
.PrinterFriendly {
	margin: 0px;
	border-style: solid;
	border-width: 0px;
}
#DetailsShell {
	width: 595px;
	height: auto;
	float: left;
	margin: 0px;
	border: 1px solid teal;
	background-color: #F6E8B1;
}
.tcPad {
	margin: 5px;
}
#Details {
	width: 100%;
	height: auto;
	float: left;
	display: block;
}
#Schedule {
	width: 100%;
	height: auto;
	float: left;
	display: none;
}
#Register {
	width: 100%;
	height: auto;
	float: left;
	padding: 5px;
	display: none;
}
/*
END Detailed Training Page
*/


/*
MASTER PAGE TRAINING MENU
*/
#TrainingMenu {
	width: 175px;
	height: auto;
	float: left;
	margin-bottom: 2px;
	background-color: #CC6600;
	color: black;
}
#TrainingMenuTitle {
	width: 171px;
	height: auto;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}
#ButtonTrainingHome {
	width: 171px;
	height: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	font-weight: bold;
	background-color: #F6E8B1;
}
#ButtonOnlineTraining {
	width: 171px;
	height: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	background-color: #F6E8B1;
}

#ButtonKansasCity {
	width: 171px;
	height: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	background-color: #F6E8B1;
}
#ButtonStLouis {
	width: 171px;
	height: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	background-color: #F6E8B1;
}
#ButtonSouthwest {
	width: 171px;
	height: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	background-color: #F6E8B1;
}
#ButtonSoutheast {
	width: 171px;
	height: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	background-color: #F6E8B1;
}
#ButtonNorthwest {
	width: 171px;
	height: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	background-color: #F6E8B1;
}
#ButtonEastCentral {
	width: 171px;
	height: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	cursor: pointer;
	background-color: #F6E8B1;
}


/*
OTHER
*/
#TrainingPageDivider {
	width: 595px;
	height: 5px;
	float: left;
	background-color: teal;
}
