#calendar {
	width: 85%;
	border: 1px #eee solid;
	border-top: 3px #eee double;
}

#calendar h2 {
	font-size: 14px;
	color: #aaa;
	padding: 6px 2px 6px 2px;
	margin: 0;
}


#calendar h6 {
	font-size: 10px;
	margin: -4px 1px -1px 1px;
	padding: 2px;
	font-weight: normal;
}

.titleRow a {
	padding: 0px ;
}

.elink {
	
}

.day {
	width: 14.3%;
	background: #eee;
	border-top: 1px #fff solid;
	border-left: none;
	border-right: 1px #fff solid;
	text-align: center;
	font-weight: bold;
	padding: 0 0 4px 0;
}

.spacerow {
	height: 5px;
}

.empty {
/*	border: 1px #eee solid;
*/
}

.today {
	background: URL(http://yourownsite.com/_templates/_images/cal/todaycurve2a.gif) no-repeat bottom right;
	color: #f00;
	line-height: 12px; 
}

.normalday {
	color: #999;
	padding: 1px 2px 2px 1px ;
	background: URL(http://yourownsite.com/_templates/_images/cal/daycurve2.gif) no-repeat bottom right;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	line-height: 12px; 

}
.prevmonth {
	text-align: left;
}

.prevmonth a {
	font-size: 14px;
	font-weight: bold;
}

.nextmonth {
	text-align: right;
}

.year {
	text-decoration: NONE;
	margin: 5px 5px 5px 5px; 
}

.month {
	text-decoration: NONE;
	font-size: 12px;
}

.nextmonth a {
	font-size: 14px;
	font-weight: bold;
}

.elink {
	margin: 2px ;
	text-align: center;
}

#normalROW a {
	margin: 15px;
	padding: 2px;
}


#normalROW a:hover {
		border-left: 2px #999 solid;
		padding: 0;
	}

#normalROW img {
		padding: 2px;
	}

/* EVENT DETAILS */
#edetails {
	margin: 10px 10px 30px 10px;
	padding: 10px;
	border-top: 2px #eee solid;
	border-left: 2px #eee solid;
	border-right: 2px #eee solid;
	width: 90%;
}

#edetails h1 {
	margin: 0;
	font-size: 16px;
	font-family: Verdana, Helvetica, Arial;
}

#edetails h3 {
	margin: 0;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial;
}

#edetails {

}

