


/** {
  margin: 0;
  padding: 0;
}
*/
#TB_window {
  color: #333333;
  font-size: 12px;
}

#TB_secondLine {
  color: #666666;
  font-size: 10px;
}

#TB_window a:link,
#TB_window a:visited {
  color: #666666;
}

#TB_window a:hover {
  color: #000000;
}

#TB_window a:active,
#TB_window a:focus {
  color: #666666;
}

#TB_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.TB_overlayMacFFBGHack {
  background: url("/common/base/img/thickbox/macFFBgHack.png") repeat;
}

.TB_overlayBG {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  background-color: #000000;
}

* html #TB_overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 102;
  border: 1px solid #d1d9e7;
  text-align: left;
  background: #ffffff;
}

* html #TB_window {
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #666666 #cccccc #cccccc #666666;
}

#TB_caption {
  float: left;
  height: 25px;
  padding: 10px 30px 10px 25px;
}

#TB_closeWindow {
  float: right;
  height: 25px;
  padding: 14px 25px 10px 0;
}

#TB_closeAjaxWindow {
  float: right;
  margin-bottom: 1px;
  padding: 10px 10px 5px 0;
  font-weight: bold;
  text-align: right;
}

#TB_ajaxWindowTitle {
  float: left;
  margin-bottom: 1px;
  padding: 10px 0 5px 10px;
  font-weight: bold;
}

#TB_title {
  height: 33px;
}

#TB_ajaxContent {
  clear: both;
  line-height: 1.4em;
  overflow: auto;
  padding: 2px 15px 15px;
  text-align: left;
}

#TB_ajaxContent.TB_modal {
  padding: 15px;
}

#TB_ajaxContent p {
  padding: 5px 0;
}

#TB_load {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 103;
  width: 208px;
  height: 13px;
  margin: -6px 0 0 -104px;
}

* html #TB_load {
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  background-color: #ffffff;
}

* html #TB_HideSelect {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
  clear: both;
  margin-top: 1px;
  margin-bottom: -1px;
  _margin-bottom: 1px;
  border: none;
}






