table{
  font-size: 11px;
}
table a{
  color: #607399;
}
table#calendartop{
	border:0px;
	width:100%;
}
table#calendartop .cur{
	font-weight:bold;
	font-size:14pt;
}
table#calendar{
  border: 0px;
  width:100%;
  border-bottom: 1px solid #CDB687;
  border-left: 1px solid #CDB687;
}
table#calendar td{
  border-top: 1px solid #CDB687;
  border-right: 1px solid #CDB687;
  padding: 2px;
}
tr#daysofweek{
  background: #F8E6CA;
}
tr#daysofweek td{
  width: 14%;
  text-align:center;
}
tr.week td {
	height:120px;
}
td.empty{
	background: #eee;
  border-top: 1px solid #CDB687;
  border-right: 1px solid #CDB687;
}
.event{
  background: #FDF2E8;
}
.event p{
	font-size:8pt;
	line-height:10pt;
	margin-bottom:5px;
}
.today{
  background: #E5F3FD;
}