/***********************************
this style for tiptool
Author P.Nik
***********************************/

.tipDIV {
	position							: absolute;
	z-index								: 10;
	visibility							: hidden;
}

.tipTable {
		margin							: 0px;
		padding							: 0px;
}

.tipTable td {
		padding-bottom					: 0px;
}

.tipTopLeft {
		width							: 9px;
		height							: 9px;
		background-image				: url(../../img/global/tooltip/top-left.gif);
		background-repeat				: no-repeat;
}

.tipTop {
		height							: 9px;
		background-image				: url(../../img/global/tooltip/top.gif);
		background-repeat				: repeat-x;
}

.tipTopRight {
		width							: 9px;
		height							: 9px;
		background-image				: url(../../img/global/tooltip/top-right.gif);
		background-repeat				: no-repeat;
}

.tipLeft {
		width							: 9px;
		background-image				: url(../../img/global/tooltip/left.gif);
		background-repeat				: repeat-y;
}

.tipRight {
		width							: 9px;
		background-image				: url(../../img/global/tooltip/right.gif);
		background-repeat				: repeat-y;
}

.tipBottomLeft {
		width							: 9px;
		height							: 20px;
		background-image				: url(../../img/global/tooltip/bottom-left.gif);
		background-repeat				: no-repeat;
}

.tipBottomPointer {
		width							: 44px;
		height							: 20px;
		background-image				: url(../../img/global/tooltip/bottom-pointer.gif);
		background-repeat				: no-repeat;
}

.tipBottom {
		height							: 20px;
		background-image				: url(../../img/global/tooltip/bottom.gif);
		background-repeat				: repeat-x;
}

.tipBottomRight {
		width							: 9px;
		height							: 20px;
		background-image				: url(../../img/global/tooltip/bottom-right.gif);
		background-repeat				: no-repeat;
}

.tipText {
		background-color				: #ffffff;
		padding							: 0px 6px 4px;
		font-size						: 10px;
		font-family						: Arial, Helvetica, sans-serif;
		font-weight						: normal;
		text-decoration					: none;
}

.tipTextBig {
		font-size						: 12px;
		font-family						: Arial, Helvetica, sans-serif;
		font-weight						: normal;
		text-decoration					: none;
		line-height						: 15px;
}

/***********************************
END
***********************************/