#calendar
{
	position:			relative;
	width:				205px;
	height:				250px;
}

#calendar-head
{
	position:			relative;
	height:				42px;
	width:				170px;
	text-align:			center;
}

#calendar-head p
{
	margin:					0px;
}

.calendar-head-title
{
	font-size:				16px;
	font-weight:			bold;
	font-family:			helvetica;
}

.calendar-tooltip
{
	position:				absolute;
	width:					150px;
	background:				#ffffff;
	border:					1px solid #CC3366;	
	z-index:				100;
	padding:				4px;
	text-align:				left;
	color:					#333333;
}

#calendar-head a, #calendar-head a:visited
{
	color:					#0066CC;
	text-decoration:		none;
}

#calendar-head a:hover
{
	text-decoration:		underline;
}

#calendar-body
{
	position:			absolute;
	left:				-21px;
	top:				42px;
	width:				100%;
	height:				218px;
	background-image:	url(../images/calendar/bkg.png);	
}

#calendar-body-inner
{
	position:			absolute;
	left:				22px;
	top:				30px;
	width:				161px;
	height:				168px;
}

#calendar-weekdays
{
	height:				24px;
	width:				100%;	
}

#calendar-days
{
	height:				144px;
	width:				100%;	
}

#calendar-days div, #calendar-weekdays div
{
	float:				left;
	margin-right:		1px;
	width:				22px;
	height:				24px;
	text-align:			center;
	line-height:		24px;
}

.calendar-day
{
	color:				#666666;
	background-image:	url(../images/calendar/current.gif);	
	font-size:			10px;
}

.calendar-day-past
{
	color:				#cccccc;
	background-image:	url(../images/calendar/day.gif);	
}

.calendar-day-current
{
	font-weight:		bold;
	font-size:			12px;
}

.calendar-day-event
{
	background-image:	url(../images/calendar/event.gif);	
	color:				#ffffff;
	cursor:				pointer;
}

.calendar-day-event a, .calendar-day-event a:visited
{
	color:				#ffffff;
	text-decoration:	none;
}

.calendar-day-event a:hover
{
	text-decoration:	underline;
}
