/* events calendar styles */
TD.calWeek { 
FONT-WEIGHT: bolder; 
FONT-SIZE: 10px; 
BORDER-LEFT: gray 1px solid; 
COLOR: gray; 
BORDER-BOTTOM: gray 1px solid; 
FONT-FAMILY: verdana, sans-serif; 
TEXT-ALIGN: center; 
} 

TD.calCellOff { 
FONT-WEIGHT: bolder; 
FONT-SIZE: 10px; 
VERTICAL-ALIGN: top; 
BORDER-LEFT: gray 1px solid; 
COLOR: white; 
BORDER-BOTTOM: gray 1px solid; 
FONT-FAMILY: verdana, sans-serif; 
BACKGROUND-COLOR: silver; 
} 

TD.calCellOn { 
FONT-WEIGHT: bolder; 
FONT-SIZE: 10px; 
VERTICAL-ALIGN: top; 
BORDER-LEFT: gray 1px solid; 
COLOR: gray; 
BORDER-BOTTOM: gray 1px solid; 
FONT-FAMILY: verdana, sans-serif 
} 

TD.calCellToday { 
FONT-WEIGHT: bolder; 
FONT-SIZE: 10px; 
VERTICAL-ALIGN: top; 
BORDER-LEFT: gray 1px solid; 
COLOR: #9a3334; 
BORDER-BOTTOM: gray 1px solid; 
FONT-FAMILY: verdana, sans-serif } 

TABLE.genTable { 
BORDER-RIGHT: gray 1px solid; 
BORDER-TOP: gray 3px solid; 
BORDER-LEFT: gray 1px solid; 
BORDER-BOTTOM: gray 1px solid; 
} 

TABLE.calTable1 { 
BORDER-RIGHT: gray 1px solid; 
BORDER-TOP: gray 3px solid; 
BACKGROUND-COLOR: gray; 
} 

TABLE.calTable2 { 
BACKGROUND-COLOR: white; 
} 

A.callink
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #333366;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
A.callink:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #333366;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
A.callink:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #333366;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
A.callink:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #ff0000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}

.apptMonth 
{
border-bottom:2px solid #888888;
padding:2px;vertical-align:top;
}
.jumps			
{font-family:arial,helvetica,sans-serif; font-size:8pt; color:#666; font-weight:bold;}
.jumps a:link	
{color:#F00; text-decoration:underline; font-weight:bold;}
.jumps a:active			
{color:#CCC; text-decoration:underline; font-weight:bold;}
.jumps a:visited			
{color:#F00; text-decoration:underline; font-weight:bold;}
.jumps a:hover			
{color:#CCC; text-decoration:underline; font-weight:bold;}

/* end events calendar styles */
