.ugis-ext-font {
	font-style: normal;
	font-size: 12px;
	font-family: tahoma, arial, helvetica, sans-serif; 
}

/* Speech Bubble */
.ugis-ext-speechBubble
{
    position: absolute;
    visibility: visible;
    z-index: auto;
    border:0 none;
    overflow: visible !important;
}

.ugis-ext-speechBubble-anchor-buttom
{
    position: absolute;
    width: 9px;
    height: 10px;
    overflow: hidden;
    background: transparent no-repeat 0 0;
    background-position: -9px 0;
    background-image: url(../resources/images/default/qtip/tip-anchor-sprite.gif);
    zoom: 1;
}

.ugis-ext-speechBubble-anchor-top
{
    position: absolute;
    width: 9px;
    height: 10px;
    overflow: hidden;
    background: transparent no-repeat 0 0;
    background-position: 0px 0;
    background-image: url(../resources/images/default/qtip/tip-anchor-sprite.gif);
    zoom: 1;
}

.ugis-ext-speechBubble-anchor-left
{
    position: absolute;
    width: 9px;
    height: 10px;
    overflow: hidden;
    background: transparent no-repeat 0 0;
    background-position: -28px 0;
    background-image: url(../resources/images/default/qtip/tip-anchor-sprite.gif);
    zoom: 1;
}

.ugis-ext-speechBubble-anchor-right
{
    position: absolute;
    width: 9px;
    height: 10px;
    overflow: hidden;
    background: transparent no-repeat 0 0;
    background-position: -18px 0;
    background-image: url(../resources/images/default/qtip/tip-anchor-sprite.gif);
    zoom: 1;
}
/* Speech Bubble */

/* Devider */

.ugis-ext-horizontalSplitDevider
{
    background-color: #dfe8f6;
    position: absolute;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #99bbe8;
}

/* Devider END */