.kev-calendar{
	position:relative;
}
.kev-calendar table{
	width:100%;
}
.kev-calendar table, .kev-calendar th, .kev-calendar td{
	border:1px solid #000;
	border-collapse: collapse;
}

.kev-calendar tbody td{
	width:14%;
}
.kev-cal-month{
	text-align:center;
	line-height:2em;
}
.kev-cal-ctrl{
	position:absolute;
	top:0;
}
.kev-cal-ctrl-past{
	left:1ex;
}
.kev-cal-ctrl-past:before{
	content:'<< ';
}
.kev-cal-ctrl-future{
	right:1ex;
}
.kev-cal-ctrl-future:after{
	content:' >>';
}


.kev-calendar tbody tr{
	height:10ex;
}
.kev-calendar th,.kev-calendar td{
	padding:0;
	vertical-align: top;
}
.kev-cal-text{
	padding:0 1ex;
}

.kev-cal-event{
	background-color:#CCC;
	position:relative;
	margin-bottom:0.5ex;
}
.kev-visible{
	padding:0 0.5em;
	font-size:0.7em;
}
.kev-rollover{
	display:none;
	font-size:0.85em;
	position:absolute;
	z-index:10;
	width:150%;
	padding:0.5ex 0.5em;
	background:#FFF;
	border:1px solid #CCC;
	left:1ex;
}
.kev-rollover p{
	margin:0.75ex 0;
}


.kev-col-day6,.kev-col-day0{
	background-color:#F5F5F5;
}