.titleCell {
	background-color: #ccffcc;
	padding: .5em;
	width: 30%;
	border-right: 1px solid black;
	border-left: 1px solid black;
	vertical-align: top;
}
.contentCell {
	padding: .5em;
}

.categoryDescriptor {
    font-size: 75%;
    padding: 0px 0px 5px 0px;
}

.today {
	/* background-color: #e6ffe6; */
	background-color: #F0FFF0;
	/* background-color: #F0F8FF; */
}

.month {
  text-align: center;
	margin-top: 10px;
	table-layout: fixed;
	width: 100% ;
}

.month th {
  text-align: center;
  width:100px;
  height:20px;
}

.month td {
  width: 14.28%;
  height: 75px;
  vertical-align: top;
  text-align: left;
}

.details {
  border-style : hidden!important;
	border-bottom: 1px solid black !important;

}

.btn-print {
  border-style : hidden!important;
	border-bottom: 1px solid black !important;

}

.boxleft {
  width: 50%;
  float: left;
}

.boxright {
  width: 50%;
  float: left;
	text-align: right;
}

.calendarlink {
	font-size: small;
}

.month ul{
	padding-left:10px;
}
