﻿/*  CSS Document 
    /* definitions for calendar page */    
    ul {
        list-style-type: none;
        padding: 0 0 0 5px;
    }
    a, a:visited, a:active, a:hover {
        font-family: Arial, Verdana, Trebuchet MS;
        color: #003669;
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
        text-decoration: none;
    }
    a.calendar01    {
	    font-family: Arial, Verdana, Trebuchet MS;
	    font-size: 11px;
        line-height: 15px;
	    color: #009900 !important; 
	    text-decoration: none;	
	    font-weight: normal;
	}
	a.calendar02    {
	    font-family: Arial, Verdana, Trebuchet MS;
	    font-size: 11px;
        line-height: 15px;
	    color: #cc0000 !important; 
	    text-decoration: none; 
	    font-weight: normal;
	}
	a.calendar03    {
	    font-family: Arial, Verdana, Trebuchet MS;
	    font-size: 11px;
        line-height: 15px;
	    color: #003366 !important; 
	    text-decoration: none;	
	    font-weight: normal;
	}
	a.calendar04    {
	    font-family: Arial, Verdana, Trebuchet MS;
	    font-size: 11px;
        line-height: 15px;
	    color: #990099 !important; 
	    text-decoration: none;	
	    font-weight: normal;
	}
	a.calendar05    {
	    font-family: Arial, Verdana, Trebuchet MS;
	    font-size: 11px;
        line-height: 15px;
	    color: #333333 !important; 
	    text-decoration: none;	
	    font-weight: normal;
	}
	a.calendar06    {
	    font-family: Arial, Verdana, Trebuchet MS;
	    font-size: 11px;
        line-height: 15px;
	    color: Red; 
	    text-decoration: none;	
	    font-weight: normal;
	}
	a.calendar07    {
	    font-family: Arial, Verdana, Trebuchet MS;
	    font-size: 11px;
        line-height: 15px;
	    color: Black; 
	    text-decoration: none;	
	    font-weight: normal;
	}
	
	.calendarColor01 {
	    color: #009900;
	}
	.calendarColor02 {
	    color: #cc0000;
	}
	.calendarColor03 {
	    color: #003366;
	}
	.calendarColor04 {
	    color: #990099;
	}
	.calendarColor05 {
	    color: #333333;
	}
	.calendarColor06 {
	    color: Red;
	}
	.calendarColor07 {
	    color: Black;
	}