.widget_calendarwidget {
	width: 249px;
	margin-bottom: 10px;
	font-family: Tahoma;
}
.widget_calendarwidget .top {
	background: url('i/box-calendar-top.png') no-repeat;
	width: 249px;
	height: 46px;
	position: relative;
}
.widget_calendarwidget .top .left {
	background: url('i/box-calendar-arrow-left.png') no-repeat;
	width: 30px;
	height: 0px;
	padding-top: 30px;
	float: left;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: 5px;
}
.widget_calendarwidget .top span {
	display: block;
	float: left;
	position: absolute;
	left: 40px;
	width: 170px;
	text-align: center;
	color: #00506c;
	font-weight: bold;
	line-height: 40px;
}
.widget_calendarwidget .top span a {
	color: #00506c;
	font-weight: bold;
	text-decoration: none;
}
.widget_calendarwidget .top .right {
	background: url('i/box-calendar-arrow-right.png') no-repeat;
	width: 30px;
	height: 0px;
	padding-top: 30px;
	float: left;
	display: block;
	overflow: hidden;
	position: absolute;
	right: 12px;
	top: 5px;
}

.widget_calendarwidget .content {
	background: url('i/box-calendar-content.jpg') repeat-y;
	width: 235px;
	padding: 5px 6px;
}
.widget_calendarwidget .content table td, .widget_calendarwidget .content table th {
	border: 1px solid #ffffff;
	padding-right: 4px;
	width: 30px;
	height: 30px;
	text-align: right;
	background: #ececec;
}
.widget_calendarwidget .content table th {
	padding: 0px;
	color: #1b2d53;
	text-align: center;
	background: transparent;
}
.widget_calendarwidget .content table td.othermonth {
	color: #c5cccc;
}
.widget_calendarwidget .content table td.has-event {
	font-weight: bold;
	background-color: #ffa800;
}
.widget_calendarwidget .content table td.old-event {
	background-color: #fddac6;
}
.widget_calendarwidget .content table td.has-event a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.widget_calendarwidget .content table td.today a {
	text-decoration: underline;
}
.widget_calendarwidget .bottom {
	background: url('i/box-calendar-bottom.png') no-repeat;
	width: 249px;
	height: 10px;
}

.calendar-events {
	position: absolute;
	z-index: 1000;
	width: 227px;
}
.calendar-events .events-top {
	background: url('i/box-calendar-events-top.png') no-repeat;
	width: 227px;
	height: 31px;
	line-height: 31px;
}
.calendar-events .events-top h4 {
	padding-left: 10px;
	font-weight: bold;
	color: #00506c;
	font-size: 9pt;
	margin: 0px;
}
.calendar-events .events-content .events-content-top {
	background: url('i/box-calendar-events-content-top.png') no-repeat;
	width: 227px;
}
.calendar-events .events-content {
	background: url('i/box-calendar-events-content.png') repeat-y;
	width: 227px;
}
.calendar-events .events-content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.calendar-events .events-content ul li {
	padding: 2px 0px 2px 10px;
}
.calendar-events .events-content ul li a {
	background: url('i/box-calendar-events-li.png') no-repeat left center;
	padding-left: 12px;
	color: #00506c;
	text-decoration: none;
	font-size: 9pt;
}
.calendar-events .events-bottom {
	background: url('i/box-calendar-events-bottom.png') no-repeat;
	width: 227px;
	height: 7px;
}

#tooltip {
	position: absolute;
}
