.month
{
	background-color:#fff;
	margin:auto;
}
.style1 {
	color: #CC0066;
	font-weight: bold;
}
#january
{
	background-image:url(/images/january.gif);
}
#february
{
	background-image:url(/images/cupid.gif);
}
#march
{
	background-image:url(/images/march.jpg);
}
#april
{
	background-image:url(/images/april.jpg);
}
#may
{
	background-image:url(/images/may.gif);
}
#june
{
	background-image:url(/images/june.gif);
}
#july
{
	background-image:url(/images/july.gif);
}
#august
{
	background-image:url(/images/august.gif);
}
#september
{
	background-image:url(/images/september.jpg);
}
#october
{
	background-image:url(/images/october.gif);
}
#november
{
	background-image:url(/images/november.gif);
}
#december
{
	background-image:url(/images/december.gif);
}

.calendar table
{
	background-repeat:no-repeat;
	background-position:bottom right;
	border:1px solid #000;
	width:95%;
	margin:10px auto;
}
.monthTitle
{
	margin:auto;
	background-color:#B43D65;
	color:#fff;
	font-weight:bold;
	padding:3px;
}
.monthTitle:hover
{
	background-color:#B43D65;
}
.date
{
	width:14%;
	vertical-align:top;
	font-weight:bold;
}
.hours
{
	height:77px;
	vertical-align:top;
}

.date, .hours, .empty
{
	border-right:1px solid #000;
}
.date, .empty
{
	border-top:1px solid #000;
}
.noRightBorder
{
	border-right:0px;
}
.noTopBorder
{
	border-top:0px;
}
.dateTitle
{
	text-align:center;
	font-weight:bold;
}