/*----------------- help tipsas -------------------*/
.helpTip
{
	position: absolute;
	z-index: 110;
	width: 256px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: none;
	display: none;
}

.helpTipTop
{
	margin: 0;
	padding: 0;
	width: 256px;
	height: 9px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(/images/new_design/help-tip/help-tip-top.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top left;			
}

.helpTipTop[class]
{
	background-image: url(/images/new_design/help-tip/help-tip-top.png); /* Mozilla */
}

.helpTipBody
{
	margin: 0;
	width: 256px;
	padding: 0;
	background-image: url(/images/new_design/help-tip/help-tip-bg.gif);	/* IE */
	background-repeat: repeat-y;
	background-position: top left;			
}

.helpTipBody[class]
{
	background-image: url(/images/new_design/help-tip/help-tip-bg.png); /* Mozilla */
}

.helpTipBody p
{
	margin: 0 12px 0 15px;
}

.helpTipBot
{
	margin: 0;
	padding: 0;
	width: 256px;
	height: 17px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(/images/new_design/help-tip/help-tip-bot.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top left;			
}

.helpTipBot[class]
{
	background-image: url(/images/new_design/help-tip/help-tip-bot.png); /* Mozilla */
}

a.help
{
	/*display: block;*/
	padding: 1px 5px 3px 6px;
	width: 16px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	color: #6B6B6B;
	font-weight: bold;
	font-size: 10px;
	background: url(/images/new_design/left-block/help.gif) top left no-repeat;
}

.helpShort
{
	width: 140px;
	font-size: 11px;
}

.helpTopShort
{
	width: 140px;
	background-image: url(/images/new_design/help-tip/help-tip-top-short.gif); /* IE */	
}

.helpTopShort[class]
{
	background-image:url(/images/new_design/help-tip/help-tip-top-short.png); /* Mozilla */	
}

.helpBodyShort
{
	width: 140px;
	font-size: 11px;
	background-image: url(/images/new_design/help-tip/help-tip-bg-short.gif); /* IE */
}

.helpBodyShort[class]
{
	background-image: url(/images/new_design/help-tip/help-tip-bg-short.png); /* Mozilla */
}

.helpBotShort
{
	width: 140px;
	background-image: url(/images/new_design/help-tip/help-tip-bot-short.gif); /* IE */	
}

.helpBotShort[class]
{
	background-image:url(/images/new_design/help-tip/help-tip-bot-short.png); /* Mozilla */	
}
