/*
body {
	font-family: Helvetica;
	background: white;
	text-align: center;
	background: url(../img/body.png) repeat-x;
}
body h1 {
	padding-top: 20px;
	font-size: 26px;
	color: #335;
}
table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 20px;
}
td, th {
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells.png);
	color: #444;
	position: relative;
}
th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
td.calendar:hover, th.calendar:hover {
	background-position: 0px -81px;
	color: #222;
	background:#EEE;
}
td. {
	background-position: 162px 0px;
	color: white;
}
td.:hover {
	background-position: 162px -81px;
}
td.padding {
	background: url(../img/calpad.jpg);
}
td.today {
	background-position: 81px 0px;
	color: white;
}
td.today:hover {
	background-position: 81px -81px;
}
*/
.topcalendar{
	height:35px;
}
.topcalendar .first{
	padding-left:11px;
	color:#FFF;
	text-align:right;
}
.topcalendar .middle{
	color:#FFF;
}
.topcalendar .last{
	color:#FFF;
}
th.calendar {
	padding-top:5px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	font:Arial;
	font-size:14px;
	position: relative;
	font-weight:lighter;
	z-index:0;
}
td.calendar {
	width: 100px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	font:Arial;
	position: relative;
	border: 1px double #e7e7e7;
	z-index:0;
}
td.calendar:hover, th.calendar:hover {
	background-position: 0px -81px;
	color: #222;
	background:#F1F9FE;
}
th.calendar.day {
	background:#f4fafe;
	height:20px;
}

td. {
	background-position: 162px 0px;
}
td.:hover {
	background-position: 162px -81px;
}
td.padding {
	/*background: url(../img/calpad.jpg);*/
}
td.today {
	background-position: 81px 0px;
	color: #FF0000;
	font-weight:bold;
	background-color:#faf9f9;
}
td.today:hover {
	background-position: 81px -81px;
	color: #FF0000;
	font-weight:bold;
	background-color:#F1F9FE;
}
td.date_has_event{
	height: 60px;
	font-weight:bold;
	background-color:#faf9f9;
}
td.date_has_event:hover{
	font-weight:bold;
	background-color:#F1F9FE;
}

.events {
	position: relative;
	font-weight:normal;
}
.events {
	position: absolute;
	z-index: 1000;
	margin-top:-0px;
	margin-left:160px;
	#margin-top: 20px;
	#margin-left:110px;
}
.events ul {
	padding:0px;
	margin:0px;
	text-align: left;
	position: absolute;
	display: none;
	z-index: 100;
	width: 196px;
	height: 100px;
	background: url(../img/balloon.png) no-repeat;
	_background: url(../img/balloon.gif) no-repeat;
	list-style: none;
	color: #444444;
	
	/*color: white;
	font-size: 15px;
	-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:0px;
	margin:0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.events li p {
	left:0px;
	padding:5px 0px 0px 5px;
	margin:5px 0px 0px 5px;
}
.events li span {
	display: block;
	color: #999;
	font-size:11px;
}
.events li span.title {
	font-weight: bold;
	color: #369;
}
.events li span.desc {
	overflow:hidden;
	padding-top:5px;
	width:180px;
	height:50px;
}
