/* dont changes height width */
div.TabView div.Tabs {
  height: 21px;
  overflow: hidden;
/*  e2f2f2*/
  /*background: url('../images/common/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/common/tabs-new.png') no-repeat bottom left;;
  text-decoration: none;
  font-family: verdana;
  font-weight: 200;
  font-size: 11px;
  color: #676767;
  margin:0px 0px 0px 0px;
}

div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active {
  background: url('../images/common/tab-new1.png') no-repeat bottom right;height:21px;
  font-weight: 800;
   color: #ff5503;
}

div.TabView div.Pages {
  clear: both;
/*   border: 1px solid #eeeeee; here table border */
  overflow: hidden;
     margin:0px 0px 0px 0px;
		background-color:#ffffff;
}

div.TabView div.Pages div.Page {
/*  height: 100%;*/
  padding: 0px;
  overflow: hidden;
   margin:0px 0px 0px 0px;
	background-color:#ffffff;
}

div.TabView div.Pages div.Page div.Pad {
  padding: 0px 0px;
   margin:0px 0px 0px 0px;
	background-color:#ffffff;
}

