﻿/* Collapsable panels */

.collapsepanelheadertype1{	
	/* width:445px; */
	width:510px;
	height:24px;
	color:#fff;
	/* background:#99ccff url(../Images/Ajax/CollapsePanelHeaderBg_445_24.gif) no-repeat; */
	background:#8b8178;
	font-weight:bold;
	cursor: pointer; 
	padding:0;
	margin:6px 0;
}

.collapsepaneltype1{
	height:0px;
	overflow:hidden;
	padding:0;
	margin:0 0 12px 0;
}

/*  AutoComplete  */
/* **************************************************************** */


.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	/* cursor : 'default'; */
	cursor:pointer;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}


.autocomplete_highlightedListItem
{
	background-color: #99ccff;
	color: #fff;
	padding: 1px;
}


.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

