@import url("default.css");

/**** Custom attributes for category names ([A-Za-z0-9] allowed, " " translated to "-") ****/

span.Church-Year A  { color: #338; background-color: transparent; 
                      font-size: smaller; }
span.Fellowship A   { font-size: 95%; color: #090; 
                      background-color: transparent; }
span.Meetings A     { color: #D00; background-color: transparent; }
span.Education A   { color: #055; background-color: transparent; }
span.Synod     A   { color: #333; background-color: transparent; }
span.Preschool A   { color: #440; background-color: transparent; }
span.Services  A   { color: #505; background-color: transparent; }
span.Confirmation A { color: #553; background-color: transparent; }
span.Community A    { color: #533; background-color: transparent;}

/* Other Customizations 

 Seasonal Colors:
 rgb(0,0,200) - Advent (Blue)
 rgb(0,0,0)   - Epiphany/Easter (White, but actually black - use dotted borders)
 rgb(200,0,0) - Festivals requiring red
 rgb(20,140,20) - Trinity/Prelent (Green)

*/

div.calendarbox    { border: 2pt solid rgb(0,0,200); }
div.columnheader   { background-color:rgb(0,0,200); }
div.day-cell       { border: 1pt solid rgb(0,0,200); }
.day-number        { color:rgb(0,0,200); }
.day-number A      { color:rgb(0,0,200); }
.day-number A:hover { color:rgb(50,50,240); }

