﻿.ContextMenuPanel 
{
	border: 1px solid #ffaaff;
	z-index: 1000;
	background: url('images/filterbk.png') no-repeat bottom #ffeeff;
	/*background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;*/
	cursor: default;
	padding: 3px 3px 3px 3px;
	font-size:xx-small;
}

.ContextMenuPanelIE6
{
	border: 1px solid #ffaaff;
	z-index: 1000;
	/*background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;*/
	background-color:#f5ddf5;
	cursor: default;
	padding: 3px 3px 3px 3px;
	font-size:xx-small;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #777777;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 47px 4px 5px;
	white-space: nowrap;
	
}
a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: white;
	color: #000000;
	border: 1px solid #ffaaff;
	padding: 3px 46px 3px 4px;
}

.ContextMenuItemLabel
{
	margin: 1px 0 1px 0;
	display: block;
	color: #777777;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 47px 4px 5px;
	white-space: nowrap;	
}

.ContextMenuItemLabel : hover
{
    background-color: white;
	color: #000000;
	border: 1px solid #ffaaff;
	padding: 3px 46px 3px 4px;
}

.ContextMenuItemLabel-Selected
{
	font-weight: bold;
}



.ajax__dropdown_arrow {background-color:#FFDFFF !important;} 
.ajax__dropdown_arrow_image {background-color:#FFDFFF !important;}

/*.ajax__dropdown_panel {background:white;border:1px solid #868686;}*/
.ajax__dropdown_frame {border:1px solid #ffaaff  !important;}
.ajax__dropdown_frame_line {background-color:#ffaaff  !important; }
.ajax__dropdown_arrow_wrapper {background-color:#FFDFFF  !important;}
.ajax__dropdown_arrow_wrapper img {background-color:#FFDFFF  !important;}

#ctl00_mainContents_lblFilterOrder{background-color:#ffffff  !important;}
