/* SimpleModal stylings */
/* $Id: modal.css 11791 2010-10-20 19:52:14Z phawxby $ */
/* Overlay */
/** colors.scss - definitions for common colors */
/* this forces something tracable in dependency tree */
/* line 4, ../sass/xrx/common/_link_color.scss */
.xrx_completely_artificial_class_link_color {
  display: none;
}

/* pull in the link color definitions */
/* primary and secondary colors */
/* this forces something tracable in dependency tree */
/* line 25, ../sass/xrx/common/_colors.scss */
.xrx_completely_artificial_class_color {
  display: none;
}

/* line 8, ../sass/modal.scss */
#modalOverlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
  background-color: #000;
  cursor: pointer;
}

/* Container (used by all instances) */
/* line 21, ../sass/modal.scss */
#modalContainer {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 3100;
  left: 0%;
}

/* line 29, ../sass/modal.scss */
a.modalCloseText {
  display: block;
  width: 100%;
  text-align: right;
  cursor: pointer;
  font-size: 10px;
}

/* line 37, ../sass/modal.scss */
#modalContainer * .media_container {
  padding: 12px 0;
}

/* line 41, ../sass/modal.scss */
#modalContainer a.modalCloseImg {
  /* not actually used... */
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -14px;
  left: 588px;
  cursor: pointer;
}

/* line 51, ../sass/modal.scss */
#modalContainer #basicModalContent {
  padding: 8px;
}

/* line 55, ../sass/modal.scss */
#modalContainer a.modalCloseImg {
  width: 20px;
  height: 20px;
}

/* line 60, ../sass/modal.scss */
.modal_instance {
  background: transparent;
  padding: 0px;
  margin: 0 auto 0 auto;
}

/* line 66, ../sass/modal.scss */
.modal_iframe {
  width: 100%;
  overflow: hidden;
}

/* line 71, ../sass/modal.scss */
.inner_modal_content {
  padding: 22px 22px 26px 22px;
  text-align: left;
  _margin: 0;
  _padding: 22px 0 26px 10px;
  color: #333333;
}

/* line 83, ../sass/modal.scss */
.xrx_gridtype_940 .inner_modal_content p {
  margin-bottom: 1em;
}
/* line 87, ../sass/modal.scss */
.xrx_gridtype_940 .inner_modal_content h2 {
  font-weight: bold;
}

/* instance-specific rules */
/* line 95, ../sass/modal.scss */
#modal_support_search {
  padding: 20px;
  background-color: white;
}

/* line 100, ../sass/modal.scss */
#modal_product_pulldown {
  width: 550px;
  height: 75px;
}

/* line 105, ../sass/modal.scss */
#modal_support_search {
  width: 300px;
  margin-left: -150px;
  height: 75px;
}

/* line 114, ../sass/modal.scss */
a.modalCloseText,
#modal_product_pulldown h3,
#modal_support_search h3,
#modal_product_pulldown * select {
  font-size: 10pt;
  margin: 10px;
  font-family: arial, helvetica, sans-serif;
}

/* line 121, ../sass/modal.scss */
#modal_product_pulldown div.modal_form,
#modal_support_search div.modal_form {
  text-align: left;
  margin: auto;
  width: 90%;
}

/* line 128, ../sass/modal.scss */
div.modal_form form,
div.modal_form form select {
  margin: 0;
  padding: 0;
}

/* line 133, ../sass/modal.scss */
#modal_support_search_form {
  margin: 0;
  padding: 0;
}

/* line 137, ../sass/modal.scss */
#prodSearch {
  margin-right: 10px;
}

/* line 140, ../sass/modal.scss */
#support_search_submit {
  vertical-align: bottom;
  margin-bottom: 2px;
}

/* line 145, ../sass/modal.scss */
div.modal_float_link_left {
  float: left;
  margin: 0 10px 5px 0;
}

/* line 150, ../sass/modal.scss */
div.modal_float_link_right {
  float: right;
  padding-left: 10px;
}
