.calendar
{
  border:none;
}

.day1
{
  width:90px;
  height:70px;
  text-align:right;
  vertical-align:top;
  font-family:Arial;
  font-size:9px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #C6C1AC;
}

.othermonthday
{
  background-color:#F5F3E5;
}
.holiday
{
	color: aliceblue;
	background-color: red;
}
.day
{
	border-right: #c6c1ac 1px solid;
	border-top: #c6c1ac 1px solid;
	font-weight: normal;
	font-size: 8pt;
	vertical-align: top;
	border-left: #c6c1ac 1px solid;
	color: black;
	border-bottom: #c6c1ac 1px solid;
	background-color: lavender;
	text-align: right;
}
.daylink
{
	
	font-weight: normal;
	font-size: 8pt;
	vertical-align: top;
		color: black;
	text-align: right;
}
.month
{
  border-collapse:collapse;
  border:solid 1px black;
}
.Event
{
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
	padding-left:1px;
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
}
.dayheader
{
  background-color:#E3E0CD;
  background-image:url(icon/bgPale.gif);
  color:#504C39;
  font-family:Verdana;
  font-size:11px;
  text-align:center;
  border-top:solid 1px #FFFFFF;
  border-left:solid 1px #FFFFFF;
  border-bottom:solid 1px #ACA899;
  border-right:solid 1px #C6C1AC;
  padding: 4px;
}

.title
{
  background-color:#7D9459;
  background-image:url(icon/bgGreen.gif);
  border: 1px solid black;
  border-bottom-width: 0px;
}

.title TD
{
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  color:White;
  padding-top:1px;
  padding-bottom:1px;
}

.nextprev
{
  cursor:pointer;
}