﻿/* AJAX Controls */

.popupOptions_Master
{
	position: absolute;
	display: none;
	background-color: #ffffe0;
	font-size: 8pt;
	color: black;
	margin: 3px;
	font-family: Verdana, Tahoma, Arial;
	border: #808080 1px solid;
	z-index: 1001;
	width: 250px;
	opacity: .9;
	filter: alpha(opacity=90);
}

.popupHover_Master
{
	cursor: pointer;
	/*font-size: 8pt;
	background-color:#ffffe0 !important;
	color: #000 !important;*/
}

.popupHoverMenu_Master, .popupHoverMenu_Master a, .popupHoverMenu_Master span
{
	font-size: 8pt;
	background-color:#ffffe0 !important;
	color: #000 !important;	
}

.popupHoverMenu_Master
{
	padding:0; margin: 0; z-index:1900;
	border: #808080 1px solid;
	display: none;
}

.collapsePanel_Master1
{
	background-color:#ffffe0 !important;
	color: Black;
	font-size: 8pt;
	border: #808080 1px solid;
	overflow: hidden;
	height: 0px;
	z-index:9999;
}
 
.collapsePanelHeader_Master1
{
	text-indent: 0px;
	float: none;
	padding: 0px;
	cursor: pointer;
	vertical-align: middle;
	text-align: left;
	margin: 0px;
	padding: 0px;
	z-index:9999;display: inline-block;
}

.collapsePanelContainer_Master
{
      cursor: pointer; 
      vertical-align: middle;
      top:0px;
      position: absolute;
      height: 100%;
      margin: 1px;
      padding: 0px;
      z-index:9999;
      overflow: hidden;
      display: inline-block;
}

/*CollapsiblePanel*/
.collapsePanel_Master {
	background-color:#ffffe0 !important;
	overflow:hidden;
	border: #808080 1px solid;
}

.collapsePanelHeader_Master{
	width:100%;
	height:22px;
	color:#000;
	font-weight:bold;
}

.reorderList li
{
	list-style: none;
}


/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px !important;
	padding: 0px;
	background-color : #FFF;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : pointer;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    list-style-position: outside;
    z-index: 9999; display: inline-block;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 0px;
    list-style-type : none;
    font-weight: bold;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : #FFF;
	color : windowtext;
	padding : 0px;
    list-style-type : none;
}

/*
.calendar ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:200px;font-size:11px;text-align:center;font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;}
.calendar ajax__calendar_body {height:150px;width:200px;position:relative;overflow:hidden;margin:auto;}
*/