.prototip {
    position: absolute;
}

.prototip .effectWrapper {
    position: relative;
}

.prototip .tooltip {
    position: relative;
}

.prototip .toolbar {
    position: relative;
    display: block;
}

.prototip .toolbar .title {
    display: block;
    position: relative;
}

.prototip .tipcontent {
    clear: both;
	font-size: 11px;
}

.prototip .toolbar a.close {
    position: relative;
    text-decoration: none;
    float: right;
    width: 15px;
    height: 15px;
    background: transparent url(../../common/img/tooltip/close.gif);
    display: block;
    line-height: 0;
    font-size: 0px;
    border: 0;
}

.prototip .toolbar a.close:hover {
    background: transparent url(../../common/img/tooltip/close_hover.gif);
}

.iframeShim {
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
}

.prototip .righttip {
    width: 200px;
}

.prototip .righttip .tipcontent {
    text-align: left;
}

.prototip .righttip .tipcontent .info .pointer {
    text-indent: -10000px;
    position: relative;
    left: -10px;
    top: 5px;
    padding: 0 0 0 3px;
    height: 12px;
    width: 11px;
    background: transparent url(../../bad/img/tooltip/left_arrow.png) no-repeat left top;
}

.prototip .righttip .tipcontent .info .tip {
    position: absolute;
    border: 1px solid #1F1F1F;
    background: #FDFEEF none repeat scroll 0;
    padding: 5px;
    top: 0;
    left: 0;
}

.prototip .righttip .tipcontent .error .pointer {
    text-indent: -10000px;
    position: absolute;
    left: -10px;
    top: 5px;
    bottom: auto;
    padding: 0 0 0 3px;
    height: 12px;
    width: 11px;
    background: transparent url(../../bad/img/tooltip/left_arrow_red.png) no-repeat left top;
}

.prototip .righttip .tipcontent .bottom .pointer {
    text-indent: -10000px;
    position: absolute;
    left: 10px;
    top: auto;
    bottom: -8px;
    height: 9px;
    width: 11px;
    background: transparent url(../../bad/img/tooltip/bottom_arrow_red.png) no-repeat left bottom;
}

.prototip .righttip .tipcontent .error .tip {
    float: left;
    /*position: absolute;*/
    border: 1px solid #C80000;
    background: #FEEFEF none repeat scroll 0;
    padding: 5px;
    color: #C80000;
    top: 0;
    left: 0;
}

.prototip .lefttip {
    position: relative;
    width: 200px;
}

.prototip .lefttip .tipcontent {
    text-align: left;
    margin: 0 4px 0 0;
}

.prototip .lefttip .tipcontent .pointer {
    text-indent: -10000px;
    position: relative;
    left: -3px;
    padding: 0 0 0 3px;
    background: transparent url(../../common/img/tooltip/infoBubblePointRight.gif) no-repeat scroll right top;
}

.prototip .lefttip .tipcontent .tip {
    position: absolute;
    border: 1px solid #A5A5A5;
    background: #FFFAC8 none repeat scroll 0;
    padding: 1px 2px;
    right: 10px;
}