/*
 * Based on Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
  min-height: 100%;
  height: auto !important;
  height: 100%
}

#overlay { 
  display: none; 
}

#TB_window {}

#TB_secondLine {}

#TB_window a:link { color: #fff}
#TB_window a:visited { color: #fff;}
#TB_window a:hover { color: #fff;}
#TB_window a:active { color: #fff;}
#TB_window a:focus{ color: #fff;}

#TB_overlay {
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  background-color: #fff;
}

#TB_window {
  position: absolute;
  background: #5b5e68;
  z-index: 102;
  color:#000;
  border: 1px solid #fff;
  text-align:left;
}

.green #TB_window {
  background: #738539;
}

#TB_window img {
  display: block;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#TB_caption {
  height: 18px;
  padding: 6px 30px 10px 25px;
  float: left;
}

#TB_closeWindowButton {
  text-indent: -999em;
  height: 18px;
  width: 18px;
  float: right;
  background-image: url('/wp-content/themes/charlesrich/images/sprites.png');
  _background-image: url('/wp-content/themes/charlesrich/images/sprites.gif'); /* IE6 PNG Transparency Bug */ 
  background-position: 36px -36px; 
}

#TB_closeWindowButton:hover {
  background-position: 18px -36px; 
}

#TB_title {
  background-color: #4b4e58;
  padding: 4px 8px;
  height: 18px;
}

#TB_ajaxWindowTitle {
  float: left;
  font-size: 11px;
  color: #fff;
}

#TB_ajaxContent {
  width: 568px;
  height: 388px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#TB_ajaxContent .box {
  padding: 6px 0 6px 6px;
}

#TB_ajaxContent .overlay_img {
  position: relative;
  float: left;  
  margin: 0;
  padding: 0;
}

#TB_ajaxContent .overlay_img img {
  border: 1px solid #fff;
  margin: 0 7px 7px 0;
  _margin: 0 7px 0 0;
}

#TB_ajaxContent a {
  text-decoration: none;
  font-size: 11px;
}

#TB_ajaxContent a .overlay_caption {
  display: none;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 2px;
  width: 184px;
  background: url("/wp-content/themes/charlesrich/images/transp-black.png");
  _background: url("/wp-content/themes/charlesrich/images/transp-black.gif");
}

#TB_ajaxContent a:hover .overlay_caption {
  display: block;
}

#TB_ajaxContent p {}

#TB_load{
  position: absolute;
  display: none;
  height: 100px;
  width: 100px;
  z-index: 101;
}

#TB_HideSelect{
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
}

#TB_iframeContent{
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
}

/* IE6 */
* html #TB_iframeContent{
  margin-bottom: 1px;
}