﻿

.ActiveRow
{
	height:20px;
	color: white;
	background-color:#3399FF;
	padding-left:6px
}

.InactiveRow
{
	height:20px;
	color: black;
	background-color:#fbfbfb;
	padding-left:4px
}

.highlighted
{
	font-weight:bold;
}
#ParentAutoCompletedContainer
{
	border-style: solid;
	border-color: #828790;
	border-width: 1px;
	font-family:Arial;
	font-size:11px; 
	color:#003399; 
	width:100%;
}

#ParentContainer
{
	border-style: solid;
	border-color: #828790;
	border-width: 1px;
	font-family:Arial;
	font-size:11px; 
	color:#003399; 
	width:100%;
}


#ParentContainerClass
{
	
	text-align :left;
	z-index: 1;
	position: absolute;
	overflow-x:hidden;
	overflow-y:auto;
	height : 210px; 	
	left: 10px;
	top: 60px;
	width:400px;
	margin-right: 35px;
	
}

#ParentAutoCompletedContainerClass
{
	
	text-align :left;
	z-index: 1;
	position: absolute;
	overflow-x:hidden;
	overflow-y:auto;
	height : 210px; 	
	left: 10px;
	top: 60px;
	width:400px;
	margin-right: 35px;
	
}

.Item
{
	background-color:#F7EBEF;
	}

.AlternateItem
{
	background-color:white;
	}

.Saperator
{
	height:1px;
	background-color:black;
}
