@charset "utf-8";
/* CSS Document */

#pgContentCenterMain TABLE.eduplan {
	width: 95%;
	margin: 10px auto 10px auto;
	border-collapse: collapse;
}

#pgContentCenterMain TABLE.eduplan THEAD TD {
	font-weight: bold;
	border-bottom: 1px solid #444335;
}

#pgContentCenterMain TABLE.eduplan TBODY TR.oddRow TD.grade {
	background-color: #9F9B8B;
}

#pgContentCenterMain TABLE.eduplan TBODY TR.evenRow TD {
	background-color: #CFCBB5;
}

#pgContentCenterMain TABLE.eduplan TBODY TR.oddRow TD {
	background-color: #BFBBA7;
}

#pgContentCenterMain TABLE.eduplan TBODY TD.subject {
	font-weight: bold;
	padding-left: 4px;
}

#pgContentCenterMain TABLE.eduplan TBODY TD.fourth {
	padding-right: 15px;
}

#pgContentCenterMain TABLE.eduplan TFOOT TR.summary TD {
	background-color: #9F9B8B;
	font-weight: bold;
}
