table {
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

}
table.ekcaltableinner {
	background-color : #FFFFFF;
	border : none;
	margin : 0px;
	padding : 0px;

}
table.ekcaltableouter {
	background-color : transparent;
	margin : 0px;
	padding : 0px;
}

td, tr {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td.ekcalcell {
	background-color : White;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #eeeeee;
	color : #000000;
	font-size : 7pt;
	line-height : 1em;
	text-align : left;
	width:105px;
	height:120px;
}
td.ekcalcellNO {
	background-color : #EEEEEE;
	border-bottom : 1px solid #000000;
	color : #000000;
	font-size : 7pt;
	line-height : 1em;
	text-align : left;
	width:105px;
	height:120px;
}


td.ekcalcelltoday {
	background-color : silver;
	border-bottom : 1px solid #000000;
	color : #000000;
	font-size : 7pt;
	line-height : 1em;
	text-align : left;
	vertical-align : top;
	width:100px;
	height:80px;
}

td.ekcaldayrow {
	background-color : #EEEEEE;
	border-bottom : 1px solid #000000;
	border-top : 1px solid #000000;
	color : #000000;
	font-size : 10pt;
	font-weight : bold;
	line-height : 1.5em;

}

td.ekcalmonthyear {
	cursor: hand;
	color : gray;
	font-size : 14pt;
	font-weight : bold;
}

td.ekcalnextmonth {
	color : gray;
	font-size : 8pt;
}

tr.ekcalfirstrow {
	font-size : 16pt;
	background-image : url(graphics/ekcal_title_bg.gif);
}

a {
	background-color : transparent;
	color : Navy;
}
a:hover{
	text-decoration:underline;
}
a:active{
	text-decoration: none;
}

.ekday {
	background-color : #ffffff;
	color : gray;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight: bold;
	line-height : 1.1em;
	text-align: center;
}
.ekdayEvent {
	background-color : #ffffff;
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight: bold;
	line-height : 1.1em;
	text-align: center;
}

.ekeventlocationlabel{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}
.ekeventstartlabel{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}
.ekeventendlabel{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}

.ekeventtitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	line-height : 1.1em;
}
.ekeventlocaton{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}
.ekeventtime {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}

