/* CSS to go with Prototip.Styles */
.prototip {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* the default style */
.prototip .default {
	width: 250px;
	color: #808080;
}
.prototip .default .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .basic {
	width: 250px;
	color: #808080;
}
.prototip .basic .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .hint {
	width: 250px;
	color: #313120;
	background: #fff6aa;
}
.prototip .hint .toolbar {
	background: #fdf1a0;
	font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* protoblue */
.prototip .protoblue {
	width: 250px;
	color: #fff;
}
.prototip .protoblue .toolbar {
	background: #0d7cd0;
	font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
	background: #1e90ff;
	padding: 5px;
}

/* creamy */
.prototip .creamy {
	width: 250px;
	color: #bb9c61;
}
.prototip .creamy .toolbar {
	background: #f3edc2;
	font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
	background: #f8f4ca;
	padding: 5px;
}

/* darkgrey */
.prototip .darkgrey {
	width: 250px;
	color: #fff;
}
.prototip .darkgrey .toolbar {
	background: #5f5f5f;
	font-weight: bold;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
	background: #808080;
	padding: 5px;
}

/* protogrey */
.prototip .protogrey {
	width: 250px;
	color: #fff;
	background: #fff;
}
.prototip .protogrey .toolbar {
	background: #969c92;
	font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
	color: #808080;
	padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px;
	height: 14px;
}


/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;	
	overflow: hidden;
}

/*below*/
.prototip .redtip { width:220px;background:url(../../../images/bgRedTooltipTop.gif);background-position:top;background-repeat:no-repeat}
.prototip .redtip .title { padding: 5px;margin:5px;}
.prototip .redtip .content {color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px;margin:5px; margin-left:0px;margin-top:0px;padding-top:0px;background:url(../../../images/bgRedTooltip.gif);background-position:bottom;width:210px; background-repeat:no-repeat}
.prototip .redtip .toolbar a.close { background: url(blackclose.gif) no-repeat;border:0px;margin-top:7px;}

/*to the right*/
.prototip .redtipR { width:227px;background:url(../../../images/bgRedTooltipTopRight.gif);background-position:top;background-repeat:no-repeat}
.prototip .redtipR .title { padding: 5px;margin:5px;}
.prototip .redtipR .content {color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px;margin:5px; margin-top:0px;padding-top:0px;background:url(../../../images/bgRedTooltip.gif);background-position:bottom right;width:212px; background-repeat:no-repeat}
.prototip .redtipR .toolbar a.close { background: url(blackclose.gif) no-repeat;border:0px;margin-top:7px;}

/*to the left*/
.prototip .redtipL { width:227px;background:url(../../../images/bgRedTooltipTopLeft.gif);background-position:top;background-repeat:no-repeat}
.prototip .redtipL .title { padding: 5px;margin:5px;}
.prototip .redtipL .content {color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px;margin:5px; margin-left:0px;margin-top:0px;padding-top:0px;background:url(../../../images/bgRedTooltip.gif);background-position:bottom;width:210px; background-repeat:no-repeat}
.prototip .redtipL .toolbar a.close { background: url(blackclose.gif) no-repeat;border:0px;margin-top:7px;}

/*above*/
.prototip .redtipT { width:220px;background:url(../../../images/bgRedTooltipTopAbove.gif);background-position:top;background-repeat:no-repeat}
.prototip .redtipT .title { padding: 5px;margin:5px;}
.prototip .redtipT .content {color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px;margin:5px; margin-left:0px;margin-bottom:0px;padding-bottom:10px;;background:url(../../../images/bgRedTooltipAbove.gif);background-position:bottom;width:210px; background-repeat:no-repeat}
.prototip .redtipT .toolbar a.close { background: url(blackclose.gif) no-repeat;border:0px;margin-top:0px;}

/*below*/
.prototip .yellowtip { width:220px;background:url(../../../images/bgYellowTooltipTop.gif);background-position:top;background-repeat:no-repeat}
.prototip .yellowtip .title { padding: 5px;margin-bottom:0px;padding-bottom:0px;}
.prototip .yellowtip .content {color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px;margin:5px; margin-left:0px;margin-top:0px;padding-top:0px;background:url(../../../images/bgYellowTooltip.gif);background-position:bottom;width:210px; background-repeat:no-repeat}
.prototip .yellowtip .toolbar a.close { background: url(blackclose.gif) no-repeat;border:0px;margin-top:5px;}

/*to the right*/
.prototip .yellowtipR { width:227px;background:url(../../../images/bgYellowTooltipTopRight.gif);background-position:top;background-repeat:no-repeat}
.prototip .yellowtipR .title { padding: 5px;margin:5px;}
.prototip .yellowtipR .content {color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px;margin:5px; margin-top:0px;padding-top:0px;background:url(../../../images/bgYellowTooltip.gif);background-position:bottom right;width:212px; background-repeat:no-repeat}
.prototip .yellowtipR .toolbar a.close { background: url(blackclose.gif) no-repeat;border:0px;margin-top:7px;}

/*to the left*/
.prototip .yellowtipL { width:227px;background:url(../../../images/bgYellowTooltipTopLeft.gif);background-position:top;background-repeat:no-repeat}
.prototip .yellowtipL .title { padding: 5px;margin:5px;}
.prototip .yellowtipL .content {color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px;margin:5px; margin-left:0px;margin-top:0px;padding-top:0px;background:url(../../../images/bgYellowTooltip.gif);background-position:bottom;width:210px; background-repeat:no-repeat}
.prototip .yellowtipL .toolbar a.close { background: url(blackclose.gif) no-repeat;border:0px;margin-top:7px;}

/*above*/
.prototip .yellowtipT { width:220px;background:url(../../../images/bgYellowTooltipTopAbove.gif);background-position:top;background-repeat:no-repeat}
.prototip .yellowtipT .title { padding: 5px;margin:5px;}
.prototip .yellowtipT .content {color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px;margin:5px; margin-left:0px;margin-bottom:0px;padding-bottom:10px;;background:url(../../../images/bgYellowTooltipAbove.gif);background-position:bottom;width:210px; background-repeat:no-repeat}
.prototip .yellowtipT .toolbar a.close { background: url(blackclose.gif) no-repeat;border:0px;margin-top:0px;}


/*below*/
.prototip .orangetip { width:220px;background:url(../../../images/bgOrangeTooltipTop.gif);background-position:top;background-repeat:no-repeat}
.prototip .orangetip .title { padding: 5px;margin:5px;}
.prototip .orangetip .content {color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px;margin:5px; margin-left:0px;margin-top:0px;padding-top:0px;background:url(../../../images/bgOrangeTooltip.gif);background-position:bottom;width:210px; background-repeat:no-repeat}
.prototip .orangetip .toolbar a.close { background: url(blackclose.gif) no-repeat;border:0px;margin-top:7px;}

/*to the right*/
.prototip .orangetipR { width:227px;background:url(../../../images/bgOrangeTooltipTopRight.gif);background-position:top;background-repeat:no-repeat}
.prototip .orangetipR .title { padding: 5px;margin:5px;}
.prototip .orangetipR .content {color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px;margin:5px; margin-top:0px;padding-top:0px;background:url(../../../images/bgOrangeTooltip.gif);background-position:bottom right;width:212px; background-repeat:no-repeat}
.prototip .orangetipR .toolbar a.close { background: url(blackclose.gif) no-repeat;border:0px;margin-top:7px;}

/*to the left*/
.prototip .orangetipL { width:227px;background:url(../../../images/bgOrangeTooltipTopLeft.gif);background-position:top;background-repeat:no-repeat}
.prototip .orangetipL .title { padding: 8px;margin:5px;}
.prototip .orangetipL .content {color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px;margin:5px; margin-left:0px;margin-top:0px;padding-top:0px;background:url(../../../images/bgOrangeTooltip2.gif);background-position:bottom;width:211px; background-repeat:no-repeat}
.prototip .orangetipL .toolbar a.close { background: url(blackclose.gif) no-repeat;border:0px;margin-top:7px;}

/*above*/
.prototip .orangetipT { width:220px;background:url(../../../images/bgOrangeTooltipTopAbove.gif);background-position:top;background-repeat:no-repeat}
.prototip .orangetipT .title { padding: 5px;margin:5px;}
.prototip .orangetipT .content {color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px;margin:5px; margin-left:0px;margin-bottom:0px;padding-bottom:10px;;background:url(../../../images/bgOrangeTooltipAbove.gif);background-position:bottom;width:210px; background-repeat:no-repeat}
.prototip .orangetipT .toolbar a.close { background: url(blackclose.gif) no-repeat;border:0px;margin-top:0px;}


/*to the right*/
.prototip .orangetipNoImage {  width:auto; height:auto;}
.prototip .orangetipNoImage .title { padding: 0px;background: #FFFFFF;}
.prototip .orangetipNoImage .content {padding: 5px;background: #FFFFFF;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;-khtml-border-radius: 10px;border:3px solid #d97A23;}
.prototip .orangetipNoImage .toolbar a.close { background: url(blackclose.gif) no-repeat;border:0px;margin-top:0px;}


/* 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 */