﻿/*** Begin of general style ***/
* {
  margin: 0;
  border: 0;
  padding: 0;
}

.clear {
  clear: both;
}

a, a:hover, a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

/*** End of general style ***/

/*** Begin of Big popup style ***/
#PopupWrapBig {
  width: 900px;
  padding: 30px 20px 10px 20px;
}

#PopupHeaderBig {
  width: 798px;
  text-align: right;
  padding-bottom: 18px;
  border-bottom: solid 4px #3698A5;
} 

  #PopupHeaderBig p {
    float: right;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #3698A5;
    padding: 5px 11px 1px 11px;
  }
    #PopupHeaderBig p a {
      font-size: 9px;
    }
      #PopupHeaderBig p a:hover {
        text-decoration: underline;
      }

#PopupMainBig {
  width: 778px;
  padding: 10px;
  border-top: 10px solid #83AA1D;
}

#PopupFooterBig {
  width: 738px;
  height: 5px;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  background-color: #D3EDEE;
  font-family: Arial,Helvetica;
  background-repeat: no-repeat;
  background-image: url("/Files/System/ViagensAbreu/footer/popupBigFooter.gif");
}

  #PopupFooterBig #smallFirst {
    top: 9px;
    left: 50px;
    height: 7px;
    width: 180px;
    position: absolute;
  }

  #PopupFooterBig #smallLast {
    top: 9px;
    left: 247px;
    width: 66px;
    height: 7px;
    position: absolute;
  }

/*** End of big popup style ***/


/*** Begin of small popup style ***/
#PopupWrap {
  width: 500px;
  margin: 30px 20px 10px 20px;
}

#PopupHeader {
  width: 465px;
  text-align: right;
  padding-bottom: 18px;
  border-bottom: solid 4px #3698A5;
} 

  #PopupWrap p {
     float: right;
     color: #FFFFFF;
     background-color: #3698A5;
     padding: 5px 11px 1px 11px;
  }
    #PopupHeader p a {
      font-size: 9px;
    }
      #PopupHeader p a:hover {
        text-decoration: underline;
      }

#PopupMain {
  width: 445px;
  padding: 10px;
  border-top: 10px solid #83AA1D;
}

#PopupFooter {
  width: 435px;
  height: 20px;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  background-color: #D3EDEE;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica;
  background-image: url("/Files/System/ViagensAbreu/footer/popupSmallFooter.gif");
}
  #PopupFooter #smallFirst {
    top: 10px;
    left: 30px;
    height: 7px;
    width: 180px;
    position: absolute;
  }

  #PopupFooter #smallLast {
    top: 10px;
    left: 228px;
    width: 66px;
    height: 7px;
    position: absolute;
  }
/*** End of small popup style ***/
