@charset "UTF-8";
.calheaderback {
	background-color: #FFFFFF;
	background-image: url(pe_assets/calendar1_r2_c2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.purpleweekbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #C09DCF;
}
.grayboxwhiteborder {
	background-color: #E3E3E3;
	border: 1px solid #FFFFFF;
}
.month_yeartext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.mainborder {
	background-color: #B89FCC;
}
.daybordercell {
	background-color: #FFFFFF;
	border: 1px solid #B89FCC;
}
.daytable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	background-color: #E6E6E6;
}


	
.event_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
}

.today_event_text { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 130%;
	background-color: #FFCCFF;
}

.inactive_event_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 130%;
	background-color: #EEEEEE;
}	
	
.multiple_day {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	margin: 0px;
}
.more_link {
}
.more_link a:link {
	color: #666666;
	text-decoration: underline;
}
.more_link a:active {
	color: #666666;
	text-decoration: underline;
}
.more_link a:visited {
	color: #666666;
	text-decoration: underline;
}
.more_link a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #9900CC;
}
.event_link {
}


.today_event_link {
	background-color: #FF66FF;
}
.today_event_link a:link {
	color: #666666;
}
.today_event_link a:active {
	color: #666666;
}
.today_event_link a:visited {
	color: #666666;
}
.today_event_link a:hover {
	color: #333333;
	text-decoration: underline;
}
.dayoftheweek {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}
