
/* ==================================

              THICKBOX
     
     (Both the javascript and css have been
      modified from the default thickbox download
      in order to perform the functionality desired
      in this theme.)
     
   ================================== */
#TB_window *,
#TB_overlay *,
.TB_overlayMacFFBGHack *,
.TB_overlayBG * {
    padding: 0;
    margin: 0;
}

#TB_window {
    font-size: 1.2em;
    overflow: auto !important;
    color: #000;
}

#TB_secondLine {
    font-size: 1em;
    color: #000;
}

#TB_window a:link,
#TB_window a:visited,
#TB_window a:hover,
#TB_window a:active,
#TB_window a:focus {
    color: #000;
    font-weight: bold;
}

#TB_overlay {
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.ie #TB_overlay { z-index: 5000; }

.TB_overlayMacFFBGHack { background: url(../images/common/macFFBgHack.png) repeat; }

.TB_overlayBG {
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */ position: absolute;  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
    position: fixed;
    background: #fff;
    z-index: 1020;
    color: #000;
    border: 4px solid #fff;
    text-align: left;
    top: 50%;
    left: 50%;
    min-width: 550px;
}

.ie #TB_window { z-index: 5020; }

* html #TB_window { /* ie6 hack */ 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 15px 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}

#TB_caption {
    height: 25px;
    padding: 7px 30px 10px 25px;
}

#TB_closeWindow {
    min-height: 48px;
    padding: 5px 0 0 15px;
}

#TB_closeWindow em {
    font-size:0.9em;
    padding-right: 30px;
}

#TB_closeWindow #TB_prev,
#TB_closeWindow #TB_next { word-wrap:  break-word; }

#TB_closeWindow strong {
    margin-top: 8px;
    font-size: 1.1em;
    display: block;
}

#TB_closeAjaxWindow {
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}

#TB_ajaxWindowTitle {
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
}

#TB_title {
    background-color: #fff;
    height: 35px;
    font-weight: bold;
    font-size: 1.6em;
}

#TB_closeWindowButton { font-size: 12px !important; }

#TB_ajaxContent {
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
 line-height 1.4em;
}

#TB_ajaxContent.TB_modal { padding: 15px; }

#TB_ajaxContent p { padding: 5px 0px 5px 0px; }

#TB_load {
    position: fixed;
    height: 13px;
    width: 208px;
    z-index: 1030;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

.ie #TB_load { z-index: 5030; }

* html #TB_load { /* ie6 hack */ position: absolute;  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
    z-index: 990;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.ie #TB_HideSelect { z-index: 4990; }

* html #TB_HideSelect { /* ie6 hack */ position: absolute;  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
}

a.thickbox,
a.thickbox:hover {
    border-bottom: none;
}

.view-larger {
    display: block;
    font-size: 9px;
    font-style:italic;
    color: #bbb;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 2px;
    text-align:left;
    text-shadow: none;
    font-weight: normal;
}

.view-larger.hover { color: #666; }

.scroller .view-larger { display: none; }
