/*
*
* 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%;
  }

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

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

  #TB_window{
    position: absolute;
    background: #000;
    z-index: 102;
    font: 11px Arial, Helvetica, Verdana, sans-serif;
    color: #999;
    text-align: left;
  }

  #TB_window img{
    display: block;
    margin: 20px 0 0 15px;
    border: none;
  }

  #TB_caption{
    height: 25px;
    padding: 7px 30px 10px 15px;
    float: left;
  }

  #TB_secondLine{
    font: 10px Arial, Helvetica, Verdana, sans-serif;
    color: #777;
  }

  /* mod style - close btn - top window
  #TB_closeWindow{
    height: 25px;
    padding-right: 15px;
    position: absolute;
    top: 0;
    right: 0;
  }
  */

  /* orginal style - close btn - bottom window */
  #TB_closeWindow{
    height: 25px;
    padding: 8px 15px 10px 0;
    float: right;
  }

  a#TB_closeWindowButton{
    display: block;
    width: 14px;
    height: 14px;
    background: transparent url(../images/close.gif) left top no-repeat;
  }

  a#TB_closeWindowButton:hover{
    background-position: left bottom;
  }

  a#TB_closeWindowButton span{
    display: none;
  }

  #TB_closeAjaxWindow{
    padding: 5px 10px 7px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
  }

  #TB_ajaxWindowTitle{
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
  }

  #TB_title{
    background: #e8e8e8;
    height: 27px;
  }

  #TB_ajaxContent{
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
  }

  #TB_ajaxContent p{
    padding: 5px 0 5px 0;
  }

  #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: #fff;
    border: none;
  }

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

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