/* %~%@ < 1.000 > @%~% */
/* %~%# < 12/03/2004 > #%~% */
/* %~%! < calendar > !%~% */
.CalHeaderCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	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: #CCCCCC;
	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;
	width: 100px;
	border: none;
	background-color: #CCCCCC;

}
.CalDayCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	height: 75px;
	width: 100px;
	border: none;

}
.CalDayCellWithContents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	height: 75px;
	width: 100px;
	border: thin dashed;

}
.CalEventCellEven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	border: none;

}
.CalEventCellOdd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #000000;
	text-decoration: none;
	background-color: #EEEEEE;
	border: none;

}
.CalDayNumber {
	font-weight: bold;
	text-align: center;

}
.CalDayNumberWithContents {
	font-weight: bold;

}
.CalEvent {
	font-size: smaller;
	color: #000000;
	text-decoration: none;
}
.CalTable {
	border: thin solid #000000;
}
.CalEventTable {
	border: thin solid #000066;
}
}
.CalHR {
      color: #333333;
      background-color: #333333;
      height: 1px;
	  shade: noshade;
	  border: 0;
	  width: 95%;

}
