.mypopup {
    display: none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
    color: #4b4b4b;
}

#TB_secondLine {
}

#TB_window a:link, #TB_window a:hover, #TB_window a:visited, #TB_window a:active, #TB_window a:focus {
    text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}


.TB_overlayBG {
    background-color: #ffffff;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

* 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;
    padding: 0px !important;
    z-index: 99999999;
    color: #4b4b4b;
    display: none;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
    top: 50%;
    left: 50%;
    overflow: hidden;
    background-color: white;
}

* 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_closeAjaxWindow {
    padding: 7px 5px 5px 5px;
    text-align: right;
    float: right;
    color: #666;
}

#TB_closeAjaxWindow a, #TB_closeAjaxWindow a:hover {
    color: #666 !important;
}

#TB_closeAjaxWindow img {
    margin-top: -3px;
    padding-left: 5px;
}

#TB_ajaxWindowTitle {
    float: left;
    padding: 7px 0 0 10px;
    color: #666;
    font-weight: bold;
}

#TB_title {
    background-color: #e9e9e9;
    margin: 0px;
    height: 29px;
}

#TB_ajaxContent {
    clear: both;
    width: 530px;
    margin-left: 15px;
    padding-right: 15px;
    /*border-top: 1px solid #ffffff;*/
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
    font-size: 100%;
    /*background:#d4e5f5;*/
}

#TB_ajaxContent p {
    padding: 5px 0px 5px 0px;
}

.myPopUp {
    display: none;
    margin: 0;
    padding: 0;
}

.myPopUp-content {
    margin-top: 0;
    padding: 0;
    padding-bottom: 15px;
}

.myPopUp-content img {
    margin-top: 0;
    margin-bottom: 10px;
}

.myPopUp-content p {
    margin: 3px 20px 0 20px;
}

.moreContent, .moreContent a, .moreContent a:hover {
    text-decoration: underline;
    color: #004b85 !important;
    font-weight: bold;
}

#TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    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: 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_iframeContent {
    clear: both;
    border: none;
}
