﻿#dhtmltooltip
{ 
	position: absolute; 
	border: 0; 
	padding: 0px;
	margin:0px; 
	background-color: transparent; 
	max-width:150px;
	z-index: 2000;
	moz-opacity:100%; 
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=45);
}

.jkTopLeft
{
	width:7px;
	height:7px;
	background-image:url('Images/Tooltips/TopLeft.GIF');
	background-repeat:no-repeat;
	background-position:bottom;
}

.jkTop
{
	height:7px;
	width:100%;
	background-image:url('Images/Tooltips/TopSide.GIF');
	background-repeat:repeat-x;
	background-position:bottom;
}

.jkTopRight
{
	width:7px;
	height:7px;
	background-image:url('Images/Tooltips/TopRight.GIF');
	background-repeat:no-repeat;
	background-position:bottom;
}

.jkLeft
{
	height:100%;
	min-width:7px;
	background-image:url('Images/Tooltips/LeftSide.GIF');
	background-repeat:repeat-y;
}


.jkCenter
{
	width:100%;
	height:100%;
	background-color:#ffffe1; 
	max-width:150px;
	font-size: 10px;
	text-align:center;
}

.jkRight
{
	height:100%;
	min-width:10px;
	background-image:url('Images/Tooltips/RightSide.GIF');
	background-repeat:repeat-y;
	
}

.jkBottomLeft
{
	width:7px;
	height:7px;
	background-image:url('Images/Tooltips/BottomLeft.GIF');
	background-repeat:no-repeat;
}

.jkBottom
{
	height:7px;
	width:100%;
	background-image:url('Images/Tooltips/BottomSide.GIF');
	background-repeat:repeat-x;
}

.jkBottomRight
{
	width:7px;
	height:7px;
	background-image:url('Images/Tooltips/BottomRight.GIF');
	background-repeat:no-repeat;
}

.jkTopRow
{
	height:7px;
}

.jkBottomRow
{
	height:7px;
}