.CalTable
	{
	background-color: #000000;
	}

.CalHeading
	{
	background-color: #000000;
	color: white;
	font-weight: bold;
	font-size: 14px;
	}

.CalDayHeading
	{
	background-color: d7d4d4;
	Font-weight: bold;
	color: black;
	}	
	
.CalNoDay
	{
	background-color: 3c3b3b;
	font-family: "Trebuchet MS", "Sans Serif";
	font-size: 10px;
	}

.CalDay
	{
	background-color: #8a8888;
	color: white;
	}

.CalDayEvent
	{
	background-color: #212020;
	color: white;
	}
.CalDayEventTilsagn
	{
	background-color: #616060;
	color: white;
	}
.calEventText
	{
		font-size: 9px;	
	}	
a.CalDaylink
	{
	color: navy;
	font-weight: bold;
	font-size: 12px;
	}

a.CalDaylink:hover
	{
	text-decoration: none;
	}

a.CalEventlink
	{
	color: navy;
	font-size: 8pt;
	line-height: 110%;
	}
	
