/* START LUIDAIS CLUE TIP */
.cluetip-luidais {
    background-color: #74A6CF;
    color: white;
}
.cluetip-luidais #cluetip-outer {
    position: relative;
    margin: 0;
    background-color: #74A6CF;
}
.cluetip-luidais h3#cluetip-title {
    margin: 0 0 5px;
    padding: 8px 10px 4px;
    font-size: 1.1em;
    font-weight: normal;
    background-color: #87876a;
    color: #fff;
}
.cluetip-luidais #cluetip-title a {
    color: #74A6CF;
    font-size: 0.95em;
}
.cluetip-luidais #cluetip-inner {
    padding: 10px;
}
.cluetip-luidais div#cluetip-close {
    text-align: right;
    margin: 0 5px 5px;
    color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
    background-image: url(./jquery.cluetip/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
    background-image: url(./jquery.cluetip/darrowright.gif);
    left: 100%;
    margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
    background-image: url(./jquery.cluetip/darrowdown.gif);
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}
.clue-bottom-default .cluetip-arrows {
    background-image: url(./jquery.cluetip/darrowup.gif);
    top: -11px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}
/* END LUIDAIS CLUE TIP */
