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

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

 }

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

.calheader {border-top:transparent;
         border-right:transparent;
         border-bottom:solid;
         border-left:transparent;
         color:#000000;
	 height: 1.5em;
	 text-align:center;
	 	 }

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

.celltoday {color:#111111;
           background:inherit;
	   }


.datecell0 {
	 color: black;
	 background: #bbbbbb;
	 }
	 
.datecell1 {
	 color: #000000;
	 background: lightgrey;
	 }

.cellweeknum {
	  color:black;

             }


.weeknumcell0 {
	  color:black;
              }

.weeknumcell1 {
	  color:black;
              }




.cellholiday0 {
	 color:black;
	 background: #d0d0d0;
	 }
	 
.cellholiday1 {
	       color: black;
               background: #eeeeee;}
		 
		 
		 
		 

