.tip-simpleBlue
{
    z-index: 66111;
    text-align: left;
    border: 3px solid #2694e8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px 8px;
    max-width: 400px;
    color: #000;
    background-color: #DEEDF7; /** #FFA500 	 * - If you set a background-image, border/padding/background-color will be ingnored. 	 *   You can set any padding to .tip-inner instead if you need. 	 * - If you want a tiled background-image and border/padding for the tip, 	 *   set the background-image to .tip-inner instead. 	 */
}
.tip-simpleBlue .tip-inner
{
    font: 12px/16px arial,helvetica,sans-serif;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-simpleBlue .tip-arrow-top
{
    margin-top: -10px;
    margin-left: -9px; /* approx. half the width to center it */
    top: 0;
    left: 50%;
    width: 18px;
    height: 10px;
    background: url(../images/tip-blue_arrows.png) no-repeat;
}
.tip-simpleBlue .tip-arrow-right
{
    margin-top: -9px; /* approx. half the height to center it */
    margin-left: 0px;
    top: 50%;
    left: 100%;
    width: 10px;
    height: 18px;
    background: url(../images/tip-blue_arrows.png) no-repeat -22px 0;
}
.tip-simpleBlue .tip-arrow-bottom
{
    margin-top: 0;
    margin-left: -10px; /* approx. half the width to center it */
    top: 100%;
    left: 50%;
    width: 20px;
    height: 10px;
    background: url(../images/tip-blue_arrows.png) no-repeat -45px 0;
}
.tip-simpleBlue .tip-arrow-left
{
    margin-top: -9px; /* approx. half the height to center it */
    margin-left: -10px;
    top: 50%;
    left: 0;
    width: 10px;
    height: 18px;
    background: url(../images/tip-blue_arrows.png) no-repeat -67px 0;
}
