
#ajax_tooltipObj
{
    z-index: 1000000;
    text-align: left;
}
#ajax_tooltipObj div
{
    position: relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow
{
    /* Left div for the small arrow */
    background-image: url('../images/ajax/popup/bubble.png' );
    width: 260px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat; /*background-position:center left;*/
    z-index: 1000005;
    height: 300px;
}

#ajax_tooltipObj .ajax_tooltip_content
{
    border: 0px solid #317082; /* Border width */
    left: 27px; /* Same as border thickness */
    top: 15px;
    position: absolute;
    width: 224px; /* Width of tooltip content */
    height: 210px; /* Height of tooltip content */
    overflow: auto; /* Hide overflow content */
    z-index: 1000006;
}

#ajax_tooltipObjRight .ajax_tooltip_contentRight
{
    border: 0px solid #317082; /* Border width */
    left: 9px; /* Same as border thickness */
    top: 15px;
    position: absolute;
    width: 224px; /* Width of tooltip content */
    height: 210px; /* Height of tooltip content */
    overflow: auto; /* Hide overflow content */
    z-index: 1000008;
}

#ajax_tooltipObjRight .ajax_tooltip_arrowRight
{
    /* Left div for the small arrow */
    background-image: url('../images/ajax/popup/bubble-right.png' );
    width: 260px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat; /*background-position:center left;*/
    z-index: 1000007;
    height: 300px;
}

.Table
{
    border-right: gray 0px outset;
    border-top: gainsboro 0px outset;
    border-left: gainsboro 0px outset;
    border-bottom: gray 0px outset;
    border-collapse: collapse;
    width: 100%;
    background-color: #F9F9F9;
}

.PaddedTD
{
    padding-right: 5.4pt;
    padding-left: 5.4pt;
    padding-bottom: 0in;
    padding-top: 0in;
    height: 15px;
    font-family: verdana;
    font-size: 10px;
    text-align: left;
    color: #2f4f4f;
}
.LeftTD
{
    width: 45%;
    border-bottom: white thin solid;
    border-right: white thin solid;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    color: #2f4f4f;
    text-align: left;
    height: 14px;
}
.RightTD
{
    width: 55%;
    border-bottom: white thin solid;
    border-right: #ffffff thin solid;
    font-family: verdana;
    font-size: 10px;
    color: #2f4f4f;
    text-align: left;
    height: 14px;
}

.RightTDBold
{
    width: 55%;
    border-bottom: white thin solid;
    border-right: #ffffff thin solid;
    font-family: verdana;
    font-size: 10px;
    color: Maroon;
    text-align: left;
    height: 14px;
    font-weight: bold;
}

.TitleTD
{
    font-weight: bold;
    color: white;
    font-family: Verdana;
    height: 19px;
    text-align: center;
    vertical-align: middle;
}
.Text
{
    font-family: verdana;
    font-size: 10px;
    color: #2f4f4f;
    text-align: left;
    height: 14px;
}