/* classprefix='Pagetab_'; */

.Pagetab_ul{
  height:21px !important;
  margin:0;
  padding-left:5px;
  background:url("./common/img/tabline_black.gif") repeat-x bottom;
}
.Pagetab_ul li{
  margin:0;
  padding:0;
  display:inline;
  list-style-type:none;
}

.Pagetab_ul li.tabFront,
.Pagetab_ul li.tabItem,
.Pagetab_ul li.tabGrey,
.Pagetab_ul li.tabFrontSpecial,
.Pagetab_ul li.tabItemSpecial,
.Pagetab_ul li.tabGreySpecial{
  cursor:default;
  border:1px solid #000000; /* kleur van de rand */
  float:left;
  padding:0 4px;
  margin-right:5px;
  font-size:12px;
  line-height:18px;
  text-decoration:none;
  text-align:center;
  height:19px !important;
}
.Pagetab_ul li.tabFront{
  color:#002a7d;
  background-color:#f5a765;
  font-weight:bold;
  border-bottom:1px solid #fcf7d1; /* = de algemene achtergrond-kleur van de body */
}
.Pagetab_ul li.tabFrontSpecial{
  color:#002a7d;
  background-color:#1fb53a;
  font-weight:bold;
  border-bottom:1px solid #fcf7d1; /* = de algemene achtergrond-kleur van de body */
}
.Pagetab_ul li.tabItem{
  cursor:pointer;
  color:#002a7d;
  background-color:#f7d917;
}
.Pagetab_ul li.tabItemSpecial{
  cursor:pointer;
  color:#002a7d;
  background-color:#1fb53a;
}
.Pagetab_ul li.tabGrey{
  color:#777777;
  background-color:#f7e98f; /* #f7d917; */
  border:1px solid #777777; /* kleur van de rand */
  border-bottom:1px solid #000000; /* kleur van de rand */
}
.Pagetab_ul li.tabGreySpecial{
  color:#777777;
  background-color:#1fb53a;
  border:1px solid #777777; /* kleur van de rand */
  border-bottom:1px solid #000000; /* kleur van de rand */
}
.Pagetab_ul li.tabItem:hover{
  color:#f7d917;
  background-color:#002a7d;
}
.Pagetab_ul li.tabItemSpecial:hover{
  color:#f7d917;
/*  background-color:#002a7d; */
}

.Pagetab_contentdiv{
  border:1px solid #000000; /* kleur van de rand */
  border-top-width:0px;
}


