﻿

      .AutoExtenderList
    {
       /* border-bottom: dotted 1px #006699;*/
        /*border-bottom: dotted 1px #333333;*/
        cursor: pointer;
        z-Index:1000;
        width:auto;
        list-style:none;
       /* color: Maroon;*/
    }
    .AutoExtenderHighlight
{
	/*color: #fff;*/
	
	/*background-color: #5f5f5f; background-color: #006699;*/
	color:#002442;
	/*background-color:#E3E7E8;*/
	z-Index:1000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	cursor: pointer;
	width:auto;
	list-style:none;
	
        
}
    .AutoExtender
{
	/*font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	 /*border: solid 1px #006699;*/
	color: #000000;
	border: 1px solid #333333;
	line-height: 20px;
	padding: 5px; 
	background-color: White;
	margin-left: 2px;
	z-Index:1;
	width:auto;
	list-style:none;
	overflow:scroll;
	max-height:300px;
	
	
}
        