#course_schedule {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
	margin-right: 10px;
	font-size: 1em;
}
#course_schedule #group h2 {
	color: #000000;
	display: block;
}
#course_schedule #group h3 {
}
#course_schedule #group {
}
#course_schedule #group .header {
	background-color: #9CB6C6;
}
#course_schedule #group .header .cpd {
	padding-left: 200px;
	color: #CC0000;
	font-weight: 600;
}
#course_schedule #group .header .schedule {

	position: relative;
	top: -27px;
	width: 120px;
	margin: 0px;
	line-height: 1.1em;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.8em;
	font-weight: 600;
	float: right;
	right: 10px;
}
#course_schedule #group .header .schedule a {
	text-decoration: none;
	color: #000000;
}
#course_schedule #group .header .schedule a:hover {

	text-decoration: none;
	color: #FF6600;
}
#course_schedule #group .course {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #103852;
}
#course_schedule #group .course .cpd {
	color: #E60000;
	font-weight: 400;
	font-size: 0.8em;
}
#course_schedule #group .course .cpd b {
	font-weight: 600;
	color: #E60000;
}
#course_schedule #group .course .moreinfo {
	position: relative;
	width: auto;
	margin: 0px;
	text-align: right;
	font-size: 0.8em;
	font-weight: 600;
	float: right;
	right: 10px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	padding: 5px 10px;
	color: #FFFFFF;
	bottom: 30px;
	background-color: #133852;
}
#course_schedule #group .course .moreinfo a {
	color: #FFFFFF;
	text-decoration: none;
}
#course_schedule #group .course .moreinfo a:hover {

	color: #FFCC00;
	text-decoration: none;
}
#group h2, #group h3, #group h4 {
	padding: 10px 15px;
}

