#topLeftBox h3 { 
   	background: url(images/open.png) no-repeat 0% 10%;
	padding-left: 20px;
	cursor: pointer;
}
#topLeftBox h3 { 
   	color: #552D5F;
	font: 11px verdana, sans-serif;
    font-weight: bold;
}
#topLeftBox h3.close {
	background-image: url(images/close.png);
}
#topLeftBox .event{
  background-color: #D8B9AB;
  margin-left: 20px;
}
#topRightBox h3 { 
   	background: url(images/open.png) no-repeat 0% 10%;
	padding-left: 20px;
	cursor: pointer;
}
#topRightBox h3 { 
   	color: #552D5F;
	font: 11px verdana, sans-serif;
    font-weight: bold;
}
#topRightBox h3.close {
	background-image: url(images/close.png);
}
#topRightBox .event{
  background-color: #D8B9AB;
  margin-left: 20px;
}
#bottomLeftBox h3 { 
   	background: url(images/open.png) no-repeat 0% 10%;
	padding-left: 20px;
	cursor: pointer;
}
#bottomLeftBox h3 { 
   	color: #552D5F;
	font: 11px verdana, sans-serif;
    font-weight: bold;
}
#bottomLeftBox h3.close {
	background-image: url(images/close.png);
}
#bottomLeftBox .event{
  background-color: #D8B9AB;
  margin-left: 20px;
}
#bottomRightBox h3 { 
   	background: url(images/open.png) no-repeat 0% 10%;
	padding-left: 20px;
	cursor: pointer;
}
#bottomRightBox h3 { 
   	color: #552D5F;
	font: 11px verdana, sans-serif;
    font-weight: bold;
}
#bottomRightBox h3.close {
	background-image: url(images/close.png);
}
#bottomRightBox .event{
  background-color: #D8B9AB;
  margin-left: 20px;
}
