/*********************************
 * Cascading Style Sheet: ToolTips.css Version 1.0
 *
 *D:\htmlfile\geocites\united\rparc\tooltips.css
 *position has to be set to absolute
 *display has to be set to none
 *do not use left, top, right, bottom attributes.
 *
 *
 *style attributes of .tooltip class
 *
 * Copyright (c) 2002, Vlad Krylov, All Rights Reserved.
 *********************************/

.tooltip
  { position: 		absolute;
    padding:		1px;
    font-family: 	Arial, Helvetica, sans-serif;
    font-size:		11px;
    border:		solid 1px #000000;
    background:		#FFFFD0;
    display:		none;
  }

.wonb
  { position: 		absolute;
    padding:		15px 10px 15px 10px;
    font-family: 	MS Sans Serif, Arial, Times New Roman;
    font-size:		10px;
    font-weight: 	bold;
    text-align:         left;
    width:		220px;
    color:		#0000FF;
    background:		#94C694;
    border:		solid 3px #DEC67B;
    display:		none;
  }

.semitransparent
  { position: 		absolute;
    padding:		2px;
    font-family: 	arial, helvetica, sans-serif;
    font-size:		10px;
    font-weight: 	bold;
    width:		300px;
    color:		#000000;
    border:		solid 1px #000000;
    display:		none;
    background-image: url(http://www.geocities.com/citizens_united_4all/Images/stb_yellow.gif);
  }