
#calendar
{
	min-height:180px;

}

.calendarTable
{
	border: none;
	font-family:"Times New Roman", Times, serif;
	font-size:12px !important;
	text-align:center;
	vertical-align:middle;
	margin-left:7px;
	width:300px;
}

.calendarTable a:link,
.calendarTable a:visited
{
	font-size:12px !important;
	color:#666666;
	text-decoration:underline;
	cursor:pointer;
}
.calendarTable a:hover
{
	text-decoration:none;
}

.calendarTDHeader
{
	
	height:16px;
	
}

.calendarTDTitle
{

}

.calendarTDWeek
{
	border-bottom:1px solid #666666;
	height:25px;
}

.calendarTDToday
{
	/*background-color:#ffd08a;*/
	border:#666666 1px solid;
	padding-top:5px;
}

.calendarTDEvent
{
	background-color:#e4e4db;
	padding-top:5px;
}

.calendarTD
{
	height:30px;
	width:30px;
	padding-top:5px;
}

.calendarTDEmptyDays
{
}

img
{
	border:none;
}


#calendarEventDisplay
{
	margin-top:8px;
	margin-left:2px;
	border: none;
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	font-size:13px;
	text-align:center;	
}

#calendarEventDisplay a:link,
#calendarEventDisplay a:visited
{
	
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#666666;
	margin-bottom:10px;
}

.EventDate
{
	color:#666666;
	font-weight:bold;
	display:inline-block;
	padding-bottom:3px;
	
}

.EventTitle
{
	color:#666666;
	font-size:15px!important;
	background-color:#E4E4DB;
	display:inline-block;
	padding:5px;
	width:290px;
}

.EventDescription
{
	color:#666666;
	font-size:15px!important;
	background-color:#E4E4DB;
	display:inline-block;
	height:115px;
	padding:5px;
	width:290px;
}

.arrow
{
	cursor:pointer;
}



