/* 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;
	border: 1px solid #dddddd;
	overflow: hidden;
}










 






















/* dndgrey */
.prototip .dndgrey {
	width: 250px;
	color: #fff;
}
.prototip .dndgrey .toolbar {
	background: #666666;
	font-weight: bold;
}
.prototip .dndgrey .title { padding: 5px; }
.prototip .dndgrey .content {
	background: #ffffff;
	color: #000000;
	padding: 5px;
}

/* dndred */
.prototip .dndred {
	width: 250px;
	color: #fff;
}
.prototip .dndred .toolbar {
	background: #5b2034;
	font-weight: bold;
}
.prototip .dndred .title { padding: 5px; }
.prototip .dndred .content {
	background: #ffffff;
	color: #000000;
	padding: 5px;
}


/* dndblue */
.prototip .dndblue {
	width: 250px;
	color: #fff;
}
.prototip .dndblue .toolbar {
	background: #193d5e;
	font-weight: bold;
}
.prototip .dndblue .title { padding: 5px; }
.prototip .dndblue .content {
	background: #ffffff;
	color: #000000;
	padding: 5px;
}


/* dndgreen */
.prototip .dndgreen {
	width: 250px;
	color: #fff;
}
.prototip .dndgreen .toolbar {
	background: #4e5c2e;
	font-weight: bold;
}
.prototip .dndgreen .title { padding: 5px; }
.prototip .dndgreen .content {
	background: #ffffff;
	color: #000000;
	padding: 5px;
}




/* dndproductgrey */
.prototip .dndproductgrey {
	width: 250px;
	color: #fff;
	background: #fff;
}
.prototip .dndproductgrey .toolbar {
	background: #666666;
	font-weight: bold;
}
.prototip .dndproductgrey .title { padding: 5px; }
.prototip .dndproductgrey .content {
	color: #000000;
 
}
/* This is how to resize the close button for a style */
.prototip .dndproductgrey .toolbar .close {
	width: 14px;
	height: 14px;
}

.prototip .dndproductgrey .content .prodheader {
    width: 100% auto;    
    background-color: #666666;
    padding: 5px;
    
    color: White;
    font-weight: bold;
    font-size: 1.1em;
}

.prototip .dndproductgrey .content .prodbody {
    width: 100% auto;
    padding: 5px;
}





/* dndproductred */
.prototip .dndproductred {
	width: 250px;
	color: #fff;
	background: #fff;
}
.prototip .dndproductred .toolbar {
	background: #5b2034;
	font-weight: bold;
}
.prototip .dndproductred .title { padding: 5px; }
.prototip .dndproductred .content {
	color: #000000;
 
}
/* This is how to resize the close button for a style */
.prototip .dndproductred .toolbar .close {
	width: 14px;
	height: 14px;
}

.prototip .dndproductred .content .prodheader {
    width: 100% auto;    
    background-color: #5b2034;
    padding: 5px;
    
    color: White;
    font-weight: bold;
    font-size: 1.1em;
        
}

.prototip .dndproductred .content .prodbody {
    width: 100% auto;
    padding: 5px;
}






/* dndproductblue */
.prototip .dndproductblue {
	width: 250px;
	color: #000000;
	background: #fff;
}
.prototip .dndproductblue .toolbar {
	background: #193d5e;
	font-weight: bold;
}
.prototip .dndproductblue .title { padding: 5px; }
.prototip .dndproductblue .content {
	color: #000000;
 
}
/* This is how to resize the close button for a style */
.prototip .dndproductblue .toolbar .close {
	width: 14px;
	height: 14px;
}

.prototip .dndproductblue .content .prodheader {
    width: 100% auto;    
    background-color: #193d5e;
    padding: 5px;
    
    color: White;
    font-weight: bold;
    font-size: 1.1em;
}

.prototip .dndproductblue .content .prodbody {
    width: 100% auto;
    padding: 5px;
 
}





/* dndproductgreen */
.prototip .dndproductgreen {
	width: 250px;
	color: #fff;
	background: #fff;
}
.prototip .dndproductgreen .toolbar {
	background: #4e5c2e;
	font-weight: bold;
}
.prototip .dndproductgreen .title { padding: 5px; }
.prototip .dndproductgreen .content {
	color: #000000;
 
}
/* This is how to resize the close button for a style */
.prototip .dndproductgreen .toolbar .close {
	width: 14px;
	height: 14px;
}

.prototip .dndproductgreen .content .prodheader {
    width: 100% auto;    
    background-color: #4e5c2e;
    padding: 5px;
    
    color: White;
    font-weight: bold;
    font-size: 1.1em;
}

.prototip .dndproductgreen .content .prodbody {
    width: 100% auto;
    padding: 5px;
}



.prodimage
{
    position: relative;
    float: left;
    width: 100px;
    overflow: hidden;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: 2px;
}


.prodimg
{
    maximum-width: 100px;
}


 

.prodtext
{
    position: relative;
    float: right;
    width: 185px;
    font-size: 1.0em;    
}






/* 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 */