.scheduletable
        {
         border: none;
	 border-width: 1;
	 border-color: black;
	 padding: 0;
	 width: 100%;
        }

.spaced
        {
         background-color: white;
        }

.scheduletitle
        {
         text-align: center;
         font-family: times;
         font-size: 30px;
         background-color: white;
	 border: solid;
	 border-width: 1px;
	 border-color: black;
	 vertical-align: bottom;
        }

.scheduledays
        {
         text-align: center;
         background-color: Beige;
	 font-family: verdana;
	 color: Brown;
         font-size: 12px;
	 border: solid;
	 border-width: 1;
	 border-color: black;
        }

.regularday
        {  
	 border: solid;
	 border-width: 1;
	 border-color: black;
         font-family: verdana;
         font-size: 9px;
         height: 90px;  
         width: 80px;   
         vertical-align: top;
         text-align: left;   
         background-color: #E8E8E8
        }
         
.eventday
        {
	 border: solid;
	 border-width: 1;
	 border-color: black;
         font-family: verdana;
         font-size: 9px;
         height: 90px;  
         width: 80px;   
         vertical-align: top;
         text-align: left;   
         background-color: #DAEEFF
        }

.minidays
	{
	 font-size: 12px;
	 text-decoration: bold;
	 width: 120px;
	}

.miniregularday
	{
	 font-size: 12px;
	 height: 15px;
	 text-align: center;
	}

.minieventday
	{
	 font-size: 12px;
	 text-align: center;
	}
