/*   Month   */

div.calendar
{
	display: block;
	float: left;
	clear: both;
	position: relative;
	width: 100%;
}

div.calendar a
{
	display: block;
}
.calendar-list a { color: #303030; }

div.calendar-header, div.calendar-footer
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: left;
	clear: both;
	position: relative;
	width: 100%;
	height: 75px;
}

div.calendar-footer
{
	height: auto;
	margin: 15px 0 20px 0;
}

div.calendar-footer form
{
	 display: block;
	 position: relative;
	 margin: 0px;
	 padding: 0px;
	 float: left;
	 clear: none;
	 width: 70%;
	 text-align: center;
	 margin: auto;
}

div.calendar-footer a
{
	float: left;
	display: block;
	clear: none;
	position: relative;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
	color: #c8df59;
}

div.calendar-footer a:hover {text-decoration: underline;}

a.prev, a.next
{
	float: left;
	display: block;
	clear: none;
	position: relative;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
	color: #c8df59;
}

a.prev:hover, a.next:hover {text-decoration: underline;}

div.calendar h1
{
	float: left;
	clear: none;
	position: relative;
	display: block;
	color: #c8df59;
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-weight: bold;
	width: 100%;
}

div.calendar-header h1
{
	width: 33%;
	text-align: center;
}

div.calendar-header div.calendarname
{
	float: left;
	clear: none;
	position: relative;
	display: none;
	width: 100%;
}

table.calendar-days
{
	display: block;
	float: left;
	position: relative;
	border-collapse: separate;
	border-spacing: 2px;
}

table.calendar-days th
{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

table.calendar-days td
{
	width: 125px;
	height: 100px;
	text-align: left;
	padding: 5px 10px 10px 5px;
	vertical-align: top;
}

.notCurrentMonthCell
{
	background-color: #59571B;
	font-weight: bold;
}

a.calendarDayNumber
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.notCurrentMonthCell a
{
	color: #B1A660;
	text-decoration: none;
}

.notCurrentMonthCell a:hover, a.calendarDayNumber:hover {text-decoration: underline;}

.currentMonthCell
{
	background-color: #8f8846;
}

a.calendarEventHeadline
{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

a.calendarEventHeadline:hover {text-decoration: underline;}

/*   Event   */

div.calendar table.event 
{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

div.calendar table.event th 
{
	width: 150px;
	color: #EFE8D1;
	text-align: right;
	font-weight: bold;
	background-color: #73732C;
	padding: 5px;
}

div.calendar table.event td
{
	text-align: left;
	font-weight: bold;
	background-color: #8f8846;
	padding: 5px;
	color: #fff;
}

div.calendar table.event td a
{
	font-weight: bold;
	color: #C8DF59;
}

/*   Day   */
div.calendarday
{
	display: block;
	clear: both;
	position: relative;
	width: 70%;
	margin: 10px auto 0 auto;
}

div.calendar-footer a.back
{
		float: left;
		display: inline;
		margin-left: 45px;

}

div.calendar-footer a.nextevent{ float: right; display: inline; }

div.calendar-footer a.prevevent{ float: left; display: inline; }


p.noevents
{
	display: block;
	float: left;
	clear: both;
	position: relative;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 18px;
	color: #576925;
	width: 100%;
}
