.WebPageCounter {
	border: 2px solid #648BD8;
	background: black;
	font-size: 0.8em;
}

.WebPageCounter td {
	background: black;
	color: white;
	padding: 0px;
}

.QuickScheduleViewBox {
	xpadding-top: 4px;
	xpadding-bottom: 4px;
	xborder: 1px solid #0000ff;
}
dl.QuickScheduleViewList {
	margin-top: 8px;
	xmargin-bottom: 4px;
}
dl.QuickScheduleViewList dt{
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 8px;
	font-weight: bold;
	background: #ccccff;
	xborder: 1px solid #ff0000;
}
dl.QuickScheduleViewList dd{
	margin-left:  10px;
	padding-bottom: 4px;
}
.overlink {
	background-color: #f0f0f0;
	cursor: pointer;
}

.outlink {
	background-color: inherit;
	cursor: pointer;
}

/***************************/
/* Event list on main page */
/***************************/
.events .event {
	font-size: 16px;
	color: #000;
}
.events .month {
	color: #000;
	font-family: sans-serif;
}

.events .month .header {
	background: #ccf;
	font-weight: bold;
	margin-top: 8px;
	padding-left:4px;
	padding-bottom: 8px;
}
.events .month .header a,
.events .month .header a:link,
.events .month .header a:visited {
	color: #000;
	font-size: 12px;
}

.events .month .separator {
	height: 1em;
}

.events .month .event {
	color: #000;
	font-weight: normal;
}

.events .month .event a,
.events .month .event a:link,
.events .month .event a:visited {
	font-size: 16px;
	color: #000;
	background: #fff;
	text-decoration: none;
	display:block;
}

.events .month .event a:hover {
	background-color: #f0f0f0;
	cursor: pointer;
}

.events .month ul {
	margin:0px 0px 0px 0.5em;
	padding:0px;
}

.events .month li.event {
	padding: 1px;
	margin: 1px;
	list-style-type:none;
}

.events .month .event .dayNumber {
	font-weight:bold;
	color: #00f;
}

.events .month .event .dayName {
	color: #f00;
}

.events .month .event .title {
	font-weight: bold;
	color:#000;
}

.events .month .event .time {
	color:#000;
}

.events .month .event .description {
	color:#000;
}


/* custom colors per event type */
.Brotherhood_Of_Light {color:#00F;}
.Full_Moon_Meditation {color:#F00;}
.Metaphysical_Fair {color:#00F;}
.Reiki_Shares {color:#800;}
.Spiritual_Movie_Night {color:#FFA500;}
.Yoga {color:#000;}
.Class {color:#c0c;}

