
#lightbox {
  display: none;
	font-size:10px;
  color:#666;
  width: 242px;
  z-index: 111;
  position: absolute;
}

#lightbox h4 {
  color: #004a91;
  font-size: 12px;
  font-weight: bold;
}

#lightboxTip {
  display: none;
  z-index: 112;
  position: absolute;
}

#lbTopR {
  background: url("/i/lbTopR.gif") no-repeat top right;
  padding: 0 9px 0 0;
}

#lbTopL {
  background: url("/i/lbTopL.gif") no-repeat top left;
	padding: 5px 10px 10px 10px;
}

#lbBotR {
  background: url("/i/lbBotR.gif") no-repeat bottom right;
  padding: 0 9px 0 0;
}

#lbBotL {
  background: url("/i/lbBotL.gif") no-repeat bottom left;
  height: 32px;
  padding: 0 0 0 9px;
	text-align:center;
}

#lbTopL ul li { 
  text-align:left;
  font-size:10px;
  padding-top:3px; 
}

#lbBotL img {
  margin: 6px 0 0 0;
}

#lbTopL h1 {
	text-align:left;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 10px 0px 0px 0px;
}

#lbTopL p {
	text-align:left; 
	margin: 5px 0px 15px 0px;
	font-family: Arial,sans-serif !important;
	font-size: 10px !important;
	color: #666666 !important;
}

#lbTopL a {
	font-family: Arial,sans-serif !important;
	font-size: 10px !important;
	color: #4B90CD !important;
}

#lbCloser {
	text-align: center;
	height: 25px;
	padding-top: 7px;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4B90CD;
  	cursor: pointer;
  	cursor: hand;
}

.detailsBubble {
  display: none;
}