.calendar-header{
	padding:5px 0px;
	float:left;
	display:block;
	width:100%;
	font-weight:bold;
}
span.calendar-title{
	float:left;
	display:block;
}
.calendar-navigation{
	float:right;
	display:block;
}
.content-right .calendar-navigation{
	float:none;
	margin:0px auto;
	width:115px;
	font-weight:bold;
}
.calendar-navigation a{
	float:left;
	display:block;
	height:18px;
	width:6px;
	margin-right:5px;
	background:url(img/calendar-arrows.png) center 5px no-repeat;
}
.calendar-navigation a.calendar-right{
	margin-right:0px;
	margin-left:5px;
	background:url(img/calendar-arrows.png) center -35px no-repeat;
}
.calendar-navigation span{
	float:left;
}
table.calendar, table.calendar-small{
	width:100%;
	padding:0px;
	border:0px;
	border-collapse:collapse;
	empty-cells:show;
	margin-bottom:20px;
}
table.calendar tr, table.calendar-small tr{
	border-left:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	height:71px;
}
table.calendar-small{
	margin-top:5px;
}
table.calendar-small tr{
	height:21px;
}
table.calendar thead tr, table.calendar-small thead tr{
	border-bottom:0px;
	background:url(img/thead-tr-bg.png) left top repeat-x;
	text-align:center;
	font-weight:bold;
	color:#fff;
	height:30px;
}
 table.calendar-small thead tr{
	height:17px;
}
table.calendar thead tr td, table.calendar-small thead tr td{
	border-left:1px solid #bfbfbf;
	vertical-align:middle;
	border-left:1px solid #bfbfbf;
}
table.calendar tr td, table.calendar-small tr td{
	width:101px;
	vertical-align:top;
	text-align:center;
	padding:2px 5px;
	border-right:1px solid #bfbfbf;
}
table.calendar-small tr td{
	padding:2px 0px;
	width:29px;
	height:17px;
	color:#bfbfbf;
}
table.calendar-small thead tr td{
	color:#fff;
}
table.calendar span.date{
	font-weight:bold;
	text-align:left;
	display:block;
	margin-bottom:5px;
}
table.calendar td.inactive span.date{
	color:#bfbfbf;
}
.event{
	position:absolute;
	z-index:30;
	width:250px;
	display:none;
	background:url(img/event-top.png) center top no-repeat;
	padding-top:17px;	
}
.event-inner{
	width:228px;
	padding:10px;
	background:#fff;
	border:1px solid #bfbfbf;
	border-top:0px;
	text-align:left;
}
.event-inner a.event-title{
	display:block;
	float:left;
}
.event-inner span{
	float:left;
	display:block;
}
.event-inner span.gray{
	color:#bfbfbf;
}
.event-inner span.gray{
	color:#bfbfbf;
}
.event-inner a.event-add{
	display:block;
	float:left;
	height:15px;
	padding:0px 10px;
	background:url(img/event-add-link.png) left top repeat-x;
	margin-left:10px;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:14px;
}