* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}
table.calendar {
	border-collapse: separate;
	border: 1px dashed #2f2f2f;
	border-width: 1px 1px 1px 1px;
	
	font-size: 12px;
	margin:10px 0px 10px 38px;
}
table.calendar td,table.calendar th {
	width: 50px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	
	color: #b3b3ab;
	position: relative;
}

/*background: url(images/calendar/cells.png); background: url(images/calendar/calpad.jpg);*/

table.calendar th {
	height: 30px;
	color: #77776a;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dashed #2f2f2f;
}
table.calendar td:hover, th:hover {
	background-position: 0px -100px;
	color: #fff;
}
/*	background: url(images/cal-ivent.png); */

table.calendar td.date_has_event {
	background-position: 0px 0px;
	color: white;
	background: url(images/cal-ivent.png);
}
table.calendar td.date_has_event:hover {
	background-position: 0px 0px;
}

table.calendar td.today_has_event {
	background-position: 0px 0px;
	color: white;
	background: url(images/cal-thisday.png);
}
table.calendar td.today_has_event:hover {
	background-position: 0px 0px;
}



table.calendar td.padding {
	
}
table.calendar td.today {
	background-position: 0px 0px;
	color: red; font-weight:Bold;
	background: url(images/cal-thisday.png);
}
table.calendar td.today:hover {
	background-position: 0px 0px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 10px 15px 10px 20px;
	background: #ea4d03 url(images/calendar/popup.jpg) repeat-y;
	color: white;
	border: 0px solid white;
	font-size: 14px;
	width: 191px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	-border-radius: 15px;
	list-style: none;
	color: #fff;
	
}
/* -webkit-box-shadow: 0px 8px 8px #333; */
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 14px;
	text-align: justify;
	color: #fff;
	line-height: 1.5em;
}
.events li span.title {
	font-weight: bold;
	color: #6a0000;
	font-size: 18px;
	font-style: italic;
	line-height: 2em;
}


.events li a {

	display: block;
	padding-top: 5px;
	color: #740b00;
	 
}
