/* Calendar styles */
.calendarTable{
width:100%;
font-size:12px;

}
.calendarTable .calendarCell{
border:1px solid grey;
width:100px;
height:100px;
font-size:9px;

}
.calendarTable .calendarToday{
background-color:#d8c792;
font-size:9px;
}
.calendarTable .calendarCell table a{
background-color:#ffefbc;
}
/*
.edit
{
 font-size:10px;
 
}

.eventTitle
{
 font-weight:bold;
 padding:2px;
 margin-top:3px;
}
*/
.day_title{
  color:#000000;
	font-size:18px;
	font-weight:bold;
}

.calendarHeader
{
 background-color:gainsboro;
 font-weight:bold;
}

.calendarMonthHeader
{
  background-color:#fcf6ba;
}

.calendarMonthHeaderSelected
{
 background-color:#fcffba;
}

.calendarMonthHeaderSelected a
{
  text-align:center;
  color:blue;
  text-decoration:none;
  font-weight:bold;
}

.calendarHeaderSelected
{
 border:1px gainsboro solid;
}


.calendarMonthHeader a
{
  text-align:center;
  color:blue;
  text-decoration:none;
  font-weight:bold;
}

.calendarDay a
{
  font-weight:bold;
  font-size:13px;
  
}

.calendarDay
{
 padding-bottom:2px;
}

.eventTitle
{
  padding:2px;
  margin-bottom:4px;
  font-size:14px;
}

.event_header
{
  font-size:22px;
  padding-bottom:8px;
}
