/******************************************************************************

This file contains the CSS source for the FadingTooltip test harness
described in this IBM developerWorks article:

   Finite state machines in JavaScript, Part 1: Designing a widget
   http://www.ibm.com/developerworks/wa-finitemach1/

(c) Copyright IBM Corporation 2006. All rights reserved.
 
U.S. Government Users Restricted Rights - Use, duplication or disclosure 
restricted by GSA ADP Schedule Contract with IBM Corp.

                                            -- Edward Pring <pring@us.ibm.com>
******************************************************************************/
.TestStyle
{
    border: none;
    margin: 0.1in;
    padding: 0.1in;
    font: 10pt "Lucida" , sans-serif;
    background: #e6e6ff;
}

.AnotherTestStyle
{
    min-width: 25px;
    padding: 5px;
    border: 1px solid black;
    font-family: sans-serif;
    background-color: #CCFFCC;
}
