/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/



#TB_window
{
    
    color: #333333;
}

#TB_secondLine
{
   
    color: #666666;
}

#TB_window a:link
{
    color: #666666;
}
#TB_window a:visited
{
    color: #666666;
}
#TB_window a:hover
{
    color: #000;
}
/*#TB_window a:active {color: #666666;}*/
#TB_window a:active
{
    color: #FD4600;
}
#TB_window a:focus
{
    color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay
{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 95;
}

.TB_overlayMacFFBGHack
{
    background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG
{
    background-color: rgba(0, 0, 0, 0.84);
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.8;
}

* html #TB_overlay
{
    /* ie6 hack */
    position: absolute;
}

#TB_window
{
    position: fixed;
    background: #EDEDED;
    z-index: 96;
    color: #3B3B3B;
    display: none;
    border: 1px solid #B6232E;
    text-align: left;
    top: 10%;
    left: 50%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 147px #333;
    -moz-box-shadow: 0 0 147px #333;
    -webkit-box-shadow: 0 0 147px #333;
}

* html #TB_window
{
    /* ie6 hack */
    position: absolute;
}

#TB_window img#TB_Image
{
    display: block;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#TB_caption
{
    height: 25px;
    float: left;
}

#TB_closeWindow
{
    height: 25px;
    float: right;
}

#TB_closeAjaxWindow
{
    float: right;
    position: relative;
    top: -25px;
    right: -30px;
}

#TB_ajaxWindowTitle
{
    float: left;
    font-size: 17px;
    font-weight: bold;
    color: whitesmoke;
    padding: 5px;
    padding-left: 15px;
    font-variant: small-caps;
    width: 85%;
    line-height: 22px;
}

#TB_title
{
    background-color: #B6232E;
    height: 34px;
}

#TB_ajaxContent
{
    clear: both;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}

#TB_ajaxContent.TB_modal
{
}

#TB_ajaxContent p
{
}

#TB_load
{
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 98;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* 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: 97;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

* 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;
}
