.tabDiv,.subTabDiv {
    padding:1px 0px 1px 0px;
}
.tabDiv td, .subTabDiv td {
    padding:0px;
    border:0px;
}

.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;
}

.tabLeft, .tabRight,.tabLeftActive,.tabRightActive {
  width:8px;
  margin:0px;
  padding:0px;
  height:30px;
  background:url("../images/tab/tab2-left.png");
}
.tabRight {
  background:url("../images/tab/tab2-right.png");
  cursor:pointer;
}
.tabCenter {
  width:auto;
  background-color: #006699;
  cursor:pointer;
}
.tabLeftActive {
  background:url("../images/tab/tab-left.png");
  cursor:default;
  position: relative;
  z-index: 1;
  top:0px;
  border-bottom:0px solid #111111;
}
.tabRightActive {
  background:url("../images/tab/tab-right.png");
  cursor:default;
  position: relative;
  z-index: 1;
  top:0px;
  border-bottom:0px solid #111111;
}
.tabCenterActive {
  background-color: #153e7e;
  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;
}
/***************** Sub Tab Container *******************/
.subTabLeft, .subTabRight,.subTabLeftActive,.subTabRightActive {
  width:8px;
  margin:0px;
  padding:0px;
  height:30px;
  background:url("../images/tab/tab-left.gif");
}
.subTabRight {
  background:url("../images/tab/tab-right.gif");
  cursor:pointer;
}
.subTabCenter {
  width:auto;
  background-color: #7e7773;
  cursor:pointer;
}
.subTabLeftActive {
  background:url("../images/tab/tab-left-active.gif");
  cursor:default;
  position: relative;
  z-index: 1;
  top:0px;
  border-bottom:0px solid #111111;
}
.subTabRightActive {
  background:url("../images/tab/tab-right-active.gif");
  cursor:default;
  position: relative;
  z-index: 1;
  top:0px;
  border-bottom:0px solid #111111;
}
.subTabCenterActive {
  background-color: #3a302c;
  cursor:default;
  position: relative;
  z-index: 1;
  top:0px;
  border-bottom:0px solid #111111;
}
.subSubTabContainer {
  border:0px solid #ff0000;
  border-top:0px solid #8CB2E7;
  padding:0px;
  margin-top:-2px;
  background: #ffffff;
}

.subTabDivBottom {
  border:0px solid #111111;
  padding:1px;
  margin:0px;
  background-color: #d2aa54; 
  height:3px;
  position: relative;
  overflow:hidden;
  margin-bottom:5px;
}
.subTabContainer {
  background: #ffffff;
  border:0px solid #ff0000;
  padding:5px;
  height:30px;
  background:url("../images/middle.gif") bottom repeat-x;;
  width:818px;
  display:table;
}

/*************Tab Styles Ends***************/
