﻿/* ----- CALENDAR CLASSES ----- */

.Cal
{
	width:230px;
	margin:0px auto;
	border:solid 1px #703070;
	background-color:transparent;
	color:#703070;
	font-size:1em;
}

.CalTitle
{
	font-size:1.1em;
}

.Cal a
{
	color:#FF0099 !important;
	font-weight:normal;
}

.CalDayHeader
{
	font-weight:normal;
	padding:0px 1px;
	color:#703070;
}

.CalDayStyle
{
	text-align:center;
}

.CalWE
{
	text-align:center;
}

.CalNP
{	
	text-align:center;
}

.CalNP a
{	
	color:#703070 !important;
}

.CalDayStyleOM a
{	
	text-align:center;
	color:#703070 !important;
}

.CalSelectedDay
{	
}

.CalSelector
{
}

.CalWE
{
}

.CalToday
{
	background-color:#703070;
	color:#FF0099 !important;
}

.CalToday a
{
	color:#FF0099 !important;
}

.CalEvent
{
}

.CalEventFeatured
{
	background-color:#703070;
}

.CalPhotoGallery
{
}

.CalSelectedDate
{
	background-color:#ff0099;
	color:#ffffff;
	font-weight:bold;
}
