/*
**  Cascading Style Sheet: ToolTips.css
**  Copyright (C) 2007 Justin Korelc
*/

.tooltip
{
  position:	absolute;
  padding:	1px;
  font-family:	Arial,Helvetica,san-serif;
  font-size:	11px;
  border:	solid 1px #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 11px #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);
}
