/**********************************************************************************************************************************************/
/*  Table?  */
/**********************************************************************************************************************************************/
 #customers {
  width: 80%;
  font-size : 12pt; 
  font-family : Arial; 
  font-weight : Bold;
  color: black;
  text-align:center;
}

#customers td, #customers th {
  border: 2px solid #FFCC66;
  padding: 10px;
}

#customers tr:nth-child(even){background-color: white;}

#customers tr:hover {}

#customers th {
  background-color: #ffff99;
}

/**********************************************************************************************************************************************/
/*  Information Boxes?  */
/**********************************************************************************************************************************************/
 .info-box {
    width: 70%;  
    background: url(pics/misc/sparkles.gif) repeat; 
    border: solid navy 2px;
    min-width: 500px;
    margin: auto;
    padding: 30px;

  }

  .info-box-text {
    font-size : 18pt; 
    font-family : Tahoma; 
    font-weight : Bold;
    color: navy;
    text-align:center;
    margin-top: 20px;
    margin-bottom: 20px; 
    background-color: white;
  }

  .footer-box {
      width: 50%;
      border: solid navy 2px;
      background-color: white;
      padding: 20px;
      text-align: center;
      min-width: 500px;
      margin: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      font-size : 14pt; 
      font-family : Tahoma; 
      font-weight : Bold;
      color: navy;
}

  /* used on contact page*/
   .info-box2 {
        width: 70%;
        border: solid #ffcc66 2px;
        min-width: 500px;
        margin: auto;
        padding: 20px;
        font-size : 10pt; 
        font-family : Tahoma; 
        font-weight : Bold;
        color: navy;
        text-align:center;
        margin-top: 20px;
        margin-bottom: 20px;  
        background-color: white;
        /*background-color: #ffff99;*/
  }

   /* used on rates page*/
   .info-box3 {
        width: 95%;
        border: solid #ffcc66 2px;
        margin: auto;
        padding: 1px;
        font-size : 10pt; 
        font-family : Tahoma; 
        font-weight : Bold;
        color: navy;
        text-align:center;
        margin-top: 20px;
        margin-bottom: 20px;  
        background-color: white;
  }

  /* used on booking form  page*/
   .info-box4 {
        width: 70%;
        border: solid #ffcc66 2px;
        min-width: 500px;
        margin: auto;
        padding: 20px;
        font-size : 10pt; 
        font-family : Tahoma; 
        font-weight : Bold;
        color: navy;
        text-align:left;
        margin-top: 20px;
        margin-bottom: 20px;  
        background-color: white;
  }

.booking-form-box1 {
        width: 90%;
        border: solid #ffcc66 2px;
        min-width: 400px;
        margin: auto;
        padding: 20px;
        font-size : 10pt; 
        font-family : Tahoma; 
        font-weight : Bold;
        color: black;
        text-align:left;
        margin-top: 20px;
        margin-bottom: 20px;  
        background-color: #ffff99;
  }

  .villa-links-box {
      text-align: center;
      font-size : 10pt; 
      font-family : Tahoma; 
      font-weight : Bold;
      color: red;
}

/* Used on tour pages*/
 .tour-links-box {
     width: 80%; 
     color: red;
     padding: 20px;
     min-width: 400px;
     margin-top: 20px;
     margin-bottom: 20px; 
     text-align: center; 
     margin: auto;
 }