/*---------- bubble tooltip -----------*/
a.constituency_tt{
    position:relative;
    z-index:24;
    text-decoration:none;
}
a.constituency_tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.constituency_tt:hover{ z-index:25; background:;}
a.constituency_tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	  padding: 15px 0 0 0;
	  width:200px;
	  text-align: left;
	  color: #FFFFFF;
	  filter: alpha(opacity:100);
	  KHTMLOpacity: 1.0;
	  MozOpacity: 1.0;
	  opacity: 1.0;
}
a.constituency_tt:hover span.top{
	display: block;
	font-weight: bold;
	text-decoration: underline;
	padding: 30px 8px 10px;
  background: url(/web/images/constituency_bubble.gif) no-repeat top;
}
a.constituency_tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/web/images/constituency_bubble_filler.gif) repeat bottom; 
}
a.constituency_tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;

  background: url(/web/images/constituency_bubble.gif) no-repeat bottom;
}

.constituencycontent {
  padding: 6px 0px;
  height: 11px;
  font-size: 11px;
  margin: 0px;
  text-align: left;
  width: 180px;
}
.borderbottom {
  border-bottom: 1px solid #CCC;
  
}

.mcolumnoneofthree {
  float: left;
  width: 80px; 
  font-size: 11px;
  overflow: hidden;
}
.mcolumntwofthree {
  float: left;
  width: 20px;
  font-size: 11px;
}
.mcolumn3ofthree {
  float: left;
  width: 80px;
  font-size: 11px;
}

.mcolumnoneofone {
  float: left;
  width: 180px; 
  font-size: 11px;
  overflow: hidden;
}

.mcolumnoneoftwo {
  float: left;
  width: 120px; 
  font-size: 11px;
  overflow: hidden;
}
.mcolumntwooftwo {
  float: left;
  width: 60px; 
  font-size: 11px;
  overflow: hidden;
}
