.CalHeaderCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #53B65C;
	text-align: center;
	border: medium solid;
	text-transform: capitalize;
}
.CalDayHeaderCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	background-color: #53B65C;
	height: 7px;
	width: 100px;
	border: thin outset;
	font-variant: small-caps;
}
.CalEmptyCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	text-decoration: none;
	height: 75px;
	border: none;
	background-color: #DDDDDD;
}
.CalDayCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #090257;
	text-decoration: none;
	background-color: #E2E2E7;
	height: 75px;
	border: none;
	width: 90px;
}
.CalDayCellWithContents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #010358;
	text-decoration: none;
	background-color: #D1DAE7;
	height: 75px;
	width: 75px;
	border: 1px dotted;
}
.CalEventCellEven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #000000;
	text-decoration: none;
	background-color: #EDEDEF;
	border: none;
}
.CalEventCellOdd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #000000;
	text-decoration: none;
	background-color: #E2E4E7;
	border: none;
}
.CalDayNumber {
	font-weight: bold;
	text-align: center;
}
.CalDayNumberWithContents {
	font-weight: bold;
	color: #FF0000;
}
.CalEvent {
	font-size: smaller;
	color: #000000;
	text-decoration: none;
}
.CalTable {
	border: 1px solid #000000;

}
.CalEventTable {
	border: thin solid #000066;
}
.CalHR {
      color: #000066;
      background-color: #000066;
      height: 1px;
	  shade: noshade;
	  border: 0;
	  width: 95%;
}
.CalFormButton {
	font-size: 9;
	background: #ADAFBA;
	border: 1 solid #666666;
}
.CalFormBox {
	color: #014265; 
	font-family: Arial; 
	font-size: 11px; 
	background: #F7F8F9; 
	border-left: 1 solid #B1B7B3; 
	border-right: 1 solid #B1B7B3; 
	border-top: 1 solid #B1B7B3; 
	border-bottom: 1 solid #B1B7B3;
}
 
