
body{
	margin: 4px 0px;
	font-size: 13px;
	color: #333;
}

a img{
	border : none;
}
#edubeit{
	width: 900px;
	background-color: #F7F3EE;
	background-image: url(../../images/edubeit/spring.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}
#main{
	margin: 0px 50px 0px 50px;
	padding-top: 30px;
}
#header{
	margin-top: 30px;
}
#header:after{
	content: "";
	display: block;
	clear: both;
	heigth: 0;
	overflow: visible;
}

.inline{
	font-size: 14px;
	display: inline;
	white-space: normal;
	background-color: #FFE2BA;
	padding: 0px 2px;
	margin-right:10px;
}
#menu{
	margin: 0;
	width: 800px;
	background-color: #fff;
	overflow: hidden;
}

#menu ul{
	list-style: none;
	padding: 0;
	margin: 0px;
	font-size: 12px;
	display: inline;
}

#menu li{
	text-align: center;
	white-space: nowrap;
}

#title{
	background-color: #fff;
	padding-left: 11px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom: #D6D6D6 1px solid;
	margin-top: 5px;
}

#content{
	background-color: #fff !important;
	margin: 0;
	width: 800px;
	min-height: 1em;
	display: inline-table;
}

.content-box{
	width: 100%;
	zoom: 1;
	min-height: 1em;
	overflow: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content-box:after{
	content: "";
	display: block;
	clear: both;
	heigth: 0;
	overflow: visible;
}
/*\*/
* html .content-box {
	height: 1em;
	overflow: visible;
}
/**/
.submit{
}
.submit input{
	width: 90px;
	margin-left: 70px;
}

#footer{
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #666;
}




.tabletitle{
	background-color: #FFA322;
	color: white;
	text-align: center;
	padding: 2px 10px 2px 10px;
	font-weight:bold;
	border-top: solid 1px #FFC77C;
	border-left: solid 1px #F39821;
	border-right: solid 1px #F39821;
	text-align: center;
}

.tableinfo{
	border: solid 1px #CCC;
	padding: 10px;
	margin-right:10px;
	margin-bottom: 15px;
}

.tableinfo strong{
	font-weight: bold;
	font-size: 14px;
	color: #009FD4;
}

.scheduletable{
	width: 100%;
	border-left: solid 1px #CCC;
	border-top: solid 1px #CCC;
	border-collapse: collapse;
}

.scheduletable th{
	width: 12%;
	font-weight:lighter;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	background-color: #FFF2E0;
}
.scheduletable .label{
	width: 9%;
	height:50px;
	font-size: 12px;
	background-color: #FFF9E5;
}
.scheduletable td{
	border: solid 1px #CCC;
	border-collapse: collapse;
	vertical-align:top;
}
.scheduletable td.other_month{
	height:50px;
	background-color: #F0F0F0;
}
.scheduletable td.today{
	height:50px;
	background-color: #FFCCCC;
}
.scheduletable td.normal{
	height:50px;
}
.scheduletable td.sunday{
	height:50px;
	background-color: #FFF4E6;
}
.scheduletable td.saturday{
	height:50px;
	background-color: #EEF3FF;
}
.scheduletable td.daynum{
	text-align:left;
	font-weight:bold;
	text-align:left;
}

.errorMessage {
	color: red;
}