.x-tip .x-component {
    background-color: #FFFFFF;
}
.x-tip, .notedefault, .notenested {
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #CCCCCC;
    line-height: 1.4;
    max-width: 400px;
    position: absolute;
    text-align: left;
    z-index: 9999;
}
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
    margin-left: 5px;
    margin-top: 15px;
}
.x-tip-bc, .x-tip-footer, .x-tip .x-component, .x-tip-anchor, .x-tip-ml {
    background: -moz-linear-gradient(center top , #FFFFFF, #E5E5E5) repeat scroll 0 0 transparent;
    color: #444342;
}
.x-tip-header {
    background: -moz-linear-gradient(center top , #FFFFFF, #E5E5E5) repeat scroll 0 0 transparent;
    color: #444342;
}
.x-tip, .x-tip-body, .gradientWhite {
    background: -moz-linear-gradient(center top , #FFFFFF, #E5E5E5) repeat scroll 0 0 transparent;
    color: #444342;
}
.x-tip {
    border: 0 none;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 20000;
}
.x-tip .x-tip-close {
    cursor: pointer;
    display: none;
    float: right;
    height: 15px;
    margin: 0;
    width: 15px;
}
.x-tip .x-tip-tc {
    background: none no-repeat scroll 0 -62px transparent;
    overflow: hidden;
    padding-top: 3px;
}
.x-tip .x-tip-tl {
    background: none no-repeat scroll 0 0 transparent;
    overflow: hidden;
    padding-left: 6px;
}
.x-tip .x-tip-tr {
    background: none no-repeat scroll right 0 transparent;
    overflow: hidden;
    padding-right: 6px;
}
.x-tip .x-tip-bc {
    background: none no-repeat scroll 0 -121px transparent;
    height: 3px;
    overflow: hidden;
}
.x-tip .x-tip-bl {
    background: none no-repeat scroll 0 -59px transparent;
    padding-left: 6px;
}
.x-tip .x-tip-br {
    background: none no-repeat scroll right -59px transparent;
    padding-right: 6px;
}
.x-tip .x-tip-mc {
    border: 0 none;
}
.x-tip .x-tip-ml {
    background: none no-repeat scroll 0 -124px transparent;
    padding-left: 6px;
}
.x-tip .x-tip-mr {
    background: none no-repeat scroll right -124px transparent;
    padding-right: 6px;
}
.ext-ie .x-tip .x-tip-header, .ext-ie .x-tip .x-tip-tc {
    font-size: 0;
    line-height: 0;
}
.ext-border-box .x-tip .x-tip-header, .ext-border-box .ext-ie .x-tip .x-tip-tc {
    line-height: 0;
}
.x-tip .x-tip-header-text {
    margin: 0 0 2px;
    padding: 0;
}

.x-tip-anchor{
	display:none;
}


.x-tip .x-tip-body {
    line-height: 14px;
    padding: 0;
    color: #000;
}
.x-tip .x-tip-body .loading-indicator {
    margin: 0;
}
.x-tip-draggable .x-tip-header, .x-tip-draggable .x-tip-header-text {
    cursor: move;
}
