table {
	background-color : transparent;
	background-image:url(../images/bg_logo_faded.jpg);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	height : auto;
	
}
table.ekcaltableinner {
	background-color : #E2E2E2;
	border : none;
	margin : 0px;
	padding : 0px;
	width : 600px;
}
table.ekcaltableouter {
	background-color : transparent;
	border-top : 2px solid #ff9933;
	border-right : 2px solid #ff9933;
	border-left : 2px solid #ff9933;
	border-bottom : 2px solid #ff9933;
	margin : 0px;
	padding : 0px;
	
}

td, tr {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td.ekcalcell {
	background-color : transparent;
	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 :#72A0CC;
	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 : #ff9933;
	border-right : 1px solid Silver;
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
	line-height : 1.5em;
}

td.ekcalmonthyear {
	color : #000000;
	font-size : 16pt;
	font-weight : bold;
	line-height : 2em;
	width : 400px;
	
}

td.ekcalnextmonth {
	font-size : 10pt;
	width : 100px;
	font-weight : bold;
	positition : inherit;
}

tr.ekcalfirstrow {
	font-size : 16pt;
	background-color : #E2E2E2;
	
}

a {
	background-color : transparent;
	color : #000000;
}
a:hover{
	text-decoration:underline;
	color:#626469
}
a:active{
	text-decoration: none;
	color:#000000
}
a.news:link {text-decoration:none; color: #ff9933;}
a.news:visited {text-decoration:none; color: #ff9933;}
a.news:hover {text-decoration:underline; color: #ff9933;}
a.news:active {text-decoration:none; color: #ff9933;}	

.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;
	font-weight: bold;
}
.ekeventstartlabel{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight: bold;
}
.ekeventendlabel{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight: bold;
}

.ekeventtitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	line-height : 1.5em;
}
.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;
}


