/*-----------------------------------------------------------------------------------------------*/
/*                                            TOOLTIP                                            */
/*-----------------------------------------------------------------------------------------------*/

.toolTip { /* This is the hook that the jQuery script will use */

	padding-right: 24px; /* This is need to make sure that the help icon is always visible */
	background: transparent url(../gfx/icon/help-mini.png) no-repeat right top;
	color: #3366FF;
	cursor: help; 
	width: 14px;
	height: 14px;
	position: relative; /* This contains the .toolTipWrapper div that is absolutely positioned  */	
}

span.toolTip.wizzard.right {
	
	position:absolute;
	margin-left: 15px;
	padding: 0px 6px;

}

	.toolTipWrapper { /* The wrapper holds its insides together */
	
		width: 180px;
		position: absolute; /* Absolute will make the tooltip float above other content in the page */
		top: 25px;
		left: -20px;
		display: none; /* It has to be displayed none so that the jQuery fadein and fadeout functions will work */
		color: #000;
		/*font-weight: bold;*/
		font-size: 9pt; /* A font size is needed to maintain consistancy */
		z-index:9;
		padding-top: 15px;
	}
	
		.toolTipTop { /* Top section of the tooltip */
			width: 180px;
			height: 9px;
			background: transparent url(../gfx/tooltip/bubbleTop2.gif) no-repeat;
		}

		.toolTipMid { /* Middle section of the tooltip */
			padding: 4px 10px;
			background: transparent url(../gfx/tooltip/bubbleMid2.gif) top;
		}
		
		.toolTipBtm { /* Bottom Section of the tooltip */
			height: 6px;
			background: transparent url(../gfx/tooltip/bubbleBtm.gif) no-repeat;
		}
		.toolTipImg { /*j�zyk chmurki */
			height: 17px;
			width: 21px;
			left: 28px;
			top: -0px;
			position: absolute;
			background: transparent url(../gfx/tooltip/bubbleImgT.gif) no-repeat;
		}
		
		
/*-----------------------------------------------------------------------------------------------*/
/*                                            TOOLTIP H                                          */
/*-----------------------------------------------------------------------------------------------*/

.toolTipH { /* This is the hook that the jQuery script will use */
	padding-right: 2px; /* This is need to make sure that the help icon is always visible */
	background: transparent ;
	color: #3366FF;
	cursor: help;
	position: absolute; /* This contains the .toolTipWrapper div that is absolutely positioned  */
	float: left;
}

	.toolTipHWrapper { /* The wrapper holds its insides together */
		width: 180px;
		position: absolute; /* Absolute will make the tooltip float above other content in the page */
		top: -10px;
		left: 0px;
		display: none; /* It has to be displayed none so that the jQuery fadein and fadeout functions will work */
		color: #000;
		/*font-weight: bold;*/
		font-size: 9pt; /* A font size is needed to maintain consistancy */
		padding-left: 21px;
	}
	
		.toolTipHTop { /* Top section of the tooltip */
			width: 180px;
			height: 9px;
			background: transparent url(../gfx/tooltip/bubbleTop2.gif) no-repeat;
		}

		.toolTipHMid { /* Middle section of the tooltip */
			padding: 4px 10px;
			background: transparent url(../gfx/tooltip/bubbleMid2.gif) top;
		}
		
		.toolTipHBtm { /* Bottom Section of the tooltip */
			height: 6px;
			background: transparent url(../gfx/tooltip/bubbleBtm.gif) no-repeat;
		}
		.toolTipHImg { /*j�zyk chmurki */
			height: 17px;
			width: 21px;
			left: 1px;
			top: 10px;
			position: absolute;
			background: transparent url(../gfx/tooltip/bubbleImgL.gif) no-repeat;
		}
		
		
/*-----------------------------------------------------------------------------------------------*/
/*                                            TOOLTIP dla navigatora dodawanie d�u�nika          */
/*-----------------------------------------------------------------------------------------------*/		
		.naviTooltip {
			background: #DEEFDE; 
			font-weight: bold;	
		}
		
		
		.noteClass{
			font-size: 7pt; 
			text-align: left; 
			margin: auto;
		}
