.calendar
{
  border:none;
  margin-left:4px;
  margin-top:2px;
}

.day
{
  width:90px;
  height:62px;
  text-align:left;
  vertical-align:top;
  font-family:Arial;
  font-size:11px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #0095da;
  margin-top:2px;
}

.othermonthday
{
  /* background-color:#F5F3E5; */
  background-color:#FFFFFF;
}

.month
{
  border-collapse:collapse;
  /* border:solid 1px black; */
}

.dayheader
{
  background-color:#ff4800;
  background-image:url(../images/kidsschedule/calendar/header_bg.gif);
  color:#ffffff;
  font-family:Verdana;
  font-size:11px;
  text-align:center;
  border-top:solid 1px #ff4800;
  border-left:solid 1px #ff4800;
  border-bottom:solid 1px #ff4800;
  border-right:solid 1px #ff4800;
  padding: 1px;
  margin:2px;
  
}



.cal_title
{
  background-color:#7D9459;
  background-image:url(../images/kidsschedule/calendar/title_bg.gif);
  border: 1px solid #5a9623;
  border-bottom-width: 1px;
}

.cal_title TD
{
  font-family:verdana; 
  font-size:11px;
  font-weight:bold;
  color:#000000;
  padding-top:1px;
  padding-bottom:1px;
  
}


.nextprev
{
  cursor:pointer;
}

.dayhover
{
	/* font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	background-color:white;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	height:21px;
	width:29px;
	cursor:pointer; */
	width:90px;
  height:62px;
  text-align:left;
  vertical-align:top;
  font-family:Arial;
  font-size:11px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #0095da;
  margin-top:2px;
cursor:pointer;
	text-decoration:underline;
}

.scheduleday
{
  width:110px;
  height:82px;
  text-align:left;
  vertical-align:top;
  font-family:Arial;
  font-size:11px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #D5D5D5;
  margin-top:2px;
}

.Scheduledayheader
{
  background-color:#721417;
  background-image:url(../images/schedule/calendar/header_bg.gif);
  color:#ffffff;
  font-family:Verdana;
  font-size:11px;
  text-align:center;
  border-top:solid 1px #721417;
  border-left:solid 1px #721417;
  border-bottom:solid 1px #721417;
  border-right:solid 1px #721417;
  padding: 1px;
  margin:2px;
  
}
.schedule_cal_title
{
  background-color:#7D9459;
  background-image:url(../images/schedule/calendar/title_bg.gif);
  border: 2px solid #FEF0EB;
  border-bottom-width: 1px;
  color:#ffffff;
  background-repeat:repeat-x;
  text-align:left;
}
.schedule_cal_title TD
{
  font-family:verdana; 
  font-size:11px;
  font-weight:bold;
  color:#000000;
  padding-top:1px;
  padding-bottom:1px;
  
}

.scheduledayhover
{
	/* font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	background-color:white;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	height:21px;
	width:29px;
	cursor:pointer; */
	width:110px;
  height:82px;
  text-align:left;
  vertical-align:top;
  font-family:Arial;
  font-size:11px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #D5D5D5;
  margin-top:2px;
cursor:pointer;
	text-decoration:underline;
}