body {
  margin:0px;
	padding:0px;
}
#container1 {
  background:#FFFFFF none repeat scroll 0 0;
  border:1px dotted #636363;
  
  width:280px;
  height:340px;
  text-align:center;
  font-size:0px;
}
#india {
  width:272px;
  margin-top:20px;
  margin-left:6px;
}
#india img {
  cursor:pointer;
  height:301px;
  width:263px;
  border:0px;
}
#mouseoverlayer {
  opacity:0;
  KhtmlOpacity:0;
  filter:alpha(opacity=0);
  MozOpacity:0;
}
#mouseclicklayer {
  opacity:0;
  KhtmlOpacity:0;
  filter:alpha(opacity=0);
  MozOpacity:0;
}
#tooltip {
  position:absolute;
  width:145px;
  z-index:1000;
}
#tooltip .arrow {
  position:relative;
  left:-82px;
  top:50px;
  _top:60px;
}
#tooltip .top {
  border-top:1px solid #000000;
  height:4px;
  width:135px;
  overflow:hidden;
}
#tooltip .bottom {
  background-color:#32589B;
  border-bottom:1px solid #000000;
  height:4px;
  width:135px;
  overflow:hidden;
}
#tooltip .content {
  text-align:top;
  
}
#tooltip .content .head {
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  font-family:arial;
  font-size:12px;
  padding:5px 10px;
}
#tooltip .content .head p {
  padding:0px;
  margin:0px;
}
#tooltip .content .head .title {
  color:#9F2B27;
  font-weight:bold;
}
#tooltip .content .head .phase {
  color:#333333;
}
#tooltip .content .foot {
  background-color:#32589B;
  color:#FFFFFF;
  font-family:arial;
  font-size:12px;
  padding:5px;
}
#tooltip .content .foot a {
  color:#FFFFFF;
  font-family:arial;
  font-size:12px;
  text-decoration:none;
}
