
.agendaHeader div,
.agendaHeaderDays div,
.agendaBodyDays div {
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.prevMonth,
.nextMonth,
.agendaHeaderDays div,
.agendaBodyDays div { width: 40px; }
#agenda .last {
	border: 0;
	margin: 0;
}
.agendaHeader {
	background: #4e4e4e;
	color: #fff;
}
.prevMonth { background: url('../../images/skin/default/agenda_prev.png') center center no-repeat }
.nextMonth { background: url('../../images/skin/default/agenda_next.png') center center no-repeat }
.title { width: 206px; }
.agendaHeaderDays {
	font-weight: bold;
	text-transform: uppercase;
}
.agendaHeaderDays div { margin-right: 0px; }
.prevMonth a,
.nextMonth a {
	background: url('../../images/skin/default/transparent.png');
	float: left;
	height: 100%;
	width: 100%;
}
/*.agendaBodyDays { border-bottom: 1px solid #d4d4d4; }
.agendaBodyDays div { border-right: 1px solid #d4d4d4; }*/
.otherMonth { color: #b2b2b2; }
/*.agendaRecord { background: #d4d4d4; }*/
.agendaRecord2 a {
	color: #000;
	float: left;
	height: 100%;
	width: 100%;
	text-decoration: underline;
}

span.active {
	background: url("../../images/skin/default/aa_up.png") no-repeat center top;
    background-size: cover;
 	display: block;
    height: 16px;
    left: 13px;
    position: relative;
    top: -10px;
    width: 16px;
}