/* Prototype Styles */
.prototip { position: absolute;overflow:hidden;font: 11px Arial, Helvetica, sans-serif;}
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
        position: relative;
        display: block;
        }
.prototip .toolbar .title {
        display: block;
        position: relative;
		font-weight:bold;
        }
.prototip .content { clear: both; }
.iframeShim {
        position: absolute;
        border: 0;
        margin: 0;     
 	    padding: 0;
 	    background: none;
 	}

.prototip .default {
        color: #fff;
        width: 250px;
		border:thin solid #ababab;
        background: #FFFFFF; 	        
}

.prototip .default .toolbar {
        background: #CC0000;
        font-weight: bold;
        color: #fff;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
        padding: 5px;
        color: #000;
}
