﻿.HelpBox
{
	background-color: #EEEEEE;
	border: 1px solid #000;
	position: absolute;
	left: 500px;
	float: left;
	display: inline;
	z-index: 20000;
	padding: 2px;
	font-size: 0.9em;
	-moz-border-radius: 6px; /* Rounded edges in Firefox */
	font-family: "Trebuchet MS" , "Lucida Sans Unicode" , Arial, sans-serif;
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
	width: 200px;
	height: 200px;
}
#v_tooltip
{
	background-color: #EEEEEE;
	border: 1px solid #000;
	position: absolute;
	z-index: 20000;
	padding: 2px;
	font-size: 0.9em;
	-moz-border-radius: 6px; /* Rounded edges in Firefox */
	font-family: "Trebuchet MS" , "Lucida Sans Unicode" , Arial, sans-serif;
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
	width: 200px;
	height: 200px;
	display: block;
}
#v_tooltipShadow
{
	position: absolute;
	background-color: #555;
	z-index: 10000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius: 6px; /* Rounded edges in Firefox */
	overflow: auto;
	height: 200px;
	display: block;
}
.tdtooltiptitle span
{
	float: left;
}
.tdtooltiptitle img
{
	padding: 1px;
	float: right;
}
.tdtooltiptitle
{
	padding: 1px 1px 1px 4px;
	float: left;
	color: #FFFFFF;
	background-color: #808080;
	text-decoration: none;
	cursor: Default;
	font-family: "Trebuchet MS" , "Lucida Sans Unicode" , Arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}
.tdtooltipcontent
{
	width: 100%;
	float: left;
	clear: left;
	color: #000000;
	background-color: #EEEEEE;
	text-decoration: none;
	cursor: Default;
	font-family: "Trebuchet MS" , "Lucida Sans Unicode" , Arial, sans-serif;
	font-size: 8pt;
}
