
/* ******************************************************* */
/* Vakantie tabel                                          */
/* ******************************************************* */
table.tablesorter
{
  width: 720px;
  text-align: left;
  margin-top: 10px;
  /*margin-left: 10px;*/
/*  background: url('../images/tableback.gif');*/
  table-layout: fixed;
  float: left;
}

table.tablesorter tr
{
  /*background: url('../images/tableborder.gif') 0% 100% repeat-x;*/
  position: relative;
}

table.tablesorter td, table.tablesorter th
{
  border-top: 1px dotted black;
  text-align: left;
}

table.tablesorter thead tr th
{
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
  cursor: default;
  background-color: #d8ecfa;
}

table.tablesorter .c1
{
  font-size: 12px;
  color: #000;
  width: 110px;
}

table.tablesorter .c2
{
  width: 250px;
}

table.tablesorter .c3
{
  width: 80px;
}

table.tablesorter .c4
{
  width: 70px;
}

table.tablesorter .c5
{
  width: 80px;
}

table.tablesorter .c6
{
  width: 80px;
}

table.tablesorter .c7
{
  width: 80px;
}

table.tablesorter .c3, table.tablesorter .c4, table.tablesorter .c5, table.tablesorter .c6
{
  text-indent: 6px;
}

table.tablesorter .tda
{
  padding-left: 6px;
  padding-top: 7px;
}


table.tablesorter thead tr .header
{
  background-image: none;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

table.tablesorter tbody td
{
  vertical-align: top;
}
table.tablesorter tbody td:first-child + td
{
    padding-left:10px;
    }
table.tablesorter tbody td:first-child + td + td + td
{
    background-color:#f2f0f0;
    }
table.tablesorter tbody td img
{
  border-top: 8px solid transparent;
  border-bottom: 12px solid transparent;
}

table.tablesorter tbody td h3
{
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}

table.tablesorter tbody td p
{
  font-size: 11px;
  line-height: 18px;
  padding: 0px;
  margin: 0px;
}

table.tablesorter tbody tr.odd td { }

table.tablesorter thead tr .headerSortUp
{
  background-image: url('../images/asc.gif');
}

table.tablesorter thead tr .headerSortDown
{
  background-image: url('../images/desc.gif');
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
  color: #000;
}

table.tablesorter tr.active
{
  cursor: pointer;
  background-color: #d8ecfa;
}

/* ******************************************************* */
/* Cijfers wereld pagina                                   */
/* ******************************************************* */

table.tablesorter .grades
{
  display: none;
  float: left;
  width: 80px;
  text-align: center;
}

table.tablesorter .grades .scoretxt
{
  font-size: 10px;
  color: #999;
  padding-top: 6px;
}

table.tablesorter .grades .gradeborder
{
  width: 50px;
  height: 3px;
  border: 1px solid #9f9f9f;
  margin: 0 auto;
  margin-top: 2px;
  font-size: 0px;
}

table.tablesorter .grades .gradecenter
{
  height: 3px;
  display: block;
  background: #bfd730;
  float: left;
  font-size: 0px;
}

table.tablesorter .grades .gradenumbers
{
  height: 24px;
  margin-bottom: 10px;
}

table.tablesorter .grades .gradeSort
{
  display: none;
}

table.tablesorter .grades .geenBeoordeling
{
  color: #999;
  font-size: 10px;
  width: 78px;
  display: block;
  padding-top: 21px;
}

/* ******************************************************* */
/* Tabblad horizontaal                                     */
/* ******************************************************* */

.tabsh
{
  float: left;
  width: 500px; /*583*/
  border: 1px solid #cccccc;
  display: none;

}

.tabsh td
{
  text-align: center;
  vertical-align: middle;
  height: 30px;
  border-right: 1px solid #cccccc;
}

.tabsh .tabs a
{
  text-decoration: none;
  color: #000000;
  background: #d8ecfa;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  line-height: 29px;
  float: left;
}

.tabsh .tabs a.current
{
  color: #d8007a;
  background: #fff;
  border-bottom: 0px;
}

.tabsh .panels
{
  float: left;
  width: 480px;
  padding: 10px;
  /*height: 170px;*/
  /*overflow: auto;*/
}

.tabsh .panels h2
{
  font-size: 12px;
  padding-bottom: 0px;
}

.tabsh .panels p
{
  width: 480px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.tabsh .panels img
{
  float: right;
  clear: both;
  padding-top: 18px;
  padding-left: 10px;
}

.tabsbottom
{
  float: left;
  width: 500px; /*583*/
}
/* ******************************************************* */
/* Home subpagina                                          */
/* ******************************************************* */

table.homesub
{
  width: 480px;
  text-align: left;
  margin-bottom: 40px;
  table-layout: fixed;
  float: left;
}

table.homesub .c1
{
  font-size: 12px;
  color: #000;
  width: 130px;
}

table.homesub .c2
{
  width: 230px;
}

table.homesub .c3
{
  width: 120px;
}

table.homesub tr
{
  background: url('../images/tableborder.gif') 0% 100% repeat-x;
  position: relative;
}

table.homesub td, table.homesub th
{
  background: none;
}

table.homesub thead tr th
{
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
  cursor: default;
}

table.homesub tr.active
{
  cursor: pointer;
  background-color: #cceff0;
}

table.homesub thead tr .header
{
  background-image: none;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

table.homesub tbody td
{
  vertical-align: top;
}

table.homesub tbody td img
{
  border-top: 8px solid transparent;
  border-bottom: 12px solid transparent;
}

table.homesub tbody td h3
{
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}

table.homesub tbody td p
{
  font-size: 11px;
  line-height: 18px;
  padding: 0px;
  margin: 0px;
}

table.homesub a img
{
  padding-top: 60px;
  padding-left: 10px;
}


.extrastd
{
  padding: 5px;
}
