table {
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table.ekcalTableInner {
	background-color : #F1F1F1;
	border : none;
	margin : 0px;
	padding : 0px;
	width: 100%;
}
table.ekcalTableOuter {
	background-color : transparent;
	border : 1px solid #DBDBDB;
	margin : 0px;
	padding : 0px;
	width: 100%;
}

td, tr {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td.ekcalcell {
	background-color : White;
	border : 1px solid #F1F1F1;
	border-width : 0 1px 1px 0;	
	color : #000000;
	font-size : 7pt;
	line-height : 1em;
	width : 14%;
	height : 90px;
	text-align : left;
	vertical-align : top;
}
td.ekcalcelltoday {
	background-color : #DBDBDB;
	color : #000000;
	font-size : 7pt;
	line-height : 1.3em;
	width : 14%;
	height : 90px;
	text-align : left;
	vertical-align : top;
}

td.ekcaldayrow {
	background-color : #89ABD3;
	border-right : 1px solid #F1F1F1;
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
	line-height : 1.5em;
}

td.ekcalmonthyear {
	background-color : #F1F1F1;
	color : #000000;
	font-size : 16pt;
	font-weight : bold;
}

td.ekcalnextmonth {
	background-color: #F1F1F1;
	font-size : 12pt;
}

tr.ekcalfirstrow {
	background-color : #F1F1F1;
	font-size : 16pt;
}

.ekday {
	background-color : #F1F1F1;
	border : 1px solid #999999;
	border-width : 0 1px 1px 0;
	color : Navy;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin: 0;
	padding: 0.125em 0.25em 0 0.25em;
	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;
	margin : 3px 0 0 0;
}
.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;
}

