
#coursetitle {
	background: #0d8fe5 url(images/course_titlebg.jpg) no-repeat center top;
}

h2.point {
	background-color: #0e8fe5;
}

h3.pointtitle {
	border-bottom: 2px dotted #0e8fe5;
	color: #0e8fe5;
}

div.maclass {
	background-color: #ffe8b9;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

div.mclass div.maclass {
	background-color: #bbe3db;
}

div.individualclass div.maclass {
	background-color: #ebd9f0;
}
	
div.maclass h4 {
	background-color: #ffa90b;
	color: white;
	font-size: larger;
	font-weight: 600;
	padding: 10px;
	text-align: center;
}

div.mclass div.maclass h4 {
	background-color: #59bba8;
}

div.individualclass div.maclass h4 {
	background-color: #c999d7;
}

div.maclass div.detail {
	padding: 10px 20px 20px 20px;
}

div.maclass div.detail ul.list {
	border-color: white;
	margin: 12px;
}

div.maclass div.detail ul.list li {
	background-image: url(../images/ul_list_li_orange.png);
	border-color: white;
}

div.mclass div.maclass div.detail ul.list li {
	background-image: url(../images/ul_list_li_green.png);
}

div.individualclass div.maclass div.detail ul.list li {
	background-image: url(../images/ul_list_li_purple.png);
}

