/*********************************
 * Cascading Style Sheet: ToolTips.css Version 1.0
 * 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;
	color: #000000;
    background: #FFFFD0;
    display: none;
  }

.wonb {
	position: absolute;
    padding: 30px 10px 30px 10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: justify;
    width: 300px;
    color: #ffffff;
    background: #000000;
    border: solid 1px #000000;
    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("../images/stb_yellow.gif");
  }