table.outer

{

	border:0px solid black;

	margin:0 auto;

	padding:0;

	text-align:center;

	background-color:transparent;

}



table.ekcal

{

	border:0px solid black;

	margin:0 auto;

	padding:0;

	text-align:center;

	/* width:175px; 

	background-color:whitesmoke;*/

	font-family:"Comic Sans MS";

}



table.ekcal td

{

	font-size:11px;

	padding:2px 0;

	border:0px solid black;

	height:24px;

	text-align:center;

	vertical-align:middle;

}



table.ekcal td.header 		

	{ background-color:white; color:#0D4898; font-weight:bold; font-size:14px }



table.ekcal td.dow 			{ width:28px; background-color:silver;  color:#0D4898; }

table.ekcal td.padding 		{ width:25px;}

table.ekcal td.boring 		{ width:25px; background-color:whitesmoke; color: #0D4898; }

table.ekcal td.events 		

	{ width:25px; background-color:#F6ECD3; color:#0D4898; border:0px solid silver }

table.ekcal td.today 		

	{ width:25px; background-color:#F6ECD3; color:#0D4898; font-weight:bold; border: 1px solid #89403B;}



table.ekcal td.events a 	{ color:#0D4898; font-weight:bold; }

table.ekcal td.today a 		{ color:#0D4898; font-weight:bold; }



#dhtmltooltip{

font-size:11px;

position: absolute;

left: -300px;

width: 150px;

border: 1px solid #89403B;

padding: 2px;

background-color: #EEDDB1;

visibility: hidden;

z-index: 100;

/*Remove below line to remove shadow. Below line should always appear last within this CSS

filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/

}



#dhtmlpointer{

position:absolute;

left: -300px;

z-index: 101;

visibility: hidden;

}
