.prototip .default .toolbar,.prototip .default .content {
    background: transparent url(/html/images/xa-sprite.png) 0 0 no-repeat;
}

.ie6 .prototip .default .toolbar,.ie6 .prototip .default .content {
    background: transparent url(/html/images/xa-sprite.gif) 0 0 no-repeat;
}

/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.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 .content {
    clear: both;
}

.prototip .toolbar a.close {
    position: relative;
    text-decoration: none;
    float: right;
    width: 15px;
    height: 15px;
    background: transparent;
    display: block;
    line-height: 0;
    font-size: 0;
    border: 0;
}

.prototip .toolbar a.close:hover {
    background: transparent;
}

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

/* Tooltip styles */
.prototip .default {
    width: 234px;
    color: #000;
    background: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

.prototip .default .toolbar {
    font-size: .8em;
    font-weight: bold;
    background-position: 0 -2604px !important;
}

.prototip .default .title {
    width: 224px !important;
    padding: 5px;
}

.prototip .default .content {
    font-size: .8em;
    background-position: 0 100% !important;
    padding: 5px;
    background-color: #fff;
    color: #767579;
    text-align: left;
}

.prototip .pinktip {
    border: 5px solid #a1a1a1;
}

.prototip .pinktip .toolbar {
    background: #ff1e53;
    color: #fff;
    font: italic 17px Georgia, serif;
}

.prototip .pinktip .title {
    padding: 5px;
}

.prototip .pinktip .content {
    background: #fff;
    color: #555;
    font: 11px Arial, Helvetica, sans-serif;
    padding: 5px;
}

.prototip .darktip {
    width: 250px;
    border: 5px solid #a1a1a1;
}

.prototip .darktip .toolbar {
    background: #606060;
    color: #fff;
    font: italic 17px Georgia, serif;
}

.prototip .darktip .toolbar a.close {
    background: none;
}

.prototip .darktip .toolbar a.close:hover {
    background: none;
}

.prototip .darktip .title {
    padding: 5px;
}

.prototip .darktip .content {
    background: gray;
    color: #fff;
    font: 11px Arial, Helvetica, sans-serif;
    padding: 5px;
}

.prototip .silver {
    width: 300px;
    border: 5px solid #ccc;
    color: #fff;
    font: 11px Arial, Helvetica, sans-serif;
}

.prototip .silver .toolbar {
    background: #2e2e2e;
    color: #fff;
    font-weight: bold;
}

.prototip .silver .toolbar a.close:hover {
    background: none;
}

.prototip .silver .title {
    padding: 5px;
}

.prototip .silver .content {
    background: #fff;
    color: #666;
    padding: 5px;
}

.protoClassic {
    width: 300px;
    border: 5px solid #8c939c;
}

.protoClassic .toolbar {
    background: #96b8e2 top left repeat-y;
    font-weight: bold;
    color: #fff;
}

.protoClassic .toolbar a.close:hover {
    background: none;
}

.protoClassic .title {
    padding: 5px;
}

.protoClassic .content {
    background: #fff;
    color: #333;
    font: 11px Arial, Helvetica, sans-serif;
    padding: 5px;
}
