#jTip {
	position: absolute;
	z-index: 100;
	background-color: #003c7b;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    max-width: 250px;
    &width: 250px;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    padding: 7px 8px;
}

#jTip ul {
    margin: 10px 15px;
}

#jTip .highlight {
    color: #fff;
}

#jTipHeader {
    background: #ccc;
    color: #fff;
    margin-bottom: 6px;
}

#jTipContent {
	padding: 5px;
}

.jTip {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    background: url(../images/layout/jTip-help.png) 0 0 no-repeat;
    width: 13px;
    height: 14px;
    cursor: help;
}

.jTipStatic {
	background-color: #fff;
    max-width: 300px;
    &width: 300px;
    color: #808d97;
    padding: 10px;
    font-size: 11px;
    margin: 6px 0;
    line-height: normal;
    border: 1px solid #e6eaeb;
    border-left-width: 3px;
}

#jTipArrow {
    width: 11px;
    height: 6px;
    position: absolute;
    background: url(../images/layout/jTip-arrow.png) 0 0 no-repeat;
    left: 10px;
    top: -6px;
}

.jTip-left #jTipArrow {
    left: 10px;
}

.jTip-right #jTipArrow {
    left: auto;
    right: 10px;
}