﻿body { font-family:Arial; font-size:12px; margin: 0 15px 0 15px; }

#logo { margin-top:-40px; }

#headerRightRegion ul li { display:none; }

#selectMonthBox select { display:none; }

#previousMonth, #nextMonth, #filterAlert, #filterByVenueBox, #filterByTypeBox, #loginStatus, #footer { display:none; }

#currentMonth { width:100%; font-size:24px; font-weight:bold; }
.currentMonthName { float:left; height:36px; width:130px; }
.currentYearName { float:left; height:36px; width:50px; }

#bodyWrapper { clear:both; }

.eventCalendar
{
	width:100%;
	border:solid 1px #B9B9B7;
	padding:0px;
	margin-bottom:1px;
}

.eventCalendar th
{
	border:0px;
	padding:0px;
}

.eventCalendar td
{
	border:solid 1px #B9B9B7;
	height:127px;
	padding:0px;
}

.dayHeader
{
	height:23px;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;
}

.day
{
	background-color:#F4F5F0;
}

.activeDay
{
    background-color:#FFFFFF;
}

.dayInnerContainer
{
	width:100%;
	height:125px;
	z-index:5;
	font-size:9px;
	text-align:left;
}

.dayEvent
{
    height:95px;
    padding-left:4px;
    padding-top:4px;
    width:94px;
    float:right;
    
}

.day1stEvent
{
    height:45px;
    padding-left:4px;
    padding-top:4px;
    width:94px;
    float:right;
}

.day2ndEvent
{
    height:45px;
    width:121px;
    border-top:dotted 1px #B9B9B7;
    float:right;
    padding-left:4px;
    padding-top:4px;
}

.dayEvent p, .day1stEvent p, .day2ndEvent p
{
    margin-top:2px;
}

.dayEvent a, .dayEvent a:link, .day1stEvent a, .day1stEvent a:link, .day2ndEvent a, .day2ndEvent a:link
{
    color:#727E47;
    font-weight:bold;
}

.dayEvent a:hover, .day1stEvent a:hover, .day2ndEvent a:hover
{
    color:#6790A2;
    font-weight:bold;
}

.dayViewAll
{
    border-top:dotted 1px #B9B9B7;
    height:19px;
    width:121px;
    float:right;
    padding-left:4px;
    padding-top:6px;
    font-size:10px;
}

.emptyBox
{
	background-color:#FFFFFF;
}

.dayViewAll a, .dayViewAll a:link
{
    color:#6790A2;
    font-weight:bold;
}

.dayViewAll a:hover
{
    color:#727E47;
    font-weight:bold;
}

.dayNumber
{
	float:right;
	width:27px;
	height:20px;
	font-size:14px;
}

#footer { margin-top:20px;
