
table.cal {
	background-color: #9A6565;
}
.cal td {
	font-size: 100%;
}
.cal th {
	font-size: 100%;
}

.cal tr.topdays {
	font-size: 100%;
	color: #ECD5A1;
}

.cal tr.topdays td {
	background-color: #9A6565 !important;
}
.toprightnumber {
	font-size: 80%;
	font-weight: bold;
}
.eventinbox {
	font-size: 90%;
}
a.evt {
	text-decoration: none;
	background-color: #FBF5EA;
}
td.beforedayboxes {
	background-color: #fff; color: #000;
}
td.dayboxes {
	background-color: #F1F1F1;
	color: #000;
	overflow: hidden;
}
td.afterdayboxes {
	background-color: #fff; color: #000;
}
td.highlighteddayboxes a.evt {
	border: 1px dotted #999;
}
td.highlighteddayboxes {
	background-color: #FBF5EA; color: #000;
	overflow: hidden;
}
a.event, a.eventrepeat {
	display: block;
	position: relative;
	font-size: 9px;
	border: 1px solid #ECD5A3;
	margin:1px 2px;
	text-decoration: none;
	background-color: #E5E5E5;
}
a.eventrepeat, a.repeat {
	background: #D7E1EF url(../img/cal/repeat.png) no-repeat top right;
}
a.repeat {
	padding-right: 18px;
	text-decoration: none;
	white-space: nowrap;
	margin-left: 0 !important;
}
a.month, a.ajd {
	padding: 4px 4px 4px 29px;
	margin: 3px 0 3px 3px;
	background: #FBF5EA left no-repeat;
	text-decoration: none;
	border: 1px solid #222;
	font-size: 100%;
}
a.month:hover, a.ajd:hover {
	background-color: #FEFEFE;
}
a.month {
	background-image: url(../img/cal/month.png);
}
a.ajd {
	background-image: url(../img/cal/ajd.png);
}

.evttime {
	color: #666;
	display: block;
}
.evttitle {
	text-align: center;
	display: block;
}

.evtdesc {
	font-weight: normal;
	color: #888;
	padding: 2px;
	display: block;
}
.evtdesc ul {
	padding-left: 16px;
}