﻿.hoveroff{	
	float:left;
	display:none;	
}
.hoveron{
	float:left;
	display: inline;
	background-color: #FFFF99;
	width: 140px;
}
.month{
	float:left;
	width:80px;
}
.year{
	float:left;
	width:55px;
}
.panelmain {
	float: left;
	width: 140px;
	visibility:visible;
}
.calendar {
	float: left;
	width: 140px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #f8f8f8;
	visibility:visible;
}
.calendaron {
	float: left;
	width: 140px;
	border: 1px solid #000000;
	background-color: #f8f8f8;
	visibility:visible;
	position:absolute;
}
.calendaroff{
	float:left;
	width: 140px;
	display:none;
	visibility:hidden;
	position:absolute;
}

.panel {
	float: left;
	width: 140px;	
}
.panelright{	
	float: left;
	width: 140px;
	text-align:right;
}
.panelNext {
	float: left;
	width: 70px;
	font-size: 70%;
	text-align:right;
	padding: 0 0 10px 0;
}
.panelPrev {
	float: left;
	width: 70px;
	font-size: 70%;
	padding: 0 0 10px 0;
	}

.panelcenter{	
	float: left;
	width: 140px;
	text-align:center;
	font-weight: bold;
}
.panelbar {
	width: 140px;
	height:5px;
	text-align: center;
	color: #000000;
}
.emptyday a, .emptyday a:hover{
	float: left;
	width: 20px;
	text-align: center;
	text-decoration: none;
	background-color: #FFFFFF;
}
.selectedday a, .selectedday a:hover{
	float: left;
	width: 20px;
	text-align: center;
	text-decoration: none;
	background-color: #66CCFF;
}
.blankday {
	color: #ffffff;
	background: #ffffff;
	float: left;
	width: 20px;
	text-align: center;
}
.eventday a, .eventday a:hover{
	float: left;
	width: 20px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	background-color: #66CCFF;
}
.weekend{
	float: left;
	width: 20px;
	text-align: center;
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
}
.weekenda a, .weekenda a:hover{
	float: left;
	width: 20px;
	text-align: center;
	color: #999999;
	}
.fullday a, .fullday a:hover{
	float: left;
	width: 20px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF9900;
}
.weekday {
	float: left;
	width: 20px;
	text-align: center;
	color: #CC9900;
	padding: 10px 0 0 0;
}
.startoff {
	float: left;
	visibility: hidden;
}