
.calendar td
{
  font-size:11px;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.title
{
 font-weight:bold;
 background-color:pink;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.monthtitle
{
  text-align:center;
  background-color:#FFFFFF;
}

.dayheader
{
  width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  background-color:#FFFFFF;
}

.day
{
  width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayhover
{
  width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
  text-decoration:underline;
}

.daynohover
{
  width:25px;
  cursor:default;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
  text-decoration:none;
}

.selectedday
{
	width:25px;
  background-color:#DC202C;
  color:#000000;
  border-width:1px;
  border-color:#991720;
  border-style:solid;
  font-weight:bold;
}

.othermonthday
{
  visibility:hidden;
}

.outofrangeday
{
  visibility:hidden;
}

.daywithevent
{
  font-weight:900;
  background-color:#E6E6E6;
}

.daywitheventhover
{
  font-weight:900;
  background-color:#E6E6E6;
}
	

.selecteddaysched
{
  width:120px;
  height:60px;
  max-width:120px;
  max-height:60px;
  min-width:120px;
  min-height:60px;
  background-color:#DC202C;
  color:#000000;
  border-width:1px;
  border-color:#991720;
  border-style:solid;
  text-align:right;
  vertical-align:text-top;
}

.daysched
{ 
  width:120px;
  height:60px;
  min-width:120px;
  min-height:60px;
  max-width:120px;
  max-height:60px;
  cursor:pointer;
  text-align:right;
  vertical-align:text-top;
  border-width:1px;
  border-color:#AAAAAA;
  border-style:solid;
}

.dayhoversched
{
  width:120px;
  height:60px;
  max-width:120px;
  max-height:60px;
  min-width:120px;
  min-height:60px;
  cursor:pointer;
  text-align:right;
  vertical-align:text-top;
  border-width:1px;
  border-color:#AAAAAA;
  border-style:solid;
  text-decoration:underline;
}

.othermonthdaysched
{
  background-color:#FBFBFB;
  color:#90B4FD;
}

.selectweeksched
{
  width:auto;
  background-color:#FFFFFF;
}

.selectmonthsched
{
  width:auto;
  background-color:#FFFFFF;
}