table {
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	width : 100%;
}
table.ekcaltableinner {
	background-color : #eeeeee;
	border : none;
	margin : 0px;
	padding : 0px;
}
table.ekcaltableouter {
	background-color : transparent;
	border-top : 1px solid #663366;
	border-right : 0;
	border-left : 1px solid #663366;
	border-bottom : 0;
	margin : 0px;
	padding : 0px;
}

td, tr {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td.ekcalcell {
	background-color: White;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #000000;
	font-size: 7pt;
	line-height: 1em;
	width: 150px;
	height: 90px;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
td.ekcalcelltoday {
	background-color : #DFDFDF;
	color : #000000;
	font-size : 7pt;
	line-height : 1em;
	width : 150px;
	height : 90px;
	text-align : left;
	vertical-align : top;
}

td.ekcaldayrow {
	background-color : #22007a;
	border-right : 1px solid #eeeeee;
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
	line-height : 1.5em;
}

td.ekcalmonthyear {
	color : #000000;
	font-size : 16pt;
	font-weight : bold;
}

td.ekcalnextmonth {
	font-size : 12pt;
}

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 : #eeeeee;
	border-bottom : 1px solid #999999;
	border-right : 1px solid #999999;
	color : Navy;
	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;
}


