@charset "utf-8";


#calendar p
{
	padding: 0;
	margin: 0;
}
.calendar-item
{
	clear: both;
	width: 187px;
	padding: 3px 0;
}


.day
{
	width: 30px;
	text-align: right;
}
.day,
.date,
.event
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	padding: 2px;
}


.date
{
	width: 15px;
	text-align: right;
}

.event
{
	width: 130px;
	text-align: left;
}
.holiday
{
	color:#CC0000;
	font-weight:bold;
}
#calendar   .october
{
	background-color: #FFFFCC;
}

caption
{
	font-size: 24px;
	color: #990000;
	font-weight: bold;
}
.month-calendar,
.month-calendar-bottom
{
	background-image: url(/calendar-of-events/images/bg-calendar-month.gif);
	background-repeat: no-repeat;
	width: 220px;
}

.month-calendar
{
	background-position: center top;
	margin-top: 15px;
	margin: 5px;
	float: left;
}

.month-calendar-bottom
{
	background-position: center bottom;
	height: 25px;
}


.month
{
	width: 200px;
	overflow: auto;
	padding-left: 15px;
	padding-top: 15px;
}
.month .nov
{
	background-image: url(/calendar-of-events/images/months/11-november.jpg);
	width: 187px;
	height: 45px;
}

.nov .month .nov
{
	background-image: url(/calendar-of-events/images/months/11-november2.jpg);
	width: 187px;
	height: 45px;
}
