body {
       background-color:lavender;
       margin-left:10px;
       margin-right:10px;
       border: none;
       font-size:1em;
       }

 table { border: none;
         border-collapse:collapse;
 margin: 0px 0px 0px 0px;
 }

tr {border:none; }
   
td {border:solid 1px lightblue;}   

.calheader {
         font-size:1.4em;
         border-top:transparent;
         border-right:transparent;
         border-bottom:solid;
         border-left:transparent;
         color:blue;
	 height: 1.5em;
	 text-align:center;
	 	 }

.celldayname {width:14%;
              color:darkmagenta;
	 	 }



.datecell0 {
	 color: darkmagenta;
	 background: thistle ;
	 	 }
	 
.datecell1 {
	 color: darkmagenta;
	 background:papayawhip;
	 }

.cellweeknum {
	  color:steelblue;

             }


.weeknumcell0 {
	  color:steelblue;
          background: #CCbbFF;
}

.weeknumcell1 {
	  color:darkmagenta;
          background: #CCccFF;
              }




.cellholiday0 {
	 color:darkmagenta;
	 background: plum; 
	 }
	 
.cellholiday1 {
	       color: darkmagenta;
               background:  peachpuff;}

.celltoday {color:red;
           background-color:lavender;
	   }


		 
/*colorscheme[0][0] ="lightblue";  //bgcolor[0] second weekday bg
colorscheme[0][1] ="skyblue";    //bgcolor[1] first weekday background
colorscheme[0][2] ="#CCbbFF";    //bgcolor[2]
colorscheme[0][3] ="#ccCCFF" ;   //bgcolor[3]
colorscheme[0][4] ="#cccccc"     //bgcolor[4]
colorscheme[0][5] ="#cc99cc";    //bgcolor[5]
colorscheme[0][6] ="teal";       //bgcolor[6] weekends that go with 0
colorscheme[0][7] ="steelblue";  //bgcolor[7] weekends that go with 1
colorscheme[0][8] ="#0000cc";    // color of header days of week
colorscheme[0][9] ="red";        // thisday
colorscheme[0][10] ="black";     // normal text
colorscheme[0][11] ="white";     // weekend text
colorscheme[0][12] ="midnightblue"; // header text for period and date range
colorscheme[0][13] ="#ccffff" ;  //  supposed to be page background but 
*/		 

