/* DIARY stuff */
table.calendar  {background-color:black;}
.calendar th {
   background-color:#202020; 
   width:70px;
   height:30px;
   text-align:center;
   font-size:12pt;
   }

.calendar td {
   font-size: 10px;
   text-align:left;
   vertical-align: top;
   background-color:#350012;
   color:#a0a000;
   }

.calendar td.full { 
   width:70px;
   height:70px;
   background: #820030; 
   font-size:9px;
   }

.calendar td.empty {  
   width:70px;
   height:70px;
   font-size:9px;
   }
	
.full div{
   border:1px solid #ff8080;
}

.full A {   
   color: #000080;
   text-decoration: none;
   }

.full A.box{
   border: 1px solid #ff8080;
   text-align: center;
   display: block;
   font-size: 7pt;
}


#today {
   background: #820030;
   border: 3px solid white;
   width:64px;
   }

.private {
   color:red ;
   }

.event {
   color:white;
   }
		
.venue {
   color:#ff80c0;
   }

.months {
   font-size: 8pt;
   }
