/* Template Style */


td { border-color: #ffffff; font-family: <%=PageFont%>; font-size: <%=PageFontSize%>; font-weight: normal; color: <%=PageFontColor%>; text-decoration: none; }


a:link {  font-family:  <%=PageFont%>; font-size: <%=PageFontSize%>; font-weight: normal; color: <%=PageFontLinkColor%>; text-decoration: none}
a:active {  font-family:  <%=PageFont%>; font-size: <%=PageFontSize%>; font-weight: normal; color: <%=PageFontLinkColor%>; text-decoration: none}
a:visited {  font-family:  <%=PageFont%>; font-size: <%=PageFontSize%>; font-weight: normal; color: <%=PageFontLinkColor%>; text-decoration: none}
a:hover {  font-family:  <%=PageFont%>; font-size: <%=PageFontSize%>; font-weight: normal; color: <%=PageFontLinkHoverColor%>; text-decoration: <%=PageFontLinkHoverDecoration%> }




/* CALENDAR */
.calendardayevent { font-size:8pt; text-align: center; color:white;text-decoration:none; background:#8C8C8C}
.calendardayevent A:link { font-size:8pt; font-weight :bold;  color:white;text-decoration:none;background:#8C8C8C}
.calendardayevent A:visited {  font-size:8pt; font-weight :bold; color:white;text-decoration:none;background:#8C8C8C}
.calendardayevent A:active {  font-size:8pt; font-weight :bold; color:white;text-decoration:none;background:#8C8C8C}
.calendardayevent A:hover {  font-size:8pt; font-weight :bold; text-decoration:underline; background:#8C8C8C; color=white;}

.calendarbackground { text-align: center; color:#000000;text-decoration:none; }
.calendardaynoday { text-align: center; }

.calendardaynoevent { font-size:8pt; text-align: center;  color:#003366;text-decoration:none;}
.calendardaynoevent A:link { font-size:8pt;   color:#000000;text-decoration:none;}
.calendardaynoevent A:visited { font-size:8pt;   color:#000000;text-decoration:none;}
.calendardaynoevent A:active {  font-size:8pt;   color:#000000;text-decoration:none;}
.calendardaynoevent A:hover { font-size:8pt;text-decoration:underline; background:#cccccc; color=white;}

/* .calendardayweekdaytitle */
.calendardayweekdaytitle  {font-size:8pt; font-weight :bold; text-align: center; }

.calendardayweekdaytitlebackground  { }

.calendareventstitle {   font-family: <%=PageFont%>; font-size: <%=PageFontSize%>; font-weight: normal; color: <%=PageFontColor%>; text-decoration: none}
.calendareventstitle a:link {  font-family:  <%=PageFont%>; font-size: <%=PageFontSize%>; font-weight: normal; color: <%=PageFontLinkColor%>; text-decoration: underline}
.calendareventstitle a:active {  font-family:  <%=PageFont%>; font-size: <%=PageFontSize%>; font-weight: normal; color: <%=PageFontLinkColor%>; text-decoration: underline}
.calendareventstitle a:visited { font-family:  <%=PageFont%>; font-size: <%=PageFontSize%>; font-weight: normal; color: <%=PageFontLinkColor%>; text-decoration: underline}
.calendareventstitle a:hover {   font-family:  <%=PageFont%>; font-size: <%=PageFontSize%>; font-weight: normal; color: <%=PageFontLinkHoverColor%>; text-decoration: underline}

/* .calendartitle */

.calendartitlebar, .calendartitle {background:#BABEAC;font-weight :bold; color=#ffffff;}
.calendartitle a:link { color=#ffffff;text-decoration: none;font-weight :bold;}
.calendartitle a:hover {color=#ffffff; text-decoration: none;font-weight :bold;}
.calendartitle a:active {color=#ffffff; text-decoration: none;font-weight :bold;}
.calendartitle a:visited {color=#ffffff; text-decoration: none;font-weight :bold;}


.calendarscheduler 
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}
.calendarscheduler A:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #8C8C8C;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}
.calendarscheduler A:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #8C8C8C;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}
.calendarscheduler A:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #DADADA;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}



