﻿div.tool
{
    display: inline;
    position: relative;
    cursor: help;
    color: #608DC9;
    font-weight: bold;
    font-size: 8pt;
}

tip_topright, tip_topleft, tip_bottomright
{
    display: none;
}

div.tool div.tip_bottomleft
{
    display: none;
    font-weight: normal;
    right: 0px;
    top: 14px;
}

div.tool div.tip_bottomright
{
    display: none;
    font-weight: normal;
    left: 0px;
    top: 14px;
}

div.tool div.tip_topright
{
    display: none;
    font-weight: normal;
    left: 0px;
    bottom: 14px;
}

div.tool:hover div.tip_bottomright, div.tool:hover div.tip_bottomleft, div.tool:hover div.tip_topright
{
    display: block;
    z-index: 100;
    position: absolute;
    width: 550px;
    padding: 4px 7px 5px 7px;
    border: 2px solid #608DC9;
    background-color: #FFFFFF;
    text-align: justify;
    color: #000;
    font-size: 8pt;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

