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

.classroom_table {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.classroom_table .header {
	background-color: #3F6993;
	height: 30px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C02927;
	padding-left: 10px;
	font-weight: bold;
}
.classroom_table .subheader {
	background-color: #7B9FC7;
	height: 15px;
	padding-left: 10px;
	font-weight: bold;
}
.classroom_table .item {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 16px;
}
.classroom_table .item_desc {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #F7E3C4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAB864;
	font-size: 12px;
}
.classroom_table .alt {
	background-color: #FCF5E9;
}
.classroom_table .footer {
	background-color: #808080;
	height: 5px;
}
