﻿.ToolTip{position:absolute;top:0;left:0;z-index:501;display:none;}

.ToolTip .Column1{float:left;width:38px;}
.ToolTip .Column2{float:left;width:0;}
.ToolTip .Column3{float:left;width:2px;}
.ToolTip .TopLeft
{
  float:left;
  height: 29px;
  width:38px;
  background-position: right top;
  background-image: url(/DesktopModules/ToolTip/Images/dialog-top-left.gif);
  background-repeat: no-repeat;
}
.ToolTip .MiddleLeft
{
  float:left;
  width:38px;
  background-position: right top;
  background-image: url(/DesktopModules/ToolTip/Images/dialog-left.gif);
  background-repeat: repeat-y;
}

.ToolTip .BottomLeft
{
  float:left;
  height: 2px;
  width:38px;
  background-position: right top;
  background-image: url(/DesktopModules/ToolTip/Images/dialog-bottom-left.gif);
  background-repeat: no-repeat;
}
.ToolTip .Content
{
  float:left;
  border-top: 1px solid #428A8A;
  padding: 5px;
  background-color: #FFFFFF;
}
.ToolTip .BottomMiddle
{
  float:left;
  height: 2px;
  background-position: left top;
  background-image: url(/DesktopModules/ToolTip/Images/dialog-bottom.gif);
  background-repeat: repeat-x;
}
.ToolTip .TopRight
{
  float:left;
  height: 29px;
  width:2px;
  background-position: left top;
  background-image: url(/DesktopModules/ToolTip/Images/dialog-top-right.gif);
  background-repeat: no-repeat;
}
.ToolTip .MiddleRight
{
  float:left;
  height:100%;
  width:2px;
  background-position: left top;
  background-image: url(/DesktopModules/ToolTip/Images/dialog-right.gif);
  background-repeat: repeat-y;
}
.ToolTip .BottomRight
{
  float:left;
  height:2px;
  width:2px;
  background-position: left top;
  background-image: url(/DesktopModules/ToolTip/Images/dialog-bottom-right.gif);
  background-repeat: no-repeat;
}
 