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

.tipDIV {
	position							: absolute;
	z-index								: 10;
	visibility							: hidden;
    left                                : 315px;
    right                               : 220px;
    top                                 : 58px;
}

.tipTable {
        margin							: 0px;
		padding							: 0px;
		width							: 416px;
		border							: 1px solid #6F6E6E;
}

.tipHead {
		background-color				: #B2CCE5;
		height							: 16px;
		font-size						: 1px;
}

.tipHeadLine {
		height							: 1px;
		background-image				: url(/images/OH/dotted_line.gif);
		background-repeat				: repeat-x;
}

.tipText {
		background-color				: #ffffff;
		padding							: 17px 30px 25px 17px;
		font-size						: 16px;
		font-family						: Arial, Helvetica, sans-serif;
		font-weight						: normal;
		text-decoration					: none;
}

.tipFooter {
		background-color				: #ffffff;
		padding							: 0px 30px 23px 0px;
		text-align						: right;
}

a.tipLink, a.tipLink:visited, a.tipLink:active {
		font-family						: Arial, Helvetica, sans-serif;
		color							: #6699CC;
		font-weight						: normal;
		text-decoration					: none;
		font-size						: 10px
}

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