/* @group thickbox elements */
.TB_overlayMacFFBGHack {
    background: transparent url('../images/thickbox/macFFBgHack.png') repeat scroll 0 0;
}
.TB_overlayBG {
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
#TB_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 250;
}
#TB_window {
    color: #000;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: left;
    z-index: 252;
}
#TB_window img#TB_Image {
    display: block;
    margin: 15px 0 0 15px;
    z-index: 252;
}
#TB_caption {
    padding: 5px 0 0 25px;
}
#TB_secondLine {
    clear: none;
    float: left;
    padding: 5px 0 0 25px;
    position: absolute;
    bottom: 10px;
    left: 0;
}
#TB_nextWrap,
#TB_prevWrap {
    z-index: 253;
}
#TB_prevWrap {
    position: absolute;
    top: 15px;
    left: 15px;
}
#TB_nextWrap {
    position: absolute;
    top: 15px;
    right: 15px;
}
#TB_closeWindow {
    clear: none;
    float: right;
    padding: 10px 10px 10px 0;
}
#TB_closeAjaxWindow {
/*
    float: right;
    margin-bottom: 1px;
    padding: 7px 10px 5px 0;
    text-align: right;
*/
}
#TB_ajaxWindowTitle {
    display: none;
/*
    float: left;
    margin-bottom: 1px;
    padding: 7px 0 5px 10px;

*/
}
#TB_title {
/*
    background-color: #e8e8e8;
    height: 27px;
*/
}
#TB_ajaxContent {
    background-color: #fff;
    clear: both;
    line-height: 1.4em;
    overflow: auto;
    padding: 15px;
    text-align: center;
}
#TB_ajaxContent.TB_modal {
    padding: 15px;
}
#TB_ajaxContent p {
    padding: 5px 0 5px 0;
}
#TB_load {
    background: transparent url('../images/thickbox/loadingAnimation.gif') no-repeat scroll 0 0;
    display: none;
    margin: -6px 0 0 -104px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 208px;
    height: 13px;
    z-index: 253;
}
#TB_HideSelect {
    background-color: #fff;
    border: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 249;
}
#TB_iframeContent {
    border: none;
    clear: both;
    margin-top: 1px;
    margin-bottom: -1px;
    _margin-bottom: 1px;
}
#TB_next, #TB_prev {
    background: transparent url('../images/thickbox/trans.png') no-repeat scroll 0 0;
    display: block;
}
#TB_prev:hover {
    background: transparent url('../images/thickbox/prevlabel.gif') no-repeat scroll center left;
}
#TB_next:hover {
    background: transparent url('../images/thickbox/nextlabel.gif') no-repeat scroll center right;
}
#TB_closeWindowButton {
    background: transparent url('../images/thickbox/closeme2.png') no-repeat scroll 0 0;
    display: inline-block;
    float: right;
    margin-bottom: 3px;
    width: 32px;
    height: 32px;
}
/* @end */
