#box {
  background-color: #E8EAEB;
  padding: 10px;
  margin-bottom: 20px;
}

.tnlabel {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

.label {
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
}

.pageimage {
  border: 1px solid #B6B6B6;
}

.pagelabel {
  font-size: 10px;
	font-weight: bold;
}

#list, #searchs {
  margin: 20px 0 10px 3px;
}

#searchl {
  margin: 20px 5px 0 3px;
}

#list div {
  font-weight: bold;
  padding-bottom: 5px;
}

#searchs div {
  padding: 2px 5px 5px 0;
}

.shadow_tn_left {
  font-size: 0px;
  height: 10px;
  background: url( '../img/shadow_tn_left.gif' ) no-repeat top left;
}

.shadow_tn_right {
  font-size: 0px;
  height: 10px;
  background: url( '../img/shadow_tn_right.gif' ) no-repeat top left;
}

.shadow_m {
  font-size: 0px;
  height: 20px;
  background: url( '../img/shadow_m.gif' ) no-repeat top center;
}

#tabs {
  border-bottom: 1px solid #C6C8C9;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}

#authors, #rubrieken, #titles {
  height: 200px;
  overflow: auto;
}

.tab {
  font-size: 11px;
  cursor: pointer;
}

.tabselected {
  font-size: 11px;
  color: #D91118;
}

.menuselected a:link, .menuselected a:visited, .menuselected a:active {
  color: black;
  text-decoration: none;
}

#page {
  position: relative;
  width: 320px;
}

#dataHeader {
  font-size: 11px;
  font-weight: bold;
  padding: 2px 5px;
  background-color: #D91118;
  color: white;
}

#dataAbstract {
  font-size: 11px;
  border-top: 1px solid black;
  padding: 2px 5px;
}

#articleInfoLayer{
z-index: 2;
}

#articleInfoLayer table {
  border: 1px solid black;
  background-color: white;
  width: 220px;
}

.overlay table {
  filter: alpha( opacity = 30 );
  -moz-opacity: 0.3;
  opacity: 0.3;
  cursor: pointer;
}

.overlayS table {
  background-color: #0778B0;
  filter: alpha( opacity = 30 );
  -moz-opacity: 0.3;
  opacity: 0.3;
  cursor: pointer;
}

