@CHARSET "ISO-8859-1";

.registrationMessage {
	font-family: Verdana, Tahoma, Georgia, Times, serif;
	font-weight: bold;
	margin-bottom: 2em;	
}

.training table {
	border: 1px solid #999;
	border-collapse: collapse;
	font-family: Tahoma, Arial, sans-serif;
	empty-cells: show;
}

.training th {
	border: 1px solid #999;
	font-size: 95%;
	text-transform: uppercase;
}

.training td {
	border: 1px solid #999;
	height: 6.5em;
	width: 7.5em;
	padding: 5px;
	vertical-align: top;
	font-size: 85%;
}

.training caption {
	font-size: 120%;
	font-style: normal;
}

.day {
	text-align: right;
}

.notes {
	font-family:  Tahoma, Arial, sans-serif;
	font-size: 95%;
	text-align: center;
	padding-left: 8px;
	padding-top: 5px;
}

.eventday {
	background-color: #dbe1e2;
	/*background-color: #d3dfe2;*/
	/*background-color: #d2e1e8;*/
	/*background-color: rgb(214,236,231);*/
}

.eventday a {
	border: 0;
	/*color: rgb(72, 127, 116); */
	/*color: rgb(111, 153, 142);*/
	color: rgb(25,100,100);
	font-weight: 600;
	text-decoration: none;
}

.eventday a:hover {
	/*color: rgb(243, 100, 30);*/
	color: #ec7f2d;
}

.usrregistered {
	background-color: white;
	font-weight: 600; 
}

.weekend {
	background-color: #F3F3F3;
}