.tabDiv,.subTabDiv {
    padding:1px 0px 1px 0px;
}
.tabDiv td, .subTabDiv td {
    padding:0px;
    border:0px;
}
.web2TabHeader {
    font-family: Tahoma;
    font-size:13px;
    color:#ffffff;
    font-weight:bold;
    padding:0px 1px 0px 1px;
    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;
}
.subTabCenterActive a, .subTabCenter a,.subTabCenterActive a:hover, .subTabCenter a:hover,.subTabCenterActive a:visited, .subTabCenter a:visited {
     text-decoration:none;
}
.tabMenu {
 float:left;width:100%;background:#ffffff;border-bottom:3px solid #f8b816; height:30px;
 font-size:13px;
 font-weight:bold;
}

.tabLeft, .tabRight,.tabLeftActive,.tabRightActive {
  width:8px;
  margin:0px;
  padding:0px;
  height:30px;
  background:url("../images/tab/tab2-left-new.png");
}
.tabRight {
  background:url("../images/tab/tab2-right-new.png");
  cursor:pointer;
}
.tabCenter {
  width:auto;
  background-color: #ffdc20;
  cursor:pointer;
}
.tabLeftActive {
  background:url("../images/tab/tab-left-new.png");
  cursor:default;
  position: relative;
  z-index: 1;
  top:0px;
  border-bottom:0px solid #111111;
}
.tabRightActive {
  background:url("../images/tab/tab-right-new.png");
  cursor:default;
  position: relative;
  z-index: 1;
  top:0px;
  border-bottom:0px solid #111111;
}
.tabCenterActive {
  background-color: #f8b816;
  cursor:default;
  position: relative;
  z-index: 1;
  top:0px;
  border-bottom:0px solid #111111;
}
.tabContainer {
  border:0px solid #ff0000;
  border-top:0px solid #8CB2E7;
  padding:0px;
  margin-top:-2px;
  background: #eeeeee;
}
.divBottom {
  border:0px solid #111111;
  padding:1px;
  margin:0px;
  background-color: #111111; 
  background:url(../images/tab/bg_table_header.gif) left center repeat-x;  
  height:20px;
  position: relative;
  top:-2px;
}
.subDivBottom {
  border:0px solid #111111;
  padding:1px;
  margin:0px;
  background-color: #111111; 
  background:url(../images/tab/bg_table_header.gif) left center repeat-x;  
  height:4px;
  overflow:hidden;
  position: relative;
  top:0px;
}

