﻿/* header 1 (misschien generiek in global zetten als dat kan, moet even kijen */
.sortableList
{
  width: 100%;
  font-size: 12px;
}

.sortableList thead th 
{
  font-weight: normal;
  background-color: #f1f7ff;
  border-right: solid 1px #c4daff;
  white-space: nowrap;
  text-align: center;
}

.sortableList thead th a
{
  display: block;
  padding: 8px;
}

.sortableList thead th.totals 
{
  text-align: left;
  width:350px;
  padding: 8px;
}

.sortableList thead th.last
{
  border-right: none;
}

.sortableList thead th.sorting
{
  background-color: #fee;
  text-decoration: underline;
}

.sortableList tbody tr td
{
  border-top: solid 1px #e1ecff;
  padding: 8px;
  vertical-align: top;
  color: #7e7e7e;
  text-align: center;
}

.sortableList tbody tr.noResults td, .events tbody tr.noResults td
{
  padding: 30px 0;
  font-size: 16px;
  font-family: Arial;
  color: Black;
  text-align: center;
}
.events tbody tr.noResults td
{
  padding: 20px 0;
}

tr.noResults td a 
{
  text-decoration:underline;
}

.sortableList td.content
{
  color: Black;
  text-align: left;
}

.sortableList td.itemDistance,
.sortableList td.offerPrice,
.sortableList td.lastPublishedOn
{
  white-space: nowrap;
}

.sortableList .postTitle
{
  font-weight: bold;
}

.sortableList p.user a, tr.event td p.user a
{
  background: url('../../images/icon_user.gif') 0px center no-repeat;
  padding-left: 14px;
  padding-right: 5px;
  margin-top: 20px;
}

.sortableList tr.odd
{
  background-color: #f8fbff;
}

.sortableList .thumbnails
{
  margin: 7px 0 0 0;
}

.sortableList .thumbnail
{
  background-color: #f1f7ff;
  text-align: center;
  margin: 0 7px 0 0;
  height: 90px;
}

.sortableList .thumbnail img 
{
  vertical-align: middle;
}



/* events */

.dayTitle
{
  padding: 10px 8px;
  border-bottom: solid 1px #c4daff;
  background-color: #f1f7ff;
  font-weight: bold;
  position: relative;
}

.dayTitle .button
{
  position: absolute;
  top: 9px; right: 4px;
}

table.events
{
  width: 100%;
}

tr.event
{
  font-size: 12px;
}

tr.onStageFeed th, tr.onStageFeed td
{
  color: #999 !important;
}

tr.onStageFeed a
{
  color: #69c;
}

tr.event th
{
  width: 135px;
  padding: 6px 8px;
  border-bottom: solid 1px #c4daff;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

tr.event td
{
  padding: 6px 0;
  border-bottom: solid 1px #c4daff;
}

tr.event td p.postTitle
{
  font-weight: bold;
  margin-bottom: 0;
}

tr.event td p.postContent
{
  margin-top: 0;
}

td.werknl-company, td.werknl-city
{
  text-align: left !important;
}

table#houses
{
  width: 100%;
}

  #houses thead th
  {
    text-align: center;
    color: #e57b00;
    font-size: 16px;
    font-family: Arial, Helvetica, Sans-Serif;
    padding: 10px 0;
    background-color: #f1f7ff;
  }
  
  #houses tbody tr.odd
  {
    background-color: #f1f7ff;
  }
  
  #houses tbody td
  {
    padding: 10px;
    border-top: solid 1px #c4daff;
    width: 50%;
  }
  
    #houses tbody td img
    {
      width: 70px;
      float: left;
      margin: 0 10px 10px 0;
      border: solid 1px #ccc;
    }
    
    #houses tbody td p
    {
      margin-top: 0;
    }
    
    #houses tbody td span.houseprice
    {
      float: right;
      color: #999;
    }
    
    #houses tbody td a.external
    {
      background: url(/images/arrow.gif) right 4px no-repeat;
      padding: 0 10px 0 0 !important;
      font-weight: bold;
    }
    
    #houses tbody td p.sponsor
    {
      text-align: right;
      margin-bottom: 0;
    }
    
      #houses tbody td p.sponsor a
      {
        font-weight: normal;
        color: #666;
      }
