/*!
 * Copyright (c) 2011-2012 Mike Green <myatus@gmail.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 */


/* qTip2 overrides */
.ui-tooltip-titlebar {
    font-size: 14px !important;
    line-height: 16px !important;
}

.ui-tooltip, .qtip {
    max-width: 350px !important;
}

.myatu_bgm_fs {
    /* Let CSS decide whether to stretch by width or height (or both) */
    min-width: 100%;
    min-height: 100%;
    max-width: initial !important;
    max-height: initial !important;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
}

.myatu_bgm_info_blk {
    display: block;
    padding: 0 !important;
    position: fixed !important;
    z-index: 19999;
}

#myatu_bgm_pin_it_btn {
    height: 25px !important;
    width: 45px !important;
}

#myatu_bgm_info_tab {
    color: #fff;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.2em black;
    height: 25px !important;
    width: 25px !important;
    cursor: help;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

#myatu_bgm_info_tab a {
    color: #fff;
    text-decoration: none;
}

.myatu_bgm_info_tab_content {
    color: #333;
    font-size: 12px;
    line-height: 14px;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}

.myatu_bgm_info_tab_content a {
    color: #1982D1;
    text-decoration: none;
}

.myatu_bgm_info_tab_content img {
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    padding:4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;W
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

#myatu_bgm_img_group div {
    padding: 0;
    margin: 0;
}

#myatu_bgm_bg_link {
    z-index: -1995;
}

#myatu_bgm_overlay {
    z-index: -1996;
}

#myatu_bgm_img_group {
    z-index: -1997;
}

#myatu_bgm_top {
    z-index: -1998;
}

#myatu_bgm_prev {
    z-index: -1999;
}

@media print {
    .myatu_bgm_fs,
    #myatu_bgm_pin_it_btn,
    #myatu_bgm_info_tab {
        display: none !important;
    }
}
