﻿
.calendar_event_details_header
{
    font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: Purple;
	text-decoration: underline;

}

.calendar_event_details
{
    font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
    color: black;
	text-decoration: none;

}

.calendar_event_text_hyperlink
{
    font-family: Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
    color: Purple;
	text-decoration: none;
}


.calendar_event_text_hyperlink:hover
{
	color: Darkblue;
}

.calendar_event_details_hyperlink
{
    font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: Darkblue;
	text-decoration: none;
}


.calendar_event_details_hyperlink:hover
{
	color: Purple;
}


.calendar_event_text
{
    font-family: Verdana, Arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
    color: darkblue;
}

.calendar_event_text_time
{
    font-family: Verdana, Arial,sans-serif;
	font-size: 8px;
	font-weight: normal;
    color: darkblue;
}
