.qtip {
    left: -28000px;
    top: -28000px;
    line-height: 12px;
    font-size: 10.5px;
    display: none;
    position: absolute;
    direction: ltr;
    min-width: 50px;
    max-width: 280px;
}

.qtip {
    left: -28000px;
    top: -28000px;
    line-height: 12px;
    font-size: 10.5px;
    display: none;
    position: absolute;
    direction: ltr;
    min-width: 50px;
    max-width: 280px;
}

.qtip-content {
    padding: 5px 9px;
    text-align: left;
    overflow: hidden;
    position: relative;
    -ms-word-wrap: break-word;
}

.qtip-titlebar {
    border-width: 0px 0px 1px;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    font-weight: bold;
    position: relative;
}

    .qtip-titlebar + .qtip-content {
        border-top-width: 0px !important;
    }

.qtip-close {
    border: 1px solid transparent;
    top: -9px;
    right: -9px;
    position: absolute;
    cursor: pointer;
}

.qtip-titlebar .qtip-close {
    top: 50%;
    right: 4px;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}

.qtip-titlebar .ui-icon {
    text-indent: -1000em;
    vertical-align: middle;
    display: block;
    direction: ltr;
}

.qtip-icon .ui-icon {
    text-indent: -1000em;
    vertical-align: middle;
    display: block;
    direction: ltr;
}

.qtip-icon {
    border-radius: 3px;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .qtip-icon .ui-icon {
        border-radius: 3px;
        text-decoration: none;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .qtip-icon .ui-icon {
        background: no-repeat -100em -100em;
        font: bold 10px/13px Tahoma, sans-serif;
        width: 18px;
        height: 14px;
        text-align: center;
        color: inherit;
        text-indent: 0px;
        font-size-adjust: none;
        font-stretch: normal;
    }

.qtip-focus {
}

.qtip-hover {
}

.qtip-default {
    border: 1px solid rgb(241, 208, 49);
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 163);
}

    .qtip-default .qtip-titlebar {
        background-color: rgb(255, 239, 147);
    }

    .qtip-default .qtip-icon {
        background: rgb(241, 241, 241);
        border-color: rgb(204, 204, 204);
        color: rgb(119, 119, 119);
    }

    .qtip-default .qtip-titlebar .qtip-close {
        border-color: rgb(170, 170, 170);
        color: rgb(17, 17, 17);
    }

.qtip-light {
    border-color: rgb(226, 226, 226);
    color: rgb(69, 69, 69);
    background-color: white;
}

    .qtip-light .qtip-titlebar {
        background-color: rgb(241, 241, 241);
    }

.qtip-dark {
    border-color: rgb(48, 48, 48);
    color: rgb(243, 243, 243);
    background-color: rgb(80, 80, 80);
}

    .qtip-dark .qtip-titlebar {
        background-color: rgb(64, 64, 64);
    }

    .qtip-dark .qtip-icon {
        border-color: rgb(68, 68, 68);
    }

    .qtip-dark .qtip-titlebar .ui-state-hover {
        border-color: rgb(48, 48, 48);
    }

.qtip-cream {
    border-color: rgb(249, 233, 142);
    color: rgb(162, 125, 53);
    background-color: rgb(251, 247, 170);
}

    .qtip-cream .qtip-titlebar {
        background-color: rgb(240, 222, 125);
    }

    .qtip-cream .qtip-close .qtip-icon {
        background-position: -82px 0px;
    }

.qtip-red {
    border-color: rgb(217, 82, 82);
    color: rgb(145, 35, 35);
    background-color: rgb(247, 139, 131);
}

    .qtip-red .qtip-titlebar {
        background-color: rgb(240, 109, 101);
    }

    .qtip-red .qtip-close .qtip-icon {
        background-position: -102px 0px;
    }

    .qtip-red .qtip-icon {
        border-color: rgb(217, 82, 82);
    }

    .qtip-red .qtip-titlebar .ui-state-hover {
        border-color: rgb(217, 82, 82);
    }

.qtip-green {
    border-color: rgb(144, 217, 63);
    color: rgb(63, 98, 25);
    background-color: rgb(202, 237, 158);
}

    .qtip-green .qtip-titlebar {
        background-color: rgb(176, 222, 120);
    }

    .qtip-green .qtip-close .qtip-icon {
        background-position: -42px 0px;
    }

.qtip-blue {
    border-color: rgb(173, 217, 237);
    color: rgb(94, 153, 189);
    background-color: rgb(229, 246, 254);
}

    .qtip-blue .qtip-titlebar {
        background-color: rgb(208, 233, 245);
    }

    .qtip-blue .qtip-close .qtip-icon {
        background-position: -2px 0px;
    }
