#schedule_container{
	width: 735px;
}
#schedule_square{
	border: 1px;
	padding-left: 7px;
	
	padding-top: 10px;
}
#schedule_header_container{
	margin-bottom: 10px;
	height: 60px;
	position: relative;
}
#schedule_rows_container{
	position: relative;	
}

ul.schedule_row{
	list-style: none;
	margin: 0;
  	border: 0 none;
	padding: 0;
  	width: 720px; /*For KHTML*/  
	float: left;
	position: relative;
}
ul.adm_schedule_row{
	list-style: none;
	margin: 0;
  	border: 0 none;
	padding: 0;
  	width: 820px; /*For KHTML*/  
	float: left;
	position: relative;
}


ul.schedule_row li, ul.adm_schedule_row li{
  	padding: 0;
  	float: left; /*For Gecko*/  
  	list-style: none;	
	position: relative;
}
.m_cell{
	width: 86px;
	height: 101px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
	text-align: center;
}
.first_row{
	width: 86px;
	height: 60px;
	text-align: center;
}
ul.schedule_row li.m_cell, ul.schedule_row li.first_cell{
	height: 70px;
	border: 1px solid #2A2A2A;
	line-height:10px;

}
ul.adm_schedule_row li.adm_first_cell,ul.adm_schedule_row li.m_cell{
	height: 250px;
	border: 1px solid #2A2A2A;
}
ul.schedule_row li.first_row, ul.schedule_row li.first_row_cell,
ul.adm_schedule_row li.first_row, ul.adm_schedule_row li.first_row_cell{
	border: 1px solid black;
	height: 60px;
}
.first_row_cell{
	width: 101px;
	height: 60px;	
}
.adm_first_row_cell{
	width: 200px;
	height: 60px;	
}
.first_cell{
	width: 101px;
	height: 101px;
	text-align: center;
}
.adm_first_cell{
	width: 200px;
	text-align: center;
}
.first_cell a{
	text-decoration: none;
}
#month_cell{
	border: 1px solid pink;
	background-image: url(../images/pink_bck.png);
	background-repeat: repeat-x;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 31px;
	text-align: center;
	padding-top: 11px;
	height: 49px;	
	line-height: 100%;
}
.day_name{
	border: 1px solid pink;
	position: relative;
	top: 9px;
	width: 82px;
	margin: 0 auto;
	text-align: center;
}
.day_number{
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	background-image: url(../images/day_number.jpg);
	background-repeat: no-repeat;
	width: 65px;
	height: 26px;
	position: relative;
	padding-top: 5px;
	top: 10px;
	margin: 0 auto;
	text-align: center;
}
.girl_photo{
	position: relative;
	margin: 0 auto;
	width: 25px;
	height: 40px;
	top: 12px;
	border: 0px;
}
.girl_name{
	color: pink;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	top: 12px;
}
.schedule_text{
	color: White;
	position: relative;
	top: 32px;
}
.sch_textarea{
	height: 40px;
	width: 60px;
	overflow: hidden;
}