div.cpptabsheet {
	border-top: 2px solid #028bba;
	clear: both;
}

ul.tab_themes {
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
  width: 100%;
  list-style-type: none;
  vertical-align: bottom;
}

ul.tab_themes li {
  float: left;
  margin-right: 1px;
  font-size: 8pt;
  background-image: url('../../images/tabsheet/tab_bg.gif');
  background-repeat: repeat-x;
  background-position: top;
  white-space: nowrap;
}

ul.tab_themes li.tab_end {
  width: 100%;
  height: 1px;
  background-image: url('../../images/tabsheet/tab_bg.gif');
  background-repeat: repeat-x;
  background-position: top;
}

ul.tab_themes li span.tab_left {
  display: block;
  width: 5px;
  height: 22px;
  float: left;
  background-image: url('../../images/tabsheet/tab_left.gif');
  background-repeat: no-repeat;
}

ul.tab_themes li.selected span.tab_left {
  background-image: url('../../images/tabsheet/tab_left_selected.gif');
}

ul.tab_themes li span.tab_right {
  display: block;
  width: 5px;
  height: 22px;
  float: left;
  clear: right;
  background-image: url('../../images/tabsheet/tab_right.gif');
  background-repeat: no-repeat;
}

ul.tab_themes li.selected span.tab_right {
  background-image: url('../../images/tabsheet/tab_right_selected.gif');
  background-position: right;
}

ul.tab_themes li, ul.tab_themes li a {
  color: #000000 !important;
  text-decoration: none !important;
}

ul.tab_themes li a {
  display: block;
  padding: 4px 8px;
  float: left;
	border-top: 1px solid #028bba;
}

ul.tab_themes li.selected {
  background-image: none;
  background-color: #028bba;
}

ul.tab_themes li.selected a {
  color: #FFFFFF !important;
  font-weight: bold;
}
