/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
        background-color: rgb(200,200,200);
 }

/* Month and Year Row Setup */
.monthYearRow {
  line-height: 13pt;
        background-color: rgb(200,50,20);
        text-align: center;
        vertical-align: middle;
        }
        
/* Month and Year Text Setup */
.monthYearText {
        font-family: Verdana;
        font-size: 7.5pt;
        font-weight: bold;        
        color:rgb(255,255,255);
        }

/* Day Names Row Setup  //#F5F4D3;*/
.dayNamesRow {
  line-height: 10pt;
        background-color: rgb(240,240,240);
        text-align: center;
        vertical-align: middle;
        }
/* Day Name Setup */
.dayNamesText {
        font-family: Verdana; 
        font-size: 7.5pt; 
        color:rgb(0,0,0);
        /*background-image: url(dayBg.gif);*/
        /*background-color: rgb(240,240,210)*/
        }

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
        font-family: Verdana;
        font-size: 7.5pt;
        color: rgb(130,130,130);        /*color: #433D27;*/
  line-height: 12pt;
        text-align: center;
        vertical-align: middle;
        }

/* Color of Today's Date */
.today {
        border:solid rgb(100,40,0) 1px;
   }

/* OverLIB popup text size */
.oLib {
  font-family: Geneva, Verdana, Arial, sans-serif; 
        font-size: 10px; 
    }
/*

/* Link style */
a.cal {
        font-family: Verdana;
        font-size: 7.5pt;
        color: rgb(0,0,0);        /*color: #433D27;*/
  line-height: 12pt;
        text-align: center;
        vertical-align: middle;
        text-decoration:none;
        font-weight:normal;
}        
a.cal:hover {
        font-family: Verdana;
        font-size: 7.5pt;
        color: rgb(0,0,0);        /*color: #433D27;*/
  line-height: 12pt;
        text-align: center;
        vertical-align: middle;
        text-decoration:underline;
        font-weight:normal;
}        
/*---------------------------------------------------------------------------
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 sililar 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-image:  url("cdef.gif");*/
        background-color:rgb(255,255,255);
        color: rgb(160,160,160); 
        }
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
        /*background-image:  url("cdef5.gif");*/
        background-color:rgb(255,255,255); 
        }
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
/*        background-image:  url("cdef2.gif");*/
                background-color: rgb(255,255,255);                
                color: rgb(0,0,0);
        }
/* Mark Solid Cell Background (solid marked event date background) */
.s22 {
        /*background-image:  url("cdef2.gif");*/
          background-color: rgb(255,255,255);
                color: rgb(0,0,0);                
        }
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {
/*background-image:  url("cdef2.gif");*/
        background-color: rgb(255,255,255);
         color: rgb(0,0,0);
        }
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 {
/*        background-image:  url("cdef2.gif");*/        
        background-color: rgb(255,255,255);
        }
