﻿.tipEnabled{}
     
#ShimIFrame { display:none; }
   
.tooltipStart { position: absolute; opacity: 0.0; visibility: hidden; display: block; z-index: 2000; padding: 2px;  border: 0px solid #248; width: 205px; overflow: hidden; }

.tooltipHide { position: absolute; opacity: 0.0; display: none; z-index: 2000; padding: 2px; border: 0px solid #248; width: 205px; overflow: hidden; }

.tooltipShow { position: absolute; display: block; opacity: 1.0; z-index: 2000; padding: 2px;  border: 0px solid #248; width: 205px; }

.tipContents { display: none; }

.tooltip-template	{ display:none;}

.tooltip-down-top		{ display:block;  background:transparent url(images/tooltip-down-top.gif) no-repeat top left ; width:205px; height:29px;}
.tooltip-down-bottom	{ display:block; background:transparent url(images/tooltip-down-bottom.gif) no-repeat top left; width:205px; height:27px;}

.tooltip-up-top		{  display:block; background:transparent url(images/tooltip-up-top.gif) no-repeat top left; width:205px; height:46px;}
.tooltip-up-bottom		{ display:block; background:transparent url(images/tooltip-up-bottom.gif) no-repeat top left; width:205px; height:27px;}

/*Claims tooltips*/
.tooltip-top		{ background:url(claimimages/tooltip-top.gif) no-repeat top left; width:205px; height:29px;}
.tooltip-content	{ background:url(claimimages/tooltip-line.gif) repeat-y top left; width:205px; }
.tooltip-content p  { line-height:1.4em; padding-bottom:10px; margin:0;padding:10px 15px 0 15px;}
.tooltip-bottom		{ background:url(claimimages/tooltip-bottom.gif) no-repeat top left; width:205px; height:27px;}

