.tabDiv {
    padding:2px 0px 2px 0px;
}
.tabDiv td {
    padding:0px;
    border:0px;
}
.web2TabHeader {
    font-family: Tahoma;
    font-size:13px;
    color:#253670;
    font-weight:bold;
    text-decoration:none;
}
.clsSeperator {
    float:left;
    padding-right:10px;
    width:220px;
}
.clsListScroll {
   height:150px;overflow:auto;
}

/*************Tab Styles ***************/

.tabCenterActive a, .tabCenter a,.tabCenterActive a:hover, .tabCenter a:hover,.tabCenterActive a:visited, .tabCenter a:visited {
     text-decoration:none;
}

.tabLeft, .tabRight,.tabLeftActive,.tabRightActive {
  width:8px;
  margin:0px;
  padding:0px;
  height:24px;
  background:url("../images/tab/left_inactive.gif");
}
.tabRight {
  background:url("../images/tab/right_inactive.gif");
  cursor:pointer;
}
.tabCenter {
  width:auto;
  background:url("../images/tab/center_inactive.gif");
  cursor:pointer;
}
.tabLeftActive {
  background:url("../images/tab/left_active.gif");
  cursor:default;
  position: relative;
  z-index: 1;
  top:0px;
  border-bottom:1px solid #DEECFD;
}
.tabRightActive {
  background:url("../images/tab/right_active.gif");
  cursor:default;
  position: relative;
  z-index: 1;
  top:0px;
  border-bottom:1px solid #DEECFD;
}
.tabCenterActive {
  background:url("../images/tab/center_active.gif");
  cursor:default;
  position: relative;
  z-index: 1;
  top:0px;
  border-bottom:1px solid #DEECFD;
}

.tabContainer {
  border:1px solid #8CB2E7;
  border-top:0px solid #8CB2E7;
  padding:5px;
  margin-top:-2px;
}
.divBottom {
  border:1px solid #8CB2E7;
  padding:1px;
  margin:0px;
  background-color: #DEECFD;
  position: relative;
  top:-1px;
}

/*************Tab Styles Ends***************/
