/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.TB_window
{
    font:12px Arial, Tahoma, ËÎÌå;
    color: #333333;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay
{
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.TB_overlayMacFFBGHack
{
    background: url('/Resources/images/macFFBgHack.png') repeat;
}

.TB_overlayBG
{
    background-color: #333;
    filter: alpha(opacity=50);
    -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: #ffffff; */
    z-index: 10002;
    color: #000000;
    display: none;
    border: 0px solid #FFFFFF;
    text-align: left;
    top: 50%;
    left: 50%;
}

* 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_load
{
    position: fixed;
    height: 13px;
    width: 208px;
    z-index: 10003;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 0px; /* -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: 99;
    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_window .btn
{
    width: auto;
    height: auto;
    line-height: 1.4em;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em 0.6em;
    margin: 0.5em 0.4em;
    float: right;
    cursor: pointer;
    border: 1px #d3d3d3 solid;
    color: #555555;
}
