.miniCal,
.cal {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	table-layout: fixed; /* forces the table to use my width (14%) */
	width: 100%;
}
.miniCal th,
.cal th {
	background: #beccd6;
/* 	font-weight: normal; */
}
.miniCal td,
.cal td {
	width: 14%;
}
.miniCal td,
.miniCal th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0;
	text-align: center;
	vertical-align: top;
}
.cal td,
.cal th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 3px;
	vertical-align: top;
}
.miniCal a,
.cal a {
	color: #000;
	text-decoration: none;
}
.miniCal a {
	font-weight: bold;
}
.miniCal a:hover,
.cal a:hover {
	text-decoration: underline;
}
.cal .num {
	margin: -3px -3px 3px -3px;
	padding-right: 3px;
	text-align: right;
	vertical-align: top;
}
.cal .today {
/* 	background: #dfe6eb; */
}
.cal .out {
	background: #e2e2e2;
}
.cal .allDay {
	background: #fff;
	border: 1px solid #000;
	margin-bottom: 3px;
	padding: 0 2px;
	text-align: left;
	display: block;
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis; /* ie 7 only */
	white-space: nowrap;
}