.cal-month-cell-event
{
	width:100%;
	height:100%;
	background-color:white;
	font-family:Verdana;
	font-size:7pt;
	color:black;
	text-align:left;
	vertical-align:top;
	border:0pt;
}

.cal-month-cell-eventHover
{
	width:100%;
	height:100%;
	background-color:#ffff80;
	font-family:Verdana;
	font-size:7pt;
	color:black;
	text-align:left;
	vertical-align:top;
	cursor:pointer;
	border:0pt;
}

.cal-month-cell
{
	width:14%;
	height:70pt;
	font-family:Verdana;
	color:black;
	text-align:left;
	vertical-align:top;
}

.cal-main-table
{
	border:3pt;
	border-color:#000080;
}

.cal-main-table thead th
{
	width:14%;
	vertical-align:top;
	height:15pt;
	background-color:#F2F2F2;
	text-align: center;
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color: black;
}

.cal-empty-non-month-cell
{
	width:14%;
	background-color:#e1e1e1;
	vertical-align:top;
	height:70pt;
}


.cal-month-cell-num
{
	font-size:9pt;
	font-weight:bold;
	background-color:#0F3E71;
	color:white;
	font-family:Arial;
}

.cal-ButtonHover
{
	border: 1px solid #336699;
	background-color: #ddeef7;
	cursor: pointer;
}

.cal-Button
{
	border: 1px solid white;
	background-color: white;
	cursor: pointer;
}

.cal-ButtonText
{
	font-family:Verdana,sans-serif;
	font-size:8pt;
	text-decoration:none;
	color: black;
}
