﻿.pageHeader
{
  height: 80px;
}

.logo { margin-top: 0; }

.popup
{
  width: 378px;
  height: 252px;
  top: 52px;
  left: 39px;
  position: absolute;
}

.popupTitle
{
  height: 40px;
  line-height: 40px;
  color: #e57b00;
  font-size: 18px;
  padding-left: 10px; 
}

.bold
{
  font-weight: bold;
}

.popupContent
{
  padding: 6px 10px;
}

.popupFooter
{
  position:absolute;
  height: 30px;
  line-height: 30px;
  bottom: 0px;
  padding-left: 20px;
  background: url('/images/arrow_orange.gif') 10px center no-repeat;  
}

div#notice
{
  margin: 4px 0 0;
  padding: 0 4px;
}

.pc1
{
  line-height: 50px;
  border: none;
  background: transparent;
  font-family: Verdana;
  font-size: 42px;
  letter-spacing: 8px;
  padding: 0 0 0 9px;
  color: #191919;
  outline: none;
}

.pc2
{
  position: absolute;
  top: 0;
  left: 160px;
  height: 50px;
  width: 120px;
  line-height: 50px;
  border: none;
  background: transparent;
  font-family: Verdana;
  font-size: 42px;
  letter-spacing: 8px;
  padding: 0 0 0 5px;
  color: #191919;
  outline: none;
}

.buttonIntro
{
  /*
  position: absolute;
  bottom: 0px;
  left: 0px;
  */
  margin:8px 5px 0;
  width: 206px;
  text-align: center;
}



.portalTopRow
{
}

  .portalInvitingPhoto
  {
    width: 545px;
    float: right;
    position: relative;
  }
  
    .portalInvitingPhoto img
    {
      position: absolute;
      bottom: 0; left: 10px;
      z-index: 99;
    }
    
    .portalInvitingPhoto .blockText
    {
      height: 197px;
    }
    
    .portalInvitingPhoto .inviteText
    {
      position: absolute;
      z-index: 4242;
      left: 250px;
      padding: 10px;
      width: 275px;
    }
  
  .portalPostcodeForm
  {
    width: 376px;
    float: left;
    position: relative;
  }
  
    .portalPostcodeForm .blockText
    {
      height: 167px;
      background: url('/images/intro2.gif') top left no-repeat;
    }

    #enterPostcode
    {
      position: absolute;
      top: 79px;
      left: 70px;
      width: 236px;
      height: 90px;
    }

.portalBottomRow
{
  clear: both;
}

  .portalBottomRow .portalColumn
  {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
  }
  
    .portalBottomRow .portalColumn h2
    {
      font: bold 16px Arial;
      color: #e57b00;
      margin: 7px 0;
    }
    
    .portalBottomRow .portalColumn ol
    {
      margin: 0; padding: 0;
      list-style: none;
    }
    
      .portalBottomRow .portalColumn ol li
      {
        border-bottom: solid 1px #eee;
      }
      
      .portalBottomRow .portalColumn ol li a
      {
        display: block;
        padding: 3px 8px;
      }
      
        .portalBottomRow .portalColumn ol li a:hover
        {
          background-color: #f1f7ff;
          text-decoration: none;
        }
        
        .portalBottomRow .portalColumn ol li span.timeAgo
        {
          font-size: 9px;
          color: #999;
          margin-left: 8px;
          white-space: nowrap;
        }
        
        .portalBottomRow .portalColumn ol li span.townName
        {
          color: Black;
          font-weight: bold;
        }
        
        ol.portalListPhotos li
        {
          float: left;
          width: 72px;
          text-align: center;
          border: none !important;
        }
        
          ol.portalListPhotos li a
          {
            padding: 8px 8px 0 8px !important;
          }
          
            ol.portalListPhotos li a img
            {
              padding: 2px;
              border: solid 1px #ccc;
            }
