﻿
body {
}
.toolTipClass
{
	border: solid 1px #000000;
	background-color: #FFFACD;
	position: absolute;
	display: none;
	padding: 0px 3px 0px 3px;
	overflow: visible;
	white-space: nowrap;
}
.selectChildClass
{
	text-align: left;
	font-size: 8pt;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	cursor: default;
	overflow: hidden;
	white-space: nowrap;
	background-color: #FFFFFF;
	color: #000000;
	line-height: 1.3em;
}
.selectChildClassActive
{
	text-align: left;
	font-size: 8pt;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	cursor: default;
	background-color: #6565DD;
	color: #FFFFFF;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.3em;
}
.divSelectClass
{
	height: 140px;
	width: 188px;
	overflow-x: hidden;
	overflow-y: auto;
	border: solid 1px #000000 !important;
	margin: 2px 5px 2px 5px;
}
