﻿.background {
	background-color: #FFFFFF;
}
.centre_div 
{
	position: relative;
	margin:0 auto;
	width:890px;
}
.button_link 
{
	position: absolute;
	left: 0px;
	background-image: url('images/button.jpg');
	width: 150px;
	height: 25px;
	background-repeat: inherit;
	text-indent: 10px;
	color: Black;
	text-decoration: none;
	vertical-align: middle;

	border-style: solid;
	border-width: 1px;
	border-color: Black;

	font-family: Georgia;
	font-size: 20px;	
}
.button_link:hover
{
	color: White;
	border-color: White;
}
.image_with_border
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}
.body
{
	position: absolute;
	left: 0px;
	top: 250px;
}
.body_text
{
	position: absolute;
	left: 180px;
	top: 0px;
	width: 710px;
	font-size: 18px;
}
.class_entry
{
	width: 250px;
}
.header1
{
	font-weight: bold;
	font-size: 25px;
}
.header2
{
	color: #2D3383;
	font-weight: bold;
	font-size: 20px;
	margin-top: 0px;
	line-height: 10px;
}
.day_heading
{
	font-weight: bold;
	font-size: 22px;
}
.sidebar
{
	position: absolute;
	top: 30px;
	width: 250px;
	height: 300px;
}
.float_end
{
	clear: both;
}
.form_label_60
{
	width: 46px;
	text-align: right;
	float: left;
	padding: 4px;
	padding-right: 10px;
	font-weight: bold;
}
.form_text_box
{
	border-color: #C6C6C6;
	border-width: 1px;
	float: left;
	background-color: #E0E0E0;
	width: 300px;
	position: relative;
	top: 6px;
}
.text_area
{
	border-color: #C6C6C6;
	border-width: 1px;
	background-color: #E0E0E0;
	width: 700px;
	height: 240px;
	margin-top: 6px;
	margin-bottom: 10px;
}
.form_submit_button
{
	width: 150px;
	height: 30px;
	float: left;
}
.video_container {
	background-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.video_container_inner {
	background-color: black;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.row_Y {
	color: black;
}
.row_N {
	color: rgb(170, 170, 170);
}
.daycol1 {
	background-color: rgb(240,240,240);
	width: 130px;
	height: 30px;
	padding-left: 20px;
}
.daycol2_Y {
	background-color: rgb(240,240,240);
	width: 30px;
	height: 30px;
	padding-left: 20px;
	color: green;
}
.daycol2_N {
	background-color: rgb(240,240,240);
	width: 30px;
	height: 30px;
	padding-left: 20px;
	color: red;
}
.daycol3 {
	background-color: rgb(240,240,240);
	width: 560px;
	height: 30px;
	padding-left: 20px;
}
.datecol1 {
	background-color: rgb(240,240,240);
	width: 300px;
	height: 30px;
	padding-left: 20px;
}
.datecol2 {
	background-color: rgb(240,240,240);
	width: 350px;
	padding-left: 20px;
}
.datecol3 {
	background-color: rgb(240,240,240);
	width: 90px;
	padding-left: 20px;
}
.datecol4 {
	background-color: rgb(240,240,240);
	width: 70px;
	padding-left: 20px;
}
.classcol1 {
	background-color: rgb(240,240,240);
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
}
.classcol2 {
	background-color: rgb(240,240,240);
	width: 120px;
	padding-left: 10px;
	padding-right: 10px;
}
.classcol3 {
	background-color: rgb(240,240,240);
	padding-left: 10px;
	padding-right: 10px;
}
.classcol4 {
	background-color: rgb(240,240,240);
	padding-left: 10px;
	padding-right: 10px;
}
.notice {
	padding: 40px;
	font-weight: bold;
	background-color: rgb(240, 230, 230);
	color: darkred;
	text-align: center;
	line-height: 30px;
}
.important_info li {
	padding-bottom: 20px;
}
.december_notification {
	background-color: rgb(220, 220, 255);
	width: 100%;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 60px;
}
.term_payment_table {
	margin-bottom: 20px;
}
.term_payment_table td {
	background-color: rgb(220, 220, 240);
	font-weight: bold;
}