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

