/* @override 
	http://dev.getconcentric.com/css/prototip.css
	http://elliott.server290.com/css/prototip.css
*/

/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End */

/* Prototip styles */

/*this is the icon class*/
.info-tip {height: 20px; margin-bottom: 8px; }
.info-tip img{
margin: 3px 5px 0 0;
float: left;}
.showhide {float: left; margin-top: 2px; }

/* protogrey */
.prototip .protogrey {
	width: 215px;
	color: #fff;
	background: #fff;
}
.prototip .protogrey .toolbar {
	background: #333;
	font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
	color: #333;
	padding: 5px;
}


/*this is the regular css for each tip*/
/* protoblue */
.prototip .protoblue {
	width: 215px;
	color: #333;
}
.prototip .protoblue .toolbar {
	background: #333;
	color: white;
	font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
	background: white;
	padding: 5px;
}


.prototip .default { 
width: 250px; 
color: #fff; 
border: 4px solid #f38015;
}
.prototip .default .toolbar { 
background: #fff; 
font-weight: bold; 
color: #232323;
}
.prototip .default .title {
padding: 5px;
}
.prototip .default .content { background: #fff; 
font: 12px Arial, Helvetica, sans-serif; padding: 5px; 
color: #232323;
}
.prototip ul{
padding: 0;
margin: 0;
}
.prototip li{
padding: 2px 0;
list-style: disc;
margin: 0 0 0 15px;
}
