div.boxx .content .calendarATD {
	font-size: 11px;
}
div.boxx .content .calendarATD table th {
	height: 16px;
}
div.boxx .content .calendarATD table td {
	height: 17px;
}
div.boxx .content .calendarATD table {
	margin: 0px;
	padding: 0px;
}
div.boxx .content .calendarATD table .other {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFF;
}
div.boxx .content .calendarATD table .daysevent {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFF;
	cursor: pointer;
	background-color: #F00;
}
div.boxx .content .calendarATD table .daysevent:hover {
	background-color: #FF5300;
	color: #000;
}
div.boxx .content .calendarATD table .days {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFF;
}
div.boxx .content .calendarATD table .days:hover {
	background-color: #FC0;
	color: #000;
}
div.boxx .content .calendarATD table .today {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	background-color: #FFF;
	color: #36F;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	height: 15px;
}

div.boxx .content .calendarATD table .today_event {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	cursor: pointer;
	background-color: #F80;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	height: 15px;
}

div.boxx .content .calendarATD table .today:hover {
	background-color: #FC0;
}
