* {
    margin: 0;
    padding: 0;
}
#TB_overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.TB_overlayMacFFBGHack {
    background: url("macFFBgHack.png") repeat scroll 0 0 transparent;
}
.TB_overlayBG {
    background-color: #000000;
    opacity: 0.75;
}
* html #TB_overlay {
    position: absolute;
}
#TB_window {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    display: none;
    left: 50%;
    padding: 0 0 15px;
    position: fixed;
    text-align: left;
    top: 50%;
    z-index: 1001;
}
#TB_window {
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 5px #000000;
}
* html #TB_window {
    position: absolute;
}
#TB_window img#TB_Image {
    border-color: #666666 #CCCCCC #CCCCCC #666666;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 1px;
    display: block;
    margin: 15px 0 0 15px;
}
#TB_caption {
    float: left;
    height: 25px;
    padding: 7px 30px 10px 25px;
}
#TB_closeWindow {
    float: right;
    height: 25px;
    padding: 11px 25px 10px 0;
}
#TB_closeAjaxWindow {
    float: right;
    margin-bottom: 1px;
    padding: 9px 10px 5px 0;
    text-align: right;
}
#TB_ajaxWindowTitle {
    float: left;
    margin-bottom: 1px;
    padding: 7px 0 5px 10px;
}
#TB_title {
    background-color: #D0D5D8;
    border-bottom: 1px solid #BFC2C5;
    height: 30px;
}
#TB_title {
    border-radius: 15px 15px 0 0;
}
#TB_title img {
    border: medium none !important;
}
#TB_ajaxContent {
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
    padding: 15px;
    position: relative;
    text-align: left;
}
#TB_ajaxContent.TB_modal {
    padding: 25px 15px 10px;
}
#TB_load {
    display: none;
    height: 13px;
    left: 50%;
    margin: -6px 0 0 -104px;
    position: fixed;
    top: 50%;
    width: 208px;
    z-index: 9999999;
}
* html #TB_load {
    position: absolute;
}
#TB_HideSelect {
    background-color: #FFFFFF;
    border: medium none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
* html #TB_HideSelect {
    position: absolute;
}
#TB_iframeContent {
    border: medium none;
    clear: both;
    margin-bottom: -1px;
    margin-top: 1px;
    overflow-x: hidden !important;
}

