li .eventCalTitleCell,
li .eventCalShortTitleCell{
	background-color: #f5f5f5;
}
.eventColorRed .eventCalTitleCell,
.eventColorRed .eventCalShortTitleCell{
	background-color: #fcdada;
}
.eventColorBlue .eventCalTitleCell,
.eventColorBlue .eventCalShortTitleCell{
	background-color: #d5e9fc;
}
.eventColorGreen .eventCalTitleCell,
.eventColorGreen .eventCalShortTitleCell{
	background-color: #ddf3ce;
}
.eventColorYellow .eventCalTitleCell,
.eventColorYellow .eventCalShortTitleCell{
	background-color: #faf0a5;
}
.eventColorOrange .eventCalTitleCell,
.eventColorOrange .eventCalShortTitleCell{
	background-color: #fae5b5;
}
.eventColorPurple .eventCalTitleCell,
.eventColorPurple .eventCalShortTitleCell{
	background-color: #eacff0;
}
.eventColorWhite .eventCalTitleCell,
.eventColorWhite .eventCalShortTitleCell{
	background-color: #fff;
}
.eventCalMonthBtns span,
.eventCalMonthBtns a{
	display: inline-block;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0 5px 5px 0;
	font-size: 12px;
}
.eventCalMonthBtns span{
	background-color: #eee;
}
table.eventCal,
table.eventCal th,
table.eventCal td{
border: 1px solid #bbb;
color:#555;
}
table.eventCal{
	border-collapse: collapse;
  margin: 0 0 10px;
  padding: 0;
	width: 100%;
}
table.eventCal th{
  text-align: center;
	font-size: 14px;
}
table.eventCal td{
  text-align: left;
}
table.eventCal th,
table.eventCal td{
  vertical-align: top;
  width: 14%;
}
table.eventCal th,
table.eventCal td{
	padding: 5px;
}
.eventCalenderSub table.eventCal th,
.eventCalenderSub table.eventCal td{
	padding: 2px;
}
table.eventCal .dayNum{
  font-weight: bold;
  font-size: 14px;
	display: block;
	margin: 0 5px;
}
.eventCalenderSub table.eventCal .dayNum{
	margin: 0 3px;
}
table.eventCal th.sun{
  /* background-color: #fee; */
}
table.eventCal th.sat{
  /* background-color: #eef; */
}
table.eventCal th.sun,
table.eventCal td.sun .dayNum{
  color:#d44;
}
table.eventCal th.sat,
table.eventCal td.sat .dayNum{
  color:#35d;
}
table.eventCal td.past{
  background-color: #f5f5f5;
}
table.eventCal td{
	min-height:2.5em;
	height:auto;
	height:2.5em;
}
table.eventCal ul{
	display: block;
  margin: 5px 0 0 0;
  padding: 0;
}
table.eventCal li{
	position: relative;
	line-height: 125%;
  font-size: 12px;
	list-style: none;
}
table.eventCal li .eventCalTitleCell,
table.eventCal li .eventCalShortTitleCell,
table.eventCal li .eventCalBalloon{
  padding:5px 3px;
  border-radius: 4px;
	border: 1px solid #ccc;
}
.eventCalenderSub table.eventCal li .eventCalTitleCell,
.eventCalenderSub table.eventCal li .eventCalShortTitleCell,
.eventCalenderSub table.eventCal li .eventCalBalloon{
  padding:3px 0;
}
table.eventCal li .eventCalTitleCell,
table.eventCal li .eventCalShortTitleCell{
  margin: 0 0 5px;
}
.eventCalenderSub table.eventCal li .eventCalTitleCell,
.eventCalenderSub table.eventCal li .eventCalShortTitleCell{
  margin: 0 0 3px;
}
table.eventCal li .eventCalTitleCell,
table.eventCal li .eventCalShortTitleCell{
	display: block;
}
table.eventCal li .eventCalShortTitleCell{
	display: block;
	text-align: center;
}
table.eventCal li .eventCalBalloon{
	display: none;
	position: absolute;
	background-color: #fff;
}
table.eventCal tr td:nth-child(1) li .eventCalBalloon,
table.eventCal tr td:nth-child(2) li .eventCalBalloon,
table.eventCal tr td:nth-child(3) li .eventCalBalloon,
table.eventCal tr td:nth-child(4) li .eventCalBalloon{
	left:0;
}
table.eventCal tr td:nth-child(5) li .eventCalBalloon,
table.eventCal tr td:nth-child(6) li .eventCalBalloon,
table.eventCal tr td:nth-child(7) li .eventCalBalloon{
	right:0;
}
table.eventCal li .eventCalBalloon{
	width: 250px;
	padding: 5px;
	margin: -8px 5px 0;
}
table.eventCal li .eventCalShortTitleBaloon{
	width: 100px;
}
table.eventCal li .eventCalBalloon{
	border: 1px solid #ccc;
	z-index: 10000;
}
table.eventCal li .eventCalBalloon:before {
	content: "";
	position: absolute;
	top: -8px;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #fff transparent;
	z-index: 10000;
}
table.eventCal li .eventCalBalloon:after {
	content: "";
	position: absolute;
	top: -10px;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	z-index: 9999;
}
table.eventCal tr td:nth-child(1) li .eventCalBalloon:before,
table.eventCal tr td:nth-child(2) li .eventCalBalloon:before,
table.eventCal tr td:nth-child(3) li .eventCalBalloon:before,
table.eventCal tr td:nth-child(4) li .eventCalBalloon:before,
table.eventCal tr td:nth-child(1) li .eventCalBalloon:after,
table.eventCal tr td:nth-child(2) li .eventCalBalloon:after,
table.eventCal tr td:nth-child(3) li .eventCalBalloon:after,
table.eventCal tr td:nth-child(4) li .eventCalBalloon:after{
	left: 10%;
}
table.eventCal tr td:nth-child(5) li .eventCalBalloon:before,
table.eventCal tr td:nth-child(6) li .eventCalBalloon:before,
table.eventCal tr td:nth-child(7) li .eventCalBalloon:before,
table.eventCal tr td:nth-child(5) li .eventCalBalloon:after,
table.eventCal tr td:nth-child(6) li .eventCalBalloon:after,
table.eventCal tr td:nth-child(7) li .eventCalBalloon:after{
	left: 90%;
}
table.eventCal li .eventCalTitleFull,
table.eventCal li .eventCalBody,
table.eventCal li .eventCalUrl{
	display: block;
	margin-bottom: 0.3em;
}
table.eventCal li .eventCalTitleCell,
table.eventCal li .eventCalTitleFull,
table.eventCal li .eventCalUrl{
	font-weight: bold;
}
