﻿.calStyle
{
	overflow: hidden;
	table-layout: fixed;
	border:solid 1px Black;
	font-size:12pt;
	font-weight:bold;
	border-collapse:collapse;
}

.dayHeaderStyle
{
	font-family: arial;
	font-size: 12pt;
	font-weight:bolder;
	height: 20px;
	width: 75px;
}

.dayStyle
{
	empty-cells: show;
	overflow: hidden;
	white-space: nowrap;
	font-family: arial;
	font-size: 10pt;
	width: 75px;
	height:60px;
	border:solid 1px gray;
}
.hideOnPrint
{
	display:inline;
}
.event
{
	width:100%;
	height:16px;
	white-space:nowrap;
}
