﻿.left 
{
	width: 198px;
}

.right .header .links ul li a#upcoming 
{
	background-position: bottom;
	color: #fff;
}

.content 
{
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 25px;
	width: 670px;
	float: left;
}

.CalendarTitle div
{
	float: left;
	width: 33%;

}

.CalendarTitle 
{
	clear: both;
}

.CalendarTitle div a 
{
	color: #000;
	text-decoration: none;
}

	.CalendarTitle .prev 
	{
		text-align: right;
	}
	
	.CalendarTitle .month 
	{
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		color: #b5121b;
	}
	
	.CalendarTitle .next 
	{
		text-align: left;
	}

.Calendar 
{
	margin: 0 auto;
	width: 95%;
	border: none;
	font-size:12px;
	clear: both;
}

.EventDay 
{
	height: 114px;
	border: 1px solid #f4c16d;
	text-align: left;
	vertical-align: top;
}

	.EventDayOverflow 
	{
		overflow: auto;
		height: 92px;
		width: 120px;
	}
	
	.OtherMonth .EventDayOverflow 
	{
		display: none;
	}
	
	.EventDay a 
	{
		width: 91px;
		min-height: 19px;
		display: block;
		color: #000;
		text-decoration: none;
		padding-left: 5px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.EventDay a.Even 
	{
		background: url('/App_Themes/Default/images/calendarHighlight.gif') repeat-y left top;
		color: #fff;
	}
	
	.EventDay a.Odd 
	{
	}

.EvenDay 
{
	background-color: #f8f7dc;
}

.OddDay 
{
	background-color: #f8f1d0;
}

.OtherMonth 
{
	height: 0;
	font-size: 0;
	background-color: transparent;
}

.Title 
{
	background-color: #fff;
}


.DayHeader 
{
	background: url('/Images/dayHeaderBG.gif') #fff no-repeat center center;
	width: 132px;
	height: 38px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.circle 
{
	display: none;
}

#simplemodal-overlay {
  background-color:#eee;
}

#simplemodal-container {
  height:458px;
  width:556px;
  background: transparent url('/App_Themes/Default/images/calendarModalBG-trans.png') no-repeat;
}
	
.simplemodal-close 
{
	position:absolute;
	right: 16px;
	top: 12px;
	z-index: 3000;
	display:inline;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

.simplemodal-data 
{
	margin: 22px;
}

	.simplemodal-data h1,h2,h3,blockquote
	{
		margin-bottom: 10px;
	}
	
	.simplemodal-data
	{
		font-size: 12px;
	}
	
	.simplemodal-data h2 
	{
		margin-bottom: 0;
	}
	
	.simplemodal-data a 
	{
		color: #b5121b;
	}
	
	
select 
{
	width: 200px;
}

.error 
{
	font-weight: bold;
	color: #f00;
}