table {
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	height : auto;
}
table.ekcaltableinner {
	background-color : Silver;
	border : none;
	margin : 0px;
	padding : 0px;
}
table.ekcaltableouter {
	background-color : transparent;
	border-top : 1px solid #214b95;
	border-right : 1px solid #214b95;
	border-left : 1px solid #214b95;
	border-bottom : 1px solid #214b95;
	margin : 0px;
	padding : 0px;
}

td, tr {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td.ekcalcell {
	background-color : White;
	border-bottom : 1px solid Silver;
	border-right : 1px solid Silver;
	color : #000000;
	font-size : 7pt;
	line-height : 1em;
	width : 150px;
	height : 90px;
	text-align : left;
	vertical-align : top;
}
td.ekcalcelltoday {
	background-color : #B0E0E6;
	border : 1px solid #214b95;
	color : #000000;
	font-size : 7pt;
	line-height : 1em;
	width : 150px;
	height : 90px;
	text-align : left;
	vertical-align : top;
}

td.ekcaldayrow {
	background-color : #214b95;
	border-right : 1px solid Silver;
	color : #ffffff;
	font-size : 8pt;
	font-weight : normal;
	line-height : 1.5em;
}

td.ekcalmonthyear {
	color : #000000;
	font-size : 10pt;
	font-weight : bold;
	line-height : 1.2em;
}

td.ekcalnextmonth {
	font-size : 12pt;
}

tr.ekcalfirstrow {
	font-size : 16pt;
	background-color : Silver;
}

a {
	background-color : transparent;
	color : Navy;
}
a:hover{
	text-decoration:underline;
}
a:active{
	text-decoration: none;
}

.ekday {
	background-color : #eeeeee;
	border-bottom : 1px solid #999999;
	border-right : 1px solid #999999;
	color : #214b95;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height : 1.1em;
}

.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;
}

