/*bubble base positioning of rounded corners **DO NOT CHANGE** */
		.ct {display: block; font-size: 0; line-height: 0; background: transparent url() no-repeat top right; margin: 0; height: 7px; width: 100%; position: relative; top: -1px; right: -1px; }
		.ct .cl { display: block; font-size: 0; line-height: 0; background: transparent url() no-repeat top left; margin: 0; height: 7px; width: 8px; position: relative; left: -2px;}
		.cb { display: block; clear: both; font-size: 0; line-height: 0; background: transparent url() no-repeat bottom right; margin: 0; height: 7px; width: 100%; position: relative; bottom: -1px; right: -1px;}
		.cb .cl { display: block; font-size: 0; line-height: 0; background: transparent url() no-repeat bottom left; margin: 0; height: 7px; width: 8px; position: relative; left: -2px;}
/*bubble base positioning of rounded corners **DO NOT CHANGE** */
		
/*base bubble*/
		.bubble {margin-bottom:10px;border: 1px solid #cccccc}
		.bubble h1,.bubble h2,.bubble h3 {color:#666666;margin-bottom:3px;margin-top:0px;margin-right:0px;margin-left:0px;}
		.bubble	.cntnt {padding:0px 10px 0px 10px} 
		.bubble .ct { background: url(/images/cr-cccccc-08.gif) no-repeat 100% 0; }
		.bubble .ct .cl { background: url(/images/cr-cccccc-08.gif) no-repeat 0% 66%;}
		.bubble .cb { background: url(/images/cr-cccccc-08.gif) no-repeat 100% 35%; }
		.bubble .cb .cl { background: url(/images/cr-cccccc-08.gif) no-repeat 0 100%; }
/*base bubble*/


/*start help box */
		/*help*/
		.close-window {background:url(/images/icon-close-window.gif) no-repeat right top; width:14px; height:14px;	float:right; margin-right:0px; margin-top: -6px; cursor:pointer;}
		#help {width:250px;position:absolute;background:#fff;z-index:100;}
		#help .cntnt {padding:10px;}
		#help .cntnt p {margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;padding-top:0px;padding-left:10px; padding-right:10px;padding-bottom:0px;}
		#help .cb {}
		#help h1 {margin-top:0px; margin-bottom:0px; padding-top:0px; padding-top:0px; color:#df9903}
		#help.bubble {border-color:#333333;background-color:#ffffff;}
		#help.bubble .ct { background: url(/images/cr-popup-02.gif) no-repeat 100% 0; height:3px; width:100%;}
		#help.bubble .ct .cl { background: url(/images/cr-popup-02.gif) no-repeat 0% 66%; height:3px;}
		#help.bubble .cb { background: url(/images/cr-popup-02.gif) no-repeat 100% 34%; height:3px; }
		#help.bubble .cb .cl { background: url(/images/cr-popup-02.gif) no-repeat 0 100%; height:3px;  }		
		
		/*dropshadow*/
		
		#help-ds.bubble.dropshadow {border-color:#222; background-color:#222; opacity:.3; filter: alpha(opacity=30);}
		#help-ds.bubble.dropshadow .ct { background: url(/images/cr-popup-dropshadow-02.gif) no-repeat 100% 0; height:3px; width:100%;}
		#help-ds.bubble.dropshadow .ct .cl { background: url(/images/cr-popup-dropshadow-02.gif) no-repeat 0% 66%; height:3px;}
		#help-ds.bubble.dropshadow .cb { background: url(/images/cr-popup-dropshadow-02.gif) no-repeat 100% 34%; height:3px; }
		#help-ds.bubble.dropshadow .cb .cl { background: url(/images/cr-popup-dropshadow-02.gif)  no-repeat 0 100%; height:3px;  }		
/*end help box */


/*png tip window*/

.tool-container
{
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(/images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/images/bubble.png) bottom right;
}
