.tabselector
{
  width: auto;
  border-bottom: 0px solid #c0c0c0;
  padding: 0px 0 0 0px;
  height: 0px;
}

.tab-unselected
{
  display: inline;
  height:14px;
  border-bottom: 1px solid #000080;
  border-bottom: 1px;
  color: #c0c0c0;
  padding-left: 10px; padding-right: 15px;
  background-image: url('../gfx/tabCorner.gif'); background-repeat: no-repeat; background-position: right top;

}

.tab-selected
{
  display: inline;
  height:14px;
  padding-left: 10px; padding-right: 15px;
  background-image: url('../gfx/tabCorner.gif'); background-repeat: no-repeat; background-position: right top;
}

.tab-unselected a
{

  color: #a0a0a0;
  text-decoration: none;
}

.tab-selected a
{
  font-weight: bold;
  text-decoration: none;
}

.tabpanes
{
  width: 97%;
  padding-left: 0px;
  margin: 2%;
  min-height: 300px;
}

.tabpane-selected
{
  list-style-type: none;
  display:block;
}

.tabpane-unselected
{
  list-style-type: none;
  display:none;
}
