/*
Calendar
----------------------------------------------- */
#calendar table {
	border-collapse: collapse;
	border-spacing: 0; 
}
	/* Fix for ie pc \*/

	* html #calendar
	{
		margin: 0 0 0 0px;
	}

#calendar td a,
#calendar td a:visited {
  display:block;
  width:100%;
  height: 50px;
}


#calendar .month-name th{ 
	background: url("../images/calendar/bkg_th.gif") no-repeat;
	width: 555px;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 8px;
	text-align:center;
}

/*#calendar tr.daysofweek a:hover {
  background-color:#E5EDFF;
}
*/

#calendar tr th {
background: #ccc;
width: 555px;
font-size: 12px;
font-weight: bold;
color: #fff;
height: 25px;
width: 79px;
text-align:center;
}

#calendar td.days  {
font-size: 12px;
color:black;
background: #fff;
height: 50px;
width: 70px;
text-align: right;
border-left: 1px solid #eee;
border-bottom: 1px solid #eee;
vertical-align: top;
}

#calendar td.days-end {
font-size: 12px;
color:black;
background: #fff;
height: 50px;
text-align: right;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
vertical-align: top;
width: 70px;

}
#calendar td.other-month {
	background: #EEE;
}

#calendar td.current {
font-size: 12px;
color:black;
background: #f2f6fa;
height: 50px;
text-align: right;
border-left: 1px solid #eee;
border-bottom: 1px solid #eee;
}

#calendar td.today .num_day {
	font-weight: bold;
}
#calendar td.scheduled {
font-size: 12px;
color:black;
background: #ffffcc;
padding: 5px;
height: 50px;
text-align: right;
border-left: 1px solid #eee;
border-bottom: 1px solid #eee;
}
