body {
  margin: 0px;
  padding: 0px;
  color: black;
  background-color: white;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: center;
}

table {
  font-family: Arial, sans-serif;
  font-size: 13px;
  padding: 0px;
}

image { border: 0px; }

a:link { color: blue; text-decoration: underline; }
a:hover { color: red; }
a:visited { color: blue; text-decoration: underline; }
a:visited:hover { color: red; }

.tAlignL { text-align: left; }
.tAlignR { text-align: right; }
.tAlignC { text-align: center; }

.vAlignT { vertical-align: top; }
.vAlignM { vertical-align: middle; }
.vAlignB { vertical-align: bottom; }

.clearL { clear: left; }
.clearR { clear: right; }
.clearB { clear: both; }

.PadL { padding-left: 15px; }
.PadR { padding-right: 15px; }

/* ------------------------- Begin Layouts -------------------------- */

#BodyContainer {
  width: 1000px;
  background-color: white;
  margin: 0px;
  padding: 0px;
  background-image: url(http://www.vacationstogo.com/po_demo/images/main_body.jpg);
  background-repeat: repeat-y;
}

#BodyLayoutContainer {
  padding: 0px 20px 0px 20px;
  margin-bottom: 15px;
}

#ContentContainer {
  width: 600px;
  margin: 30px 20px 30px 20px;
}

#ContentBanner {
  margin: 0px;
  padding-top: 5px;
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
  color: #333;
  height: 2.4em;
  background-image: url(http://www.vacationstogo.com/po_demo/images/bg1.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* ------------------------- Begin Banner --------------------------- */

#BannerLogo { margin-bottom: 0px; }

#BannerSpeakTo {
  white-space: nowrap;
  color: #002147;
  font-size: 13px;
  font-weight: normal;
}

#BannerVTG {
  font-family: Arial, sans-serif;
  color: #002147;
  font-weight: bold;
  font-size: 12px;
}

#BannerSpeakTo a:link,
#BannerSpeakTo a:visited { 
  color: #002147;
  text-decoration: none; 
}

#BannerSpeakTo a:hover,
#BannerSpeakTo a:visited:hover {
  color: #4e562b;
  text-decoration: underline;
}

#BannerPhone {
  font-size: 12px;
  font-weight: normal;
  color: #4e562b;
  white-space: nowrap;
}

/* ------------------------- Begin Layouts -------------------------- */

.SitePhone { white-space: nowrap; }

#PageFooterContainer {
  text-align: center;
  font-size: 11px;
  color: #8b8178;
}

#PageFooterContainer a { margin: 5px; padding: 0px 5px 0px 5px; }

#PageFooterContainer a:link,
#PageFooterContainer a:visited {
  color: #8b8178;
  text-decoration: none;
}

#PageFooterContainer a:hover,
#PageFooterContainer a:visited:hover {
  color: #7090b7;
  text-decoration: underline;
}

/* -------------------------- End Layouts --------------------------- */


#fabForm { color: white; margin: 0px; padding: 0px; }
#fabForm * { font-size: 11px; }
#fabForm select { width: 180px; margin-bottom: 10px; }
