/** {

	border: 0px;
	padding: 0px;
}*/
#calendar table{
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 0px auto;
	font-size: 14px;
}
#calendar td,#calendar th {
	width: 55px;
	height: 60px;
	text-align: left;
	vertical-align: top;
	background: url(../images/calendar/cells.png);
	color: #444;
	position: relative;
	padding-left: 5px;
}
#calendar th{
	height: 20px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top:3px;
	background: url(../images/calendar/cellth.jpg);
	color: #FFFFFF;
	cursor: default;
}

#calendar td:hover {
	background-position: 0px -60px;
	color: #0066CC;
	cursor: default;
}
#calendar td.date_has_event {
	background-position: 120px 0px;
	color: white;
}
#calendar td.date_has_event:hover {
	background-position: 120px -60px;
}
#calendar td.padding {
	background: url(../images/calendar/calpad.jpg);
}
#calendar td.today {
	background-position: 60px 0px;
	color: white;
}
#calendar td.today:hover {
	background-position: 60px -60px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../images/calendar/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: left;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}
/*
body {
	margin: 0px;
	padding: 0px;
}*/

