﻿/* START Tool-Tip */
.tooltip-show
{
	border:1px solid #ccc;
	color:#888;
	padding:10px;
	font-family: 'times new roman';
	background-color:White ;
	font-style:italic ;
	width:155px;
	z-index: 99;
}

.tooltip-show .cap-tp-right div
{
    background-image: url("/images/sprites/icons.png");
    background-position: -526px -254px !important;
    background-repeat: no-repeat;
    height: 27px;
    left: -18px !important;
    position: absolute;    
    width: 18px;    
            
}

.tooltip-show .cap-tp-left div
{
    background-image: url("/images/sprites/icons.png");
    background-position: -545px -132px !important;
    background-repeat: no-repeat;
    height: 27px;
    left: 175px !important;
    position: absolute;
    width: 18px;    
            
}

.tooltip-show .cap-tp-top div
{
    background-image: url("/images/sprites/icons.png");
    background-position: -600px -269px !important;
    background-repeat: no-repeat;
    height: 15px;
    left: 80px !important;
    position: absolute;
    width: 18px;	
    top: 50px;
}

.tooltip-show .cap-tp-bottom div
{
    background-image: url("/images/sprites/icons.png");
    background-position: -600px -132px !important;
    background-repeat: no-repeat;
    height: 18px;
    left: 80px !important;
    position: absolute;
    width: 18px;	
    top: -18px;       
}
/* ENDT Tool-Tip */