﻿.ExtenderContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url('ImageRegistry.aspx?img=007005.gif') repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ExtenderContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

.ExtenderContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

.ExtenderContextMenuItem:hover
{
	background-color: #FFE6A0;
}
a.ExtenderContextMenuItem-Selected
{
	font-weight: bold;
}

a.ExtenderContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

.ExtenderContextMenuLabel_
{
	text-decoration: underline;
	color: #0066CC;
}

.filterOptions
{
	float: left;
	padding: 10px 10px 10px 10px;
	border: 1px solid black;
	background-color: #FFFFED;
	margin-bottom: 20px;
}

.ExtenderContextMenuMouse
{
	padding: 6px 0 0 0;
	text-decoration: none;
}

.ExtenderContextMenuDelete
{
	padding: 2px 0 0 0;
}

.ExtenderContextMenuPrefix, .ExtenderContextMenuLabel
{
	float: left;
	padding-right: 5px;
}
.ExtenderContextMenuPrefix
{
	font-size: 10pt;
	width: 120px;
	height: 20px;
	padding-top: 1px;
}
.ExtenderContextMenuLabel
{
	padding: 0px 2px 2px 2px;
	width: 150px;
}

.ExtenderContextMenuDelete
{
	height: 20px;
	float: right;
	font-size: 8pt;
}

.ExtenderContextMenuIcon
{
	padding: 3px 0 0 0;
}

.ExtenderContextMenu
{
	padding: 7px 0 7px 0;
}

.ExtenderContextMenuDelete a
{
	font-size: 8pt;
	text-decoration: underline;
}

.ExtenderContextMenuClear
{
    color: Red;
}

.textSearchMenuItem
{
	display: block;
}
.textSearchMenuItem *
{
}

.MenuText
{
	clear: both;
	padding: 10px 0px 0px 0;
}

.searchMenuTextBox.number
{
	margin-right: 5px;
	width: 30px;
}