﻿.DropDownPanel
{
    padding: 3px 7px 4px 6px;
    background-image: url(Images/DropDown.png);
    height: 19px;
    background-repeat: no-repeat;
    width: 714px;
}

.ContextMenuPanel
{
    border: 1px solid #868686;
    z-index: 1000;
    background: #FAFAFA;
    cursor: default;
    padding: 1px 1px 0px 1px;
    font-size: 11px;
    max-height: 350px;
    overflow: auto;
    width: 713px;
    position: absolute;
}

.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: #003399;
    text-decoration: none;
    cursor: pointer;
    padding: 3px;
    white-space: nowrap;
    border: 0px solid #FAFAFA;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

tr.ContextMenuItem:hover
{
    background-color: #FFE6A0;
    color: #003399;
    border: 0px solid #003399;
    padding-top: 3px;
    padding-bottom: 3px;
}

a.ContextMenuItem:hover
{
    background-color: #FFE6A0;
    color: #003399;
    border: 0px solid #003399;
    padding-top: 3px;
    padding-bottom: 3px;
}

.ajax__dropdown
{
    display: block;
    width: 663px;
    padding: 2px;
    padding-right: 50px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}