@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bg-white {
	background-color: #FFF;
}
.bg-blue-fade {
	background-color: #5a81b1;
	background-image: url(../images/bg_body_blue.jpg);
	background-repeat: repeat-x;
}
.bodytext {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FFF;
}
.footer {
	background-color: #0FF;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.bg-grey {
	background-color: #efefef;
}
.bg-red {
	background-color: #bc2020;
}
.bg-yellow {
	background-color: #ffd800;
}
.teacher {
	font-weight: bold;
	text-align: center;
}
.email-button {
	text-align: center;
}
.header-kinder {
	background-image: url(../images/eplanner_kinder_cap_top.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 668px;
}
.header-red {
	background-image: url(../images/eplanner_red_cap_top.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 668px;
}
.header-yellow {
	background-image: url(../images/eplanner_yellow_cap_top.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 668px;
}
.title-grade-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-left: 15px;
	padding-top: 10px;
}
a.title-grade-black {
	font-size: 12px;
	color: #000;
	padding-top: 10px;
}
a.title-grade-black:hover {
	color: #C00;
}
.title-grade-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
	padding-top: 10px;
}
a.title-grade-white {
	font-size: 12px;
	color: #fff;
	padding-top: 10px;
}
a.title-grade-black:hover {
	color: #fff;
}
.eplanner-table {
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#CCC
}
.eplanner-table td {
	padding: 5px;
	border-collapse:collapse;
    border-width:1px;
	border-style:solid;
	border-color:#CCC;
	color: #800517;
	text-align:center

}

.eplanner-table img {
	padding: 3px;
}


.style15 {color: #800517 }
.style19 {color: #800517; font-size: 14px; }