/* 

copied from original mk2 implementation default.css 
now using conceptcard.css for clarity

*/

#showTref
{
  width: 520px;
  text-align: left;
  padding:7px 0px 7px 0px;
  margin: 10px 0px 10px 0px;
  border-top:solid 2px #999;
  border-bottom:solid 2px #999;
  font-weight:normal;
  line-height: 20px;
  color: #000;
  clear:both;
}

*html #showTref
{
  margin: 10px 0px 10px 0px;
}

#showTref .tref
{
  color: #CC0099;
}

#showTref .tref:hover
{
  color: #000000;
}


#showTref span
{
  font-weight:normal;
  font-size: 11px;
}

#pijlTref
{
  position:absolute;
  top: 60px;
  left:540px;
  width: 18px;
  height: 32px;
  background-image:url(../../../sites/museumkennis/images/pijl_tref.gif);  
}

.results
{
  width: 520px;
  margin: 0px;
  padding: 0px 0px 7px 0px;
  border-bottom: solid 2px #999;
}

.card
{
  width: 520px;
  margin: 0px;
  padding: 7px 0px 7px 0px;
  border-bottom: solid 2px #999;
}

.card td
{
  vertical-align:top;
  padding:4px 0px 0px 0px ;
  line-height: 17px;
}

.card img
{
  margin: 5px 0px 0px 0px;
}

.card span
{
  font-size:11px;
}

#relation a
{
  color: #CC0099;
}

#relation a:hover
{
  color: #000000;
}

.title
{
  font-family: arial, sans-serif;
  font-size: 150%;
  color: #CC0099;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}

.links
{
  width: 75px;
  color: #666;
  font-weight: normal;
}

.midden
{
  width: 30px;
  color: #666;
  font-weight: bold;
  text-align:center;
}


