.calendar
{
  border:none;
    font-family:Century Gothic,Arial;
}

.day
{
  width:90px;
  height:70px;
  text-align:right;
  vertical-align:top;
  font-family:Century Gothic,Arial;
  font-size:11px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #C6C1AC;
}

.othermonthday
{
  background-color:#F5F3E5;
    font-family:Century Gothic,Arial;
}

.month
{
  border-collapse:collapse;
  border:solid 1px black;
    font-family:Century Gothic,Arial;
}

.dayheader
{
  background-color:#E3E0CD;
  color:#504C39;
  font-family:Century Gothic,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:#65738e;
  border: 1px solid black;
  border-bottom-width: 0px;
    font-family:Century Gothic,Arial;
}

.title TD
{
  font-family:Century Gothic , verdana;
  font-size:11px;
  font-weight:bold;
  color:White;
}

.nextprev
{
	  font-family:Century Gothic,Arial;
  cursor:pointer;
}
