/* dont changes height width */
div.TabView div.Tabs {
  height: 21px;
  overflow: hidden;
/*  e2f2f2*/
  background: url('../images/home/sp-menu.gif')
  
}

div.TabView div.Tabs a {
  float: left;
  display: block;
  width:  50px; /* here tab width */
  text-align: center;/*
  height: 21px;  here tab height */
/*  line-height: 28px;*/
  vertical-align: middle;
  background: url('../images/home/tabs-new.png') no-repeat bottom left;;
  text-decoration: none;
  font-family: verdana;
  font-weight: 800;
  font-size: 11px;
  color: #000000;
  margin:0px 0px 0px 0px;
}

div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active {
  background: url('../images/home/tab-new1.png') no-repeat bottom right;height:21px;
}

div.TabView div.Pages {
  clear: both;
/*   border: 1px solid #eeeeee; here table border */
  overflow: hidden;
     margin:0px 0px 0px 0px;
}

div.TabView div.Pages div.Page {
/*  height: 100%;*/
  padding: 0px;
  overflow: hidden;
   margin:0px 0px 0px 0px;
}

div.TabView div.Pages div.Page div.Pad {
  padding: 0px 0px;
   margin:0px 0px 0px 0px;
}

