table.cal	{
			 height:250px;
			 width:250px;
		 	 cols:7;
			 border-collapse:collapse;
			 border-left:#669933 thin solid;
			 border-right:#669933 thin solid;
			 padding:0;
			 margin:0;
			 table-layout:fixed}
.cat td		{overflow:hidden}	

		 
p.event		{font-weight: bold;
			 text-align: center;
			 margin-bottom: 1px;
			 margin-top: 0px;}
			 
p.event a	{text-decoration: none;
			 display: block;
			 color: #ff7d00;
			 padding-top: 4px;
			 padding-bottom: 4px;}

p.event a:hover
			{}
p.event a:link span {
			display: none;
			}

p.event a:visited span {
			display: none;}

p.event a:hover span {
			display: block;
			overflow:visible;
			position: absolute;
		
			background:yellow;
			color:black;
			font-size: 1em;
			font-weight: normal;
			text-align:left;
}

.norm		{text-decoration:none;} 
.pst		{text-decoration:line-through;}



.cal caption {font-size:1.2em;
			 font-weight:bold;
			 border-left:#669933 thin solid;
			 border-right:#669933 thin solid;
			 border-top:#669933 thin solid;
			}
			
.cal th		{border:#669933 thin solid}
			 				 
.cal th,caption	{background:#99CC00;
			 line-height:1.2em;
			 height:20px;
			 padding:0;
			 margin:0;}

.grid		{border:#669933 thin solid}


			 
.date		{font-family: times serif;
			 font-size:10pt;
			 float:left;
			 text-align: left;
			 position:relative;
			 left:10px;
			 bottom: 10px;
			 vertical-align: baseline}