﻿.weekUnavailable 
{
  color: #f66;
}

.weekAvailable .ad-now 
{
  font-weight: bold;
  color: red;
}

/* displaying 1 ad */

.ad 
{
  height: 280px;
  width: 318px;
  overflow: hidden;
  
  font-family: Verdana;
  font-size: 12px;
  line-height: 18px;
}

.columnsAds .ad
{
  margin: 0 9px 0 9px;
}

.ad-clickable 
{
  cursor: pointer;
}

.ad-title
{
  font-weight: bold;
  font-size: 16px;
}

.empty 
{
  width: inherit;
  height: 250px;
}
.ad-description {
  width:100%;
  overflow:hidden;
}
.empty .ad-description .message
{
  padding: 105px 10px;
  background-color: #ffc;
}

.ad-image 
{
  text-align: center;
  margin: 6px 0;
}

/* /advertenties/ */

.adlist-ad
{
  margin-bottom: 2px;
  border: 1px solid gray;
}

.adlist-table
{
  width: 100%;
}

th.adlist-thead-row
{
  text-align: right;
  padding-right: 10px;
  font-size: 11px;
}

th.adlist-thead-col
{
  text-align: center;
}

.adlist-table thead th
{
  padding: 4px 0;
}
.adlist-table thead th.first, .adlist-table tbody td.first
{
  padding-left: 4px;
}

.adlist-table td 
{
  padding-right: 1px;
}

td.last
{
}

td.adlist-ad-title
{
  font-weight: bold;
  background-color: white;
  padding: 8px 0 2px 4px !important;
  border-bottom: solid 2px #ddd !important;
}

td.adlist-ad-title span.adlist-invisible-notice
{
  background-color: #ffc;
  color: #000;
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 8px;
}

.adlist-ad-title-id
{
  font-weight: normal;
}

.adlist-townname 
{
  font-weight: normal;
  padding: 4px 10px 4px 8px;
  white-space: nowrap;
  font-size: 11px;
  position: relative;
}

.adlist-townname span
{
  display: block;
  overflow: hidden;
  width: 80px;
}
.adlist-townname.hover span
{
  overflow: visible;
  position: absolute;
  margin-top: -10px; margin-left: -5px;
  z-index: 99;
  background-color: White;
  border: outset 1px #ffd100;
  padding: 0 4px;
  width: auto;
}
.ie .adlist-townname
{
  z-index: 99;
}
.ie .adlist-townname.hover span
{
  margin-top: 0;
}

.adlist-ad:hover
{
  background-color: #ffe;
  cursor: pointer;
}

.adlist-description 
{
  color: #777;
}

.adlist-town
{
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}

.adlist-weeks-week 
{
  width: 48px;
  height: 17px;
}

.adlist-weeks-week 
{
}

.adlist-weeks-bar-unselected,
.adlist-weeks-bar-selected,
.adlist-weeks-bar-unavailable
{
  height: 100%;
  border: 1px solid #ccc;
}

.adlist-weeks-bar-editable
{
  cursor: pointer;
}

.adlist-weeks-bar-owned
{
  background-color: #ffc !important;
}

.adlist-weeks-bar-unselected
{
  background-color: #fff;
  border-style: dotted;
}

.adlist-editable .adlist-weeks-bar-unselected:hover
{
  background-color: #ddd;
  border-color: #aaa;
}

.adlist-weeks-bar-unavailable
{
  background-color: #FFCCCC;
  border-color: red;
}

.adlist-weeks-bar-selected 
{
  background-color: #aea; 
  border-color: #696;
}

.adlist-weeks-bar-selected:hover
{
  background-color: #494; 
  border-color: #353;
}

.adlist-weeks-count 
{
  font-size: smaller;
  text-align: center;
  line-height: 12px;
}

.adlist-dayBlock
{
  margin: 1px;
  padding: 1px;
  text-align: center;
}

.adlist-weekOfYear 
{
  text-align: center;
  line-height: 12px;
  font-size:9px;
  white-space: nowrap;
  color: #666;
}

.adlist-week
{
  font-size: 10px;
  color: #666;
  font-weight:normal;
}

.adlist-monday 
{
  text-align: center;
  font-size: smaller;
  line-height: 12px;
  font-weight: normal;
}

.adlist-ad th 
{
  font-weight: normal;
  font-size: 11px;
  white-space: nowrap;
  width: 200px;
  border-top: solid 1px #ddd;
}

.adlist-ad td
{
  border-top: solid 1px #ddd;
}

.adlist-weeks-week-inner 
{
  height: 17px;
  position: relative;
}

.unhover .adlist-week-popup 
{
  display: none;
}

.adlist-week-popup 
{
  position: absolute;
  border: 1px outset #ccc;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
  background-color: #ffe;
  bottom: 25px;
  right: 0;
  padding: 0 4px;
  white-space: nowrap;
}

.stepsummary dt
{
  display: block;
  float: left;
  width: 130px;
  margin: 0;
  clear: left;
  padding-left: 3px;
}

.stepsummary dd
{
  display: block;
  float: left;
  width: 400px;
  margin: 0;
}

.stepsummary dl
{
  overflow: hidden;
  _zoom: 1;
}

.stepsummary ul
{
  clear: left;
  margin: 0;
  padding: 0 0 0 15px;
}

.pricesummary dt
{
  display: block;
  float: left;
  width: 130px;
  margin: 0;
  clear: left;
}

.pricesummary dd
{
  display: block;
  float: left;
  width: 170px;
  margin: 0;
}

.pricesummary p.header
{
  margin-bottom: -10px;
  width: 300px;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  border-bottom: 1px dotted;
}

.pricesummary
{
  padding: 15px;
  padding-top: 0px;
}

#towns
{
  margin: 6px 0 8px 0;
}

#towns .label
{
  font-weight: bold;
  margin-right: 6px;
}

.message 
{
  font-family: Arial;
  background-color: #f1f7ff;
  padding:70px 10px;
  margin:0;
  font-weight:bold;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.callEllen
{
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
}

.summary 
{
  border: solid 1px #ccc;
  margin-bottom: 20px;
}

.price 
{
  padding: 10px;
  font-size: 24px;
  float: left;
  text-align: center;
  width: 30%;
  font-weight: bold;
  font-family: Arial;
  border-right: solid 1px #ccc;
}

.price .perWeek
{
  display: block;
  clear: both;
  font-size: 11px;
  font-weight: normal;
}

.bulkprice
{
  float: left;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  width: 62%;
  font-family: Arial;
}

.availableWeeks
{
  clear: both;
  border: solid 1px #333;
  border-top-color: #ccc;
}
.availableWeeksOverview
{
  border: none !important;
}

.adlist-editable
{
}

.availableWeeks caption
{
  border: solid 1px #333;
  border-bottom: none;
  text-align: left;
  margin: 0
  font: bold 14px Arial, Helvetica, sans-serif;
  background-color: #f6f6f6;
  padding: 4px;
}

.availableWeeks th
{
  border-bottom: solid 1px #eee;
}

.availableWeeks td
{
  border-bottom: solid 1px #eee;
  padding: 5px 2px 7px 2px;
}

.availableWeeks td label
{
  font-weight: normal;
  margin: 0;
}

.availableWeeks td.occupied
{
  font-weight: bold;
  color: Red;
}

.availableWeeks td.occupied span
{
  background-color: #ffd;
}


div.paymentType
{
}

div.paymentType-hidden
{
  height: 0;
  overflow: hidden;
  display: none;
}

div.paymentType-shown
{
  height: auto;
  overflow: auto;
  display: block;
}

label.smallRadio
{
    font-size: 11px;
}

input.radio
{
  width: auto;
}

label.radio 
{
  display: inline;
  font-weight: normal;
}

.townSelector
{
  margin: 10px 0 0 0;
}

.townSelector legend
{
  display: block;
}

.townSelector fieldset
{
  border: solid 1px #ccc;
  padding: 10px;
}

.townSelector input.selectTown
{
  border: none;
  width: auto;
  background: url(/images/button_center.gif);
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  padding: 1px 3px 2px 4px;
  vertical-align: top;
  cursor: pointer;
  color: White;
  font: bold 12px Arial, Helvetica, sans-serif;
}

.newAdButton
{
  font-size: 18px;
  font-family: Arial, Helvetica, Sans-Serif;
  text-align: center;
  display: block;
  background-color: #ffc;
  border: solid 1px #fc9;
  border-width: 2px 1px;
  padding: 8px;
}

.adExtendLink
{
  float: right;
  margin-right: 5px;
  font-weight: normal;
  font-size: 11px;
}
.ie .adExtendLink,
.gecko .adExtendLink
{
  margin-top: -2px;
}

.expiredAdsTowns
{
  font-size: 11px;
  white-space: nowrap;
  line-height: 14px;
  padding: 2px 15px 4px 0 !important;
}

.expiredAdsTowns a
{
  font-weight: bold;
}



/* terms of service */

.toscontents {
  border: 1px solid #C4DAFF;
  background-color: #ffc;
  padding: 12px;
  overflow: auto;
  height: 320px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.toscontents h1 {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  padding-top: 12px;
  padding-bottom: 112px;
}

.toscontents h2 {
  font-size: 12px;
  font-weight: bold;
}


.ma-container{
    color: #000;
    border: 1px solid #333;
    background-color: #fff;
    position: absolute;
    visibility: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    text-align:left;
    
}
.ma-container ul{
    list-style: none;
    overflow: hidden;
    width: 100%;
    margin: 0px;
    
}
.ma-container li{
    padding: 0px;
    line-height: 16px;
    cursor: pointer;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-left: -35px;
}
.ma-container .ma-hover{
    background-color: #bed6ef !important;
}
.ma-container .ma-odd{
}
.ma-container .ma-even{
    background-color: #efefef;
}
.ma-loading{
    background-color: #fafba4;
}
.ma-selected{
    background-color: #bed6ef;
}
