﻿.calendar-monthselector
{
	margin-bottom: 25px;
}

.calendar-monthselector a
{
	float: left;
	margin-right: 30px;
	width: 93px;
	display: block;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
	text-align: center;
	padding: 3px 0 3px 0;
}

.calendar-monthselector a.selected-month
{
	background-image: url('images/calendar-month-bg.png');
	background-repeat: no-repeat;
}

.calendar-monthselector-separator
{
	float: left;
	height: 21px;
	width: 25px;
}

.calendar-event
{
	float: left;
	width: 176px;
}

.calendar-event-separator
{
	float: left;
	height: 200px;
	width: 28px;
}

.calendar-event-img
{
	margin-bottom: 5px;
	width: 176px;
	height: 252px;
}

.calendar-event-info
{
	float: left;
	width: 131px;
}

.calendar-event-type
{
	float: right;
	height: 37px;
	width: 45px;
}

.calendar-event-datetext
{
	font-size: 10px;
	color: #777777;
}

.calendar-event-titletext
{
	font-size: 13px;
	text-decoration: none;
	color: #cccccc;
}

.calendar-event-titletext:hover
{
	text-decoration: underline;
}

.calendar-event-typetext
{
	font-size: 10px;
	color: #770b0b;
}