@import url('common.css');
div.stylizers .style_list a {
	color:black;
}
.heading, .zoom, .head, .void, .more {
	display:none;
}
.info .title {
	display:inline;
	color:black;
	font-weight:bold;
	font-size:116%;
	line-height:116%;
	
}
.info a {
	color: black;
}

.slot {
    margin-bottom:5px;
}	
.day {

	position:relative;
float:left;
width:100%;
margin-bottom:20px;
}
.plus {
	font-size:88%;
	color:grey;
	margin-left:10px;
	font-weight:normal;
}

.events {
		
		position:relative;
		margin-left:50px;
		
}
.monthday  {
	width: 41px;
	height: 46px;
	float:left;
	background: url('/images/common/leaf.jpg') repeat-x;
	font-size:1em;
	font-weight:bold;
	font-family:arial, helvetica;	
}
.monthday .m {
	font-size: 14px;

	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 4px;
	margin: 0px;
}
.monthday .d {
		background: transparent url('/images/common/ctl.gif') top left no-repeat;
	font-size: 22px;
	text-transform: uppercase;
	color: #97BD25;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;

}