/*
==============================================================================

  © Copyright 2002-2009 Media Monitors. All Rights Reserved.

  Media Monitors Company Confidential; Media Monitors, 445 Hamilton Ave. White Plains, NY 10601

  This code and all associated files are the proprietary property of Media Monitors.

  No portion nor portions may be used without the express written permission of Media Monitors.

==============================================================================
*/

.StandardToolTipText
    {
    font-family: verdana, arial, sans-serif, helvetica;
    font-size: 10px;
    font-weight: normal;
    background-color: cornsilk;
    color: black;
    position: relative;
    }

.StandardToolTipText td
    {
    font-family: verdana, arial, sans-serif, helvetica;
    font-size: 10px;
    font-weight: normal;
    background-color: cornsilk;
    color: black;
    }

.StandardToolTipX
    {
    position: relative; 
    top: -10px;
    left: 5px;
    color: gray;
    cursor: hand;
    }
    
.StandardToolTipText a:link		{color: dodgerblue; font-weight: bold; cursor: hand; text-decoration:none;	}
.StandardToolTipText a:visited 	{color: dodgerblue; font-weight: bold; cursor: hand; text-decoration:none;	}
.StandardToolTipText a:active 	{color: dodgerblue; font-weight: bold; cursor: hand; text-decoration:none;	}
.StandardToolTipText a:hover 	{color: #595F47; font-weight: bold; cursor: hand; text-decoration:none;	}

