﻿.tooltip 
{
	font-family: "Trebuchet MS";
    background-color:#fff;
    border:1px solid #cccccc;
    padding:3px;
    max-width:300px;
    width: expression(this.width > 300 ? 300 : true); 
}
.tooltip .title 
{
    font-size:14px;
    font-weight:bold;
    font-style:oblique;
    background-color:#c0c0b4;
    /*background-image: url('../images/button.gif') repeat-y right 0px;*/
    padding: 1ex 1ex;
    color:#ffffff;
    width:auto;
    margin:0;
}
.tooltip .text,.tooltip .url 
{
    background-color:#fff;
    padding:1ex 1ex;
    font-size:11px;
    width:auto;
    margin:0;
}
.tooltip .url 
{
    font-weight:bold;
}
.tooltip .url:before 
{
    content: 'url: ';
}
.tooltipword
{
    display:inline;
}
.tooltipwordready
{
    display:inline;
    text-decoration:none;
    border-bottom:1px dotted #666666;
}
.tooltipwordhidden
{
    display:inline;
}