#jevcal {
	cursor:default;
	font-family:Geneva,Verdana,Arial,sans-serif;
	font-size:12px;
	text-align:center;
	width:175px;
}

.jevcalRow {
	height:20px;
	position:relative;
	top:0px;
	left:0px;
}
.jevcalHeader,
#jevcalTitle{
	background:#F5F4D3;
	font-weight:bold;
}
#jevcalTitle{
	font-size:14px;
}
.jevcalHeader{
	width:	25px;
	height:	20px;
	float:left
}

.jevcalDay {
	width:	25px;
	height:	20px;
	background:#E0E0E0;
	top:0px;
	left:0px;
	float:left;
}
#jevcal-IEHACK .jevcalDay {
	width:	25px;
	height:	20px;
}
.jevcalDayCol0,
.jevcalDayCol6{
	background:#D0D0D0;
}
.jevcalDay-hover {
	background:#EEEEEE;
}
.jevcalDay-with-event {
	cursor: hand;
	cursor: pointer;
}

.jevcalDay-inner {
	width:	23px;
	height:	18px;
	line-height:18px;
	border:1px solid #E0E0E0;
}
#jevcal-IEHACK .jevcalDay {
	width:	25px;
	height:	20px;
	line-height:20px;
}
.jevcalDayCol0 .jevcalDay-inner,
.jevcalDayCol6 .jevcalDay-inner{
	border:1px solid #D0D0D0;
}
.jevcalDay-hover .jevcalDay-inner {
	z-index:600;
	border:1px solid black;
}
.jevcalDay-today .jevcalDay-inner {
	border:1px solid black;
}

.jevcalDay-append {
	display:none;
}
.jevcalDay-hover .jevcalDay-append {
	display:block;
	position:absolute;
	width:160px;
	left:0px;
	bottom:45px;
	background:#EEEEEE;
	z-index:500;
	border:1px solid black;
	padding:5px;
	padding-top:0px;
	text-align:left;
	line-height:normal;
	-moz-box-shadow: 3px  3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;

}
.jevcalDay-append h1 {
	font-size:1.5em;
	margin:0px;
	margin-top:5px;
}

#jevcalDayPrevLink{
	float:left;
}

#jevcalDayNextLink{
	float:right;
}

#jevcalEvents {
	display:none;
}

