/* CSS to go with Prototip.Styles */
.prototip {
	font: 11px Arial, Helvetica, sans-serif !important;
	color: #000 !important;
}

/* the default style */
.prototip .default {
	width: 250px !important;
	color: #808080 !important;
}
.prototip .default .toolbar {
	background: #f1f1f1 !important;
	font-weight: bold !important;
}
.prototip .default .title { padding: 5px !important; }
.prototip .default .prototip_content {
	padding: 5px !important;
	background: #fff !important;
}

.prototip .prototip_content {
	overflow: visible !important;
	width: auto !important;
}

/* basic */
.prototip .basic {
	width: 250px !important;
	color: #808080 !important;
}
.prototip .basic .toolbar {
	background: #f1f1f1 !important;
	font-weight: bold !important;
}
.prototip .basic .title { padding: 5px !important; }
.prototip .basic .prototip_content {
	padding: 5px !important;
	background: #fff !important;
}

/* basic */
.prototip .hint {
	width: 250px !important;
	color: #313120 !important;
	background: #fff6aa !important;
}
.prototip .hint .toolbar {
	background: #fdf1a0 !important;
	font-weight: bold !important;
}
.prototip .hint .title,
.prototip .hint .prototip_content { padding: 5px !important; }

/* protoblue */
.prototip .protoblue {
	width: 250px !important;
	color: #fff !important;
}
.prototip .protoblue .toolbar {
	background: #0d7cd0 !important;
	font-weight: bold !important;
}
.prototip .protoblue .title { padding: 5px !important; }
.prototip .protoblue .prototip_content {
	background: #1e90ff !important;
	padding: 5px !important;
}

/* creamy */
.prototip .creamy {
	width: 250px !important;
	color: #bb9c61 !important;
}
.prototip .creamy .toolbar {
	background: #f3edc2 !important;
	font-weight: bold !important;
}
.prototip .creamy .title { padding: 5px !important; }
.prototip .creamy .prototip_content {
	background: #f8f4ca !important;
	padding: 5px !important;
}

/* darkgrey */
.prototip .darkgrey {
	width: 250px !important;
	color: #fff !important;
}
.prototip .darkgrey .toolbar {
	background: #5f5f5f !important;
	font-weight: bold !important;
}
.prototip .darkgrey .title { padding: 5px !important; }
.prototip .darkgrey .prototip_content {
	background: #808080 !important;
	padding: 5px !important;
}

/* protogrey */
.prototip .protogrey {
	width: 250px !important;
	color: #fff !important;
	background: #fff !important;
}
.prototip .protogrey .toolbar {
	background: #969c92 !important;
	font-weight: bold !important;
}
.prototip .protogrey .title { padding: 5px !important; }
.prototip .protogrey .prototip_content {
	color: #808080 !important;
	padding: 5px !important;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px !important;
	height: 14px !important;
}


/* loader gif */
.prototipLoader {
	position: absolute !important;
	top: -1000px !important;
	left: -1000px !important;
	height: 14px !important;
	width: 14px !important;
	border: 1px solid #dddddd !important;
	overflow: hidden !important;
}


/* Required for all tooltips, do not modify */
.prototip{position:absolute !important;overflow:hidden !important;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative !important;}.prototip .prototip_content{clear:both !important;}.prototip .toolbar .close{position:relative !important;text-decoration:none !important;float:right !important;width:19px !important;height:15px !important;display:block !important;line-height:0 !important;font-size:0 !important;border:0 !important;cursor:pointer !important;}.prototip .tooltip{clear:both !important;float:left !important;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute !important;top:0 !important;left:0 !important;width:300px !important;height:20px !important;}.prototip .borderFrame{height:100% !important;width:100% !important;float:left !important;margin:0 !important;padding:0 !important;position:relative !important;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden !important;}.prototip .borderRow{list-style-type:none !important;float:left !important;width:100% !important;position:relative !important;clear:both !important;margin:0 !important;padding:0 !important;}.prototip_CornerWrapper{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;margin:0 !important;padding:0 !important;clear:both !important;}.prototip_Corner{float:left !important;position:relative !important;}.prototip canvas{position:relative !important;float:left !important;}.prototip_CornerTr,.prototip_CornerBr{float:right !important;}.prototip_BetweenCorners{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;overflow:hidden !important;clear:both !important;}.prototip .borderMiddle{position:relative !important;float:left !important;}.prototip .borderCenter{position:relative !important;float:left !important;height:100% !important;}.prototip_StemWrapper{position:relative !important;width:100% !important;height:auto !important;clear:both !important;}.prototip_StemBox{float:left !important;position:relative !important;}.prototip_Stem{width:100% !important;position:absolute !important;overflow:hidden !important;}.iframeShim{position:absolute !important;border:0 !important;margin:0 !important;padding:0 !important;background:none !important;overflow:hidden !important;}.prototip .clearfix:after{content:"." !important;display:block !important;height:0 !important;clear:both !important;visibility:hidden !important;}.prototip .clearfix{display:inline-block !important;}/* IE Mac Hide \*/ .prototip .clearfix{display:block !important;}/* IE Mac Hide End */