﻿body {
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: .80em;
}

a:hover {
	text-decoration:underline;
}

.eventLink
{
    color: #039;
    font-size: 10px;
    text-decoration: none;
}

.eventLinkSmallCalendar
{
    color: #CC0000;
    font-size: 10px;
    text-decoration: none;
}

.eventLinkPrior
{
    color: #808080;
    font-size: 10px;
    text-decoration: none;
}

.nextPreviousMonth
{
    color: #4C4D51;
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.monthlyViewDayFormat
{
    font-size: 11px;
    text-decoration: none;
}

.modalBackground { 
    background-color:#fff; 
    filter:alpha(opacity=70); 
    opacity:0.7px; 
} 

.modalPopup {
    background-color:#ffffdd; 
    border-width:3px; 
    border-style:solid; 
    border-color:Gray; 
    padding:3px; 
    width: 40%;
    
 }

 .calendarBox
{
    /*background-color: #FF0000;*/
    width: 5px;
    height: 5px;
}

 .calendarListItem
{
    list-style: square outside;
    text-align: left;
    vertical-align: middle;
}

 .categoryKeyItem
{
    text-align: left;
    vertical-align: middle;
    /*display: table;
    float: left;*/
    list-style-type: square;
    list-style-position: inside;
}

 .detailTitle
{
    font-weight: bold; 
    color: #FFFFFF; 
    background-color: #808080
}

 .tableBorderFormat
{
    border: 1px solid #000000;
}



/* SMALL CALENDAR PAGE */
.eventLinkSmallCalendar a
{
    color: #0000FF;
    font-size: 10px;
    text-decoration: none;
}
.eventLinkSmallCalendar A:visited {
	color: #0000FF;
    font-size: 10px;
    text-decoration: none;
}
.eventLinkSmallCalendar a:hover {
	color:#446BB5;
	text-decoration:underline;
}


.mostLinks a:link {
	font-family:Verdana;
	font-size: 9pt;
	color:#039;
	text-decoration:none;
}
.mostLinks A:visited {
	font-family:Verdana;
	font-size: 9pt;
	color:#039;
	text-decoration:none;
}
.mostLinks A:hover {
	font-family:Verdana;
	font-size: 9pt;
	color:#446BB5;
	text-decoration:underline;
}