div.fruitCalendar {
	margin-bottom:15px;	
}
div.fruitCalendar div.head {
	margin:0;
	padding:0;
	width:730px;
	height:25px;
	color:#fff;
	background:url('./img/bg-fruit-headline.gif') repeat-x 0 0;
}	
div.fruitCalendar div.head h3 {
	float:left;
	margin:0;
	padding:0 0 0 13px;
	width:150px;
	height:25px;
	line-height:25px;
	color:#fff;
	background:#57b url('./img/bg-fruit-headline.gif') repeat-x 0 0;
	font-size:12px;
	font-weight:bold;
	font-style: normal;
}
div.fruitCalendar div.head div.month {
	float:left;
	margin:0;
	padding:0;
	width:41px;
	height:25px;
	line-height:25px;
	color:#fff;
	background:#57b url('./img/bg-fruit-headline.gif') repeat-x 0 0;
	font-size:12px;
	font-weight:bold;
	font-style: normal;
	text-align:center;
}
div.fruitCalendar div.head div.oddMonth {
	background:#46a url('./img/bg-fruit-headline-odd.gif') repeat-x 0 0;
}
div.fruitCalendar div.fruit div.clickBar {
	height:25px;
	margin:3px 0 0 0;
	padding:0;
	background:#fff url('./img/bg-fruit-even.gif') repeat-x 0 0;
}
div.fruitCalendar div.fruit .clickBar h3 {
	float:left;
	margin:0;
	padding:0 0 0 13px;
	width:150px;
	height:25px;
	line-height:25px;
	color:#137;
	font-size:12px;
	font-weight:bold;
	font-style: normal;
}
div.fruitCalendar div.fruit h4 {
	display:none;	
}
div.fruitCalendar div.fruit div.clickable {
	cursor:pointer;	
}
div.fruitCalendar div.fruit div.clickable h4 {
	display:block;
	float:right;
	margin:0;
	padding:25px 0 0 0;
	width:25px;
	height:0;
	overflow:hidden;
}
div.fruitCalendar div.fruit div.clickable h4.open {
	background:url('./img/button-fruit-open.gif') no-repeat 0 0;
}
div.fruitCalendar div.fruit div.clickable h4.close {
	background:url('./img/button-fruit-close.gif') no-repeat 0 0;
}

div.fruitCalendar div.fruit dl {
	float:left;
	width:492px;
	height:25px;
	margin:0;
	padding:0;
}
div.fruitCalendar div.fruit dl dt {
	float:left;
	width:41px;
	padding:25px 0 0 0;
	height:0;
	overflow:hidden;
	background:#fff url('./img/bg-fruit-even.gif') repeat-x 0 0;
}
div.fruitCalendar div.fruit dl dt.odd {
	background:#fff url('./img/bg-fruit-odd.gif') repeat-x 0 0;
}
div.fruitCalendar div.fruit dl dd {
	float:left;
	margin:0 0 0 -41px;
	padding:0;
	width:41px;
	height:25px;
	overflow:hidden;
}
div.fruitCalendar div.fruit dl dd span {
	display:block;
	margin:0;
	width:41px;
	padding:25px 0 0 0;
	height:0;
	overflow:hidden;
}
div.fruitCalendar div.fruit dl dd.first span.even {
	background:url('./img/bg-fruit-even-first.gif') repeat-x 0 0;
}
div.fruitCalendar div.fruit dl dd.second span.even {
	background:url('./img/bg-fruit-even-second.gif') repeat-x 0 0;
}
div.fruitCalendar div.fruit dl dd.first span.odd {
	background:url('./img/bg-fruit-odd-first.gif') repeat-x 0 0;
}
div.fruitCalendar div.fruit dl dd.second span.odd {
	background:url('./img/bg-fruit-odd-second.gif') repeat-x 0 0;
}
div.fruitCalendar div.fruitContent {
	background:#e3e7f4;
	margin:0;
	padding:10px 0 0 0;
}
div.fruitCalendar div.label {
	margin:5px 0 0 0;
	padding:0 0 0 165px;
}
div.fruitCalendar div.label1 span {
	padding:0 10px;
	background:url('./img/bg-fruit-even-first.gif') repeat-x 0 1px;
}
div.fruitCalendar div.label2 span {
	padding:0 10px;
	background:url('./img/bg-fruit-even-second.gif') repeat-x 0 -11px;
}