﻿.qtipWrap
{
    padding: 0;
    width: 250px;
    position: absolute;
    z-index: 6066;
    background: url(../images/qtip.gif) no-repeat right top;
}

.qtip
{
    margin: 0px 10px 0px 0px;
    width: 228px;
    border: solid blue 1px;
    padding: 5px;
    line-height: 1.2;
    text-align: left;
    font-weight:normal;
}

.qtip, .qtip a
{ 
    background-color: white !important;
}

.qtip li
{
    margin: 7px 0;
    padding-left: 15px;
    text-indent: -15px;
    list-style-type: none;
}

.qtip a:link, .qtip a:visited, .qtip span
{
    color: #535455;
    font-weight: normal;
}
.qtip span
{
    text-decoration: none !important;
}

.qtip-title {
    background-color: #ffffff !important;
    font-size: 92%;
    font-weight: bold;
    color: #31328a;
    padding: 5px 10px 0 10px !important;
}
.qtip-content {
        font-size: 92%;
}
.qtip-content ul, .qtip-content li {
        margin: 0;
}
.qtip-content ul {
        padding-left: 15px;
}