.curriculum {
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 0.9em;
	position: relative;
}
.curriculum .title {
	color: #577F4A;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #577F4A;
}
.curriculum .title .courseTitle {
	font-size: 1.9em;
	line-height: 1em;
	font-weight: bold;
}
.curriculum .comment {
	display: block;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(../img/curriculum/comment_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	line-height: 1.1em;
}


.curriculum .point {
	color: #577F4A;
}
.curriculum .schedule {
	background-color: #333333;
	border: 1px solid #333333;
}
.curriculum .schedule th {
	background-color: #E7F1CF;
	font-weight: bold;
	color: #007F41;
	margin: 1px;
	padding: 5px;
	white-space: nowrap;
}
.curriculum .schedule .scheduleCol {
	color: #FFFFFF;
	background-color: #577F4A;
	width: 60px;
}

.curriculum .schedule td {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 1px;
	text-align: center;
	line-height: 1em;
	font-size: 1em;
}
.curriculum .schedule .private {
	background-color: #FF3300;
	color: #FFF100;
	width: 50%;
	padding: 1px;
	text-align: center;
	margin: auto;
}
.curriculum .schedule .test {
	background-color: #003366;
	color: #FFFFFF;
	padding: 1px;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	font-size: 0.9em;
}
.curriculum .schedule .class {
	background-color: #E60012;
	color: #FFFFFF;
	width: 50%;
	padding: 1px;
	text-align: center;
	margin: auto;
}
.stories {
	background-color: #FCDFA4;
	background-image: url(../img/curriculum/storyies_title.gif);
	background-position: 10px 10px;
	width: 500px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.stories .story {
	margin-top: 10px;
	margin-bottom: 10px;
}
.stories .story .name {
	font-weight: bold;
	color: #00693E;
	margin-bottom: 2px;
}
.stories .story .success {
	padding-left: 50px;
	margin-bottom: 3px;
}
.stories .story .body {
	background-image: url(../img/curriculum/story_line.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	margin-top: 2px;
	clear: both;
}

.stories .story .univ {
	color: #FFFFFF;
	background-color: #333333;
	padding: 3px;
	float: left;
	margin-bottom: 5px;
}
