/*///////////////////MAIN TOOLTIP///////////////////*/
/* the toolTip used everywhere */
.toolTip
{
    background-color:#fff;
	padding:5px;
	border:1px #cbdee3 solid;
	color:#608F9C;
    position:absolute;
    z-index:6666;
	/*-moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius:5px;*/
    line-height: 11px;
}

.toolTipArrow
{
	background-image:url(../../../Images/common/toolTipArrow.png);
	width:16px;
	height:12px;
	border-color:white;
    position:absolute;
    z-index: 6666;
}

.toolTipArrow.UpSideDown
{
	background-image:url(../../../Images/common/toolTipArrowUpSideDown.png);
	width:16px;
	height:12px;
	border-color:white;
    position:absolute;
    z-index: 6666;
}
/*///////////////////END///////////////////*/