/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
   background-color: #FFFFFF;
   border: 1px solid #003366;
   width: 590px;
   position: relative;
   top: -14px;
   left: 10px;
 }

.navTable {
   background-color: #FFFFFF;
   border: 0px solid #FFFFFF;
   width: 590px;
 }

.navTableText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
   font-size: 11px; 
   font-weight: Normal;
   text-decoration: none;
   color: #003366;
   }

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 17pt;
   background-color: #FFFFFF;
   text-align: center;
   vertical-align: middle;
   background-image:   url("../../../images/background.jpg");
   }

/* Month and Year Text Setup */
.monthYearText {
   font-family: Arial;
   font-size: 13px;
   font-weight: Bold;
   color: #FFFFFF;
   }

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 15pt;
   background-color: #F5F4D3;
   text-align: center;
   font-weight: Bold;
   vertical-align: middle;
   }

/* Day Name Setup */
.dayNamesText {
    font-family: Arial; 
   font-size: 11px; 
   font-weight: bold; 
   color: #000000;
   background-image:   url("dayBg.gif");
   }

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
   font-family: Arial;
   font-size: 10px;
   color: #433D27;
    line-height: 50pt;
   text-align: center;
   vertical-align: middle;
   }

/* Color of Today's Date */
.today {
   font-family: Arial;
   font-size: 14px;
   font-weight: bold;
   color: #CC0000;
   text-align: center;
   vertical-align: middle;
    }

/* Pop-up Events Setup */
.popupDate {
    font-family: Arial; 
   font-size: 20px;
   font-weight: bold;
   color: #FFFFFF;
   text-align: left;
   background-color: #28205c;
   }

.popupEventTitle {
    font-family: Arial; 
   font-size: 20px;
   color: #000000;
   font-weight: bold;
   background-color: #DADADA;
}

.popupEventTime {
    font-family: Arial; 
   font-size: 16px;
   color: #000000;
   font-weight: normal;
   background-color: #DDDDDD;
}

.popupEventDescription {
    font-family: Arial; 
   font-size: 16px;
   color: #000000;
   font-weight: normal;
   background-color: #DADADA;
}

.popupEventDate {
    font-family: Arial; 
   font-size: 16px;
   color: #000000;
   text-align: center;
   vertical-align: middle;
   background-color: #EFEFEF;
   }
   
.popupEnd {
    font-family: Arial; 
   font-size: 16px;
   color: #A4A4A4;
   }

.popupCopyright {
    font-family: Arial; 
   font-size: 12px; 
   color: #CCCCCC;
   }

.popupClose {
    font-family: Arial; 
   font-size: 16px;
   color: #FFFFFF;
   text-align: right;
   background-color: #28205c;
   }

.popupCloseBrackets {
    font-family: Arial; 
   font-size: 16px; 
   color: #000000;
   text-align: right;
   background-color: #28205c;
   }
/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

Remove the "background-image..." lines to remove graphics as table cell background images.

If you do use images, change the "background-color..." to a similar color to that
of your image. This will help persons with slow connections to see the event markings.

You can optionally remove the "background-color..." lines to only use graphics.

*/

/* Normal Cell Background (date number with no event markings) */
.s2 {
   background-color: #EFEFEF;
   }
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
   background-color: #EFEFEF;
   }
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
   background-color: #ADB89D;
   }
/* Mark Solid Cell Background (solid marked event date background) */
.s22 {
   background-color: #ADB89D;
   }
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {
   background-color: #ADB89D;
   }
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 {
   background-color: #ADB89D;
   }
