﻿
.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}

.eventmonth
{
	border: 1px solid #2C455B;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	background: #D7DEE8;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	text-align: center;
}

.eventmonthtable
{
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 15px;
	border: 1px solid #2C455B;
	border-collapse: collapse;
}
.dayNumber
{
	float: right;
	border-bottom: 1px solid #C7C272;
	border-left: 1px solid #C7C272;
	clear: none;
	padding: 2px;
	border-bottom-color: #2C455B;
	border-left-color: #2C455B;
}

.calcurrentmonth
{
    /* no styles needed at this time */
}

.calothermonth
{
	background-color: #8BA1B9;
}
.calcurrentday
{
	background-color: #ECEFF4;
}
.calweekend
{
	background-color: #D7DEE8;
}
.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
	text-align: left;
	border: 2px solid #2C455B;
	height: 60px;
	vertical-align: top;
	position: relative;
	border-collapse: separate;
	border-spacing: 5px;
}

.eventlistdate
{
    padding-right: 4px;
}

.eventlisticon
{
    text-align: center;
}

.eventlisttime
{
    text-align: center;
    width: 95px;
}

.eventlistevent
{
    font-weight: bold;
}

.eventlistlocation
{
    /* no styles needed at this time */
}

.eventlist td
{
    padding-bottom: 4px;
}
