/* Start of CMSMS style sheet 'training-list' */
.big-button {
	color: #FFFFFF;
	font-size: 13px;
	background-color: #3598dc;
	width: 150px;
	height: 27px;
	line-height: 25px;
	float: left;
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
}

.big-button:hover {
	color: #FFFFFF;
	background-color: #2386ca;
}

.big-button:visited {
	color: #FFFFFF;
}

.list-item p {
	padding: 0;
	margin: 0;
}

.list-container .list-item, .list-container-p p {
	display: block; 
	color: #25556d;
	padding: 9px 5px 9px 5px; 
	margin: 10px 0; 
	border-left-color: rgb(53, 152, 220); 
	border-left-style: solid;
	border-left-width: 8px; 
	background-color: #e8f5fc;
	clear: both;
	float: left;
	width: 100%;
}	

.list-container-p .price {
	float: right; 
	text-align: right;
	width: 120px; 
	padding-right: 10px; 
	color: #679EBC;
}

.list-container-p p:hover {
	background-color: #dff4ff;
}

.list-title {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	margin: 18px 0 11px 0;	
	padding-bottom: 3px;
	font-weight: 600;
}

.event-date {
	font-weight: bold;
	font-size: 14px;
	color: #31708f;
}

.event-title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 3px;
	color: #31708f;
}

.event-subtitle {
	font-size: 14px;
	margin-bottom: 3px;
	color: #5086a0;
}

.event-teacher { 
	font-size: 12px;
	color: #6493ab; 
}

.calendar-nav .big-button {
	height: 32px;
	line-height: 30px;
}
/* End of 'training-list' */

