.bulletinBoard
{
  overflow: hidden;
  margin-bottom: 10px;
}

.knipsels .item
{
  min-height: 20px;
}

.buurtberichten .bulletinBoard
{
  width: 50%;
  float: left;
}

.bulletinList
{
  float: right;
  width: 48%;
  margin: 0 1% 0 0;
  padding: 10px 0 0 0;
}

  .bulletinList ul
  {
    list-style: none;
    margin: 0; padding: 0;
  }
  
    .bulletinList ul li
    {
      font-size: 11px;
      padding-left: 10px;
      line-height: 13px;
      margin: 0 0 4px 0;
      background-image: url(/images/arrow.gif);
      background-position: 2px 4px;
      background-repeat: no-repeat;
    }
    
      .bulletinList ul li a.user
      {
        background: url(../../images/icon_user.gif) 0px center no-repeat; 
        padding-left: 14px;
        font-weight: normal;
      }

/* bulletinboard items without images */
.bulletinBoard div.itemNoImage
{
  padding-left: 2px;
  width: 288px;
}
.bulletinBoard div.itemNoImage .itemTitle { padding-left: 8px; }
.bulletinBoard div.itemNoImage .itemFooter { padding-left: 8px; }
.bulletinBoard div.itemNoImage .knipselButtons
{
  position: relative;
  padding-left: 8px;
  bottom: auto; right: auto;
}


.bulletinBoard .item
{
  float: left;
  width: 230px;
  /*height: 80px;*/
  overflow: visible;
  border: none;
}

.bulletinBoard .item:hover .info
{
  display: none;
}

.bulletinBoard-knipsels .item, .bulletinBoard-werknl .item
{
  width: 283px;
  height: 70px;
}

.bulletinBoard-werknl .item
{
  height: 64px;
}

.bulletinBoard .itemTitle
{
  padding-bottom: 0;
  padding-right: 8px;
}

.bulletinBoard .itemFooter
{
  font-size: 11px;
  line-height: 14px;
}

  .bulletinBoard .itemFooter a
  {
    color: Gray;
  }

.bulletinBoard .itemContent
{
  padding-right: 0;
  padding-top: 0;
}

.bulletinBoardVraagAanbod .item
{
  height: 65px;
  min-height: 55px;
}

.bulletinBoard .reactionCount a
{
  text-decoration: underline;
}




.item
{
  line-height: 16px;
  overflow: auto;
  padding-bottom: 4px;
  _zoom: 1;
}

.columnsVereniging .item
{
  border-color: #fff4e1;
}

.itemImage
{
  width: 60px;
  height: 60px;
  float: left;
  overflow: hidden;
  border: 0px none;
  outline: 0px none;
  /*background: #ddd;*/
  margin-right: 8px;
}

.missingImage 
{
  display: block;
  font-size: 10px;
  text-align: center;
  color: #999;
  background-color: white;
  border: solid 1px #ccc;
  min-height: 45px;
  padding-top:13px;
}

.itemTitle
{
  color: #05488a;
  font-weight: bold;
  padding: 8px 0;
}

.itemTitle a
{
  line-height: 12px;
}

.distance 
{
}

.itemContent
{
  padding: 4px 20px 4px 0;
}

.itemFooter
{
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  color: #7e7e7e;
}

.itemFooter a
{
}

.itemFooter a:hover
{
  color: #e57b00;
}

.itemFooter li
{
  display: inline;
  padding: 0;
  margin: 0;
  border-left: 1px solid #949494;
  padding: 0 5px 0 8px;
}

.itemFooter .noborder {
  border:none;
}

.itemFooter .user
{
  background: url('../../images/icon_user.gif') 0px center no-repeat; 
  padding-left: 14px;
  border-left: none;
}

.itemFooter .marktplaats
{
  background: url('../../images/marktplaats.png') 0px center no-repeat; 
  padding-left: 14px;
  border-left: none;
  padding-right: 5px;
  font-weight: bold;
}

.itemFooter li.delete a, .reactionDate a.delete
{
  color: #c33;
  font-weight: bold;
  padding-left: 17px;
  background: url(../../images/icon_quick_delete.gif) 0px center no-repeat;
}

.itemFooter li.edit a
{
  color: #c96;
  font-weight: bold;
  padding-left: 22px;
  background: url(../../images/pencil.png) 0px center no-repeat;
}

.itemBig
{
  margin-bottom: 2px;
}

.itemBig .itemTitle
{
  font-size: 16px;
  font-family: Arial;
  padding-right: 45px;
  line-height: 20px;
}

.itemBig .itemImage
{
  width: 120px;
  height: 120px;
}

.bewoners
{
  overflow: auto;
  _zoom: 1;
}
.bewoner
{
  display: inline;
  float: left;
  line-height: 16px;
  border-bottom: 1px solid #e1ecff;
  width: 168px;
  overflow: hidden;
  _zoom: 1;
  /*
  _width: 166px; /* om te voorkomen dat de laatste letters van de laatste title op de volgende regel zichtbaar zijn... */
}

.leden .bewoner
{
  display: block;
  float: none;
  width: auto;
}

.loginCallout
{
  border-bottom: solid 1px #e1ecff;
  background-color: #ffc;
  padding: 8px;
  text-align: center;
}

.loginCalloutActions a
{
  margin: 0 4px;
  text-decoration: underline;
}

.bewonerWijkagent
{
  background-color: #f3f3ff;
}

.bewoners .wijkagent
{
  clear: both;
  padding: 3px 0;
}

  .bewoners .wijkagent p
  {
    margin: 0;
    padding: 3px;
    font-weight: bold;
    background-color: #f3f3ff;
    border-bottom: solid 1px #e1ecff;
  }
  
    .bewoners .wijkagent .bewoner
    {
      float: none;
      display: block;
      width: inherit;
    }

.bewonerFooter
{
  margin: 0;
}
.bewonerImage
{
  width: 42px;
  height: 42px;
  display: inline;
  float: left;
  overflow: hidden;
  border: 0px none;
  outline: 0px none;
  background-color:#fff;
  /*background: #ddd url(/images/noprofileimg.gif) no-repeat 0 0;*/
  margin-right: 8px;
}
.bewonerTitle
{
  padding: 4px 0 0;
  color: #05488a;
  font-weight: bold;
}

.knipselButtons
{
  font-size: 11px;
  position: absolute;
  bottom: 5px; right: 4px;
}

div.itemNoImage .knipselButtons a
{
  color: gray;
  text-decoration: underline;
}

td.content .knipselButtons
{
  position: relative;
  bottom: inherit; right: inherit;
  float: right;
}

.itemControls
{
  position: absolute;
  top: 10px;
  left: 300px;
}
