.caltable {
	empty-cells: show;
}

.cal td {
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
	color:#007;
	-moz-user-select: none;
}

.cal td {
	height: 15px;
}

.cal .pickdate {
	text-align: right;
	color: #000;
	cursor: pointer;
}

.cal .selected {
	background-color: #060;
	color: #fff;
}

.cal .today {
	text-align: right;
	color: red;
}

.cal .priorday {
	text-align: right;
	color: #888;
}

.cal .calbordertop {
	font-size: 1px;
	height: 1px;
	border-bottom: 3px solid #069;
}

.cal .calborderbottom {
	font-size: 1px;
	height: 1px;
	border-top: 3px solid #069;
}

.calbordermiddle {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.cal .movemonth {
	text-align: center;
	text-decoration:underline;
	font-weight: 600;
	cursor: pointer;
}

.cal .dayname {
	font-weight: 600;
	text-align: center;
	width: 15px;
	color: #007;
}

.cal .monthname {
	color: #007;
	text-align: center;
	font-size:8pt;
}
