/***************************/
/***** Calendar Itself *****/
.month 
{
   background-color: #373737;
   height: 20px;
   color: #ffffff;
   text-indent: 0;
   text-align: center;
   vertical-align: middle;
   font-family: Verdana;
   font-size: 9pt;
   font-weight: bold;
   font-style: none;
   text-decoration: none;
}

.daysofweek 
{
   background-color:#7d7d7d;
   height: 17px;
   width: 14.25%;
   color: #ffffff;
   text-indent: 0;
   text-align: center;
   vertical-align: middle;
   font-family: Verdana;
   font-size: 9pt;
   font-weight: bold;
   font-style: none;
   text-decoration: none;
}

.days 
{
   background-color: #e1e1e1;
   color: #323232;
   text-indent: 0;
   text-align: center;
   vertical-align: middle;
   font-family: Verdana;
   font-size: 8pt;
   font-weight: none;
   font-style: none;
   text-decoration: none;
   padding: 3px;
}

td.eventlinks {
   background-color: #bebebe;
   color: black;
   text-indent: 0;
   text-align: center;
   vertical-align: middle;
   font-family: Verdana;
   font-size: 8pt;
   font-weight: bold;
   font-style: none;
   text-decoration: none;
   padding: 3px;
}

.eventon {
   cursor: pointer;
   background-color: maroon; 
   color: #cccccc;
   text-indent: 0;
   text-align: center;
   vertical-align: middle;
   font-family: Verdana;
   font-size: 8pt;
   font-weight: bold;
   font-style: none;
   text-decoration: none;
   padding: 3px;
}

.eventoff {
   background-color: #bebebe;
   color: black;
   text-indent: 0;
   text-align: center;
   vertical-align: middle;
   font-family: Verdana;
   font-size: 8pt;
   font-weight: bold;
   font-style: none;
   text-decoration: none;
   padding: 3px;
}
/***************************/




/******************************************/
/***** Calendar Date, Title, and Text *****/
td.clndrDate{
   background-color: #ffffff;
   width: 125;
   color: #373737;                     /*00325a*/
   text-indent: 0;
   text-align: center;
   vertical-align: top;
   font-family: Arial;
   font-size: 10pt;
   font-weight: bold;
   font-style: none;
   text-decoration: none;
}

td.clndrTitle {
   background-color: #ffffff;
   color: #00325a;                     /*373737*/
   text-indent: 0;
   text-align: left;
   vertical-align: top;
   font-family: Arial;
   font-size: 9pt;
   font-weight: bold;
   font-style: none;
   text-decoration: none;
}

td.clndrText {
   background-color: #ffffff;
   color: #444444;
   text-indent: 0;
   text-align: justify;
   vertical-align: top;
   font-family: Arial;
   font-size: 9pt;
   font-weight: none;
   font-style: none;
   text-decoration: none;
}
/******************************************/