table {
	width: 100%;
	height: auto;
	}
	
table.ekcaltableinner {
	background-color: #eee;
	border-left: 1px solid #aaa;
	}
	
table.ekcaltableinner td {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	}
	
table.ekcaltableouter {
	border-top: 1px solid #aaa;
	}
	
td.ekcalcell, td.ekcalcelltoday {
	background-color: #fff;
	padding: 2px 5px 5px 5px;
	}

td.ekcalcelltoday {
	background-color: #FFE1B6;
	}

td.ekcaldayrow {
	background-color: #881125;
	color: #fff;
	font-weight: bold;
	}

td.ekcalmonthyear {
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0 15px 0;
	}

td.ekcalnextmonth {
	padding: 15px 0 15px 0;
	}

tr.ekcalfirstrow {
	background-color: #fff;
	}

.ekday {
	font-weight: bold;
	padding: 3px;
	margin: 0 5px 5px -5px;
	}

.ekeventlocationlabel {
	display: none;
	}

.ekeventstartlabel {
	display: none;
	}

.ekeventendlabel {
	}

.ekeventtitle {
	margin-top: 1.4em;
	}

.ekeventlocaton {
	}

.ekEventTime {
	}