﻿
.BaseText
	{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    z-index: 1000;
   
	}
	

.listMain 
{
    position: absolute;
    z-index: 2000;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    width:245px;
    text-align:inherit;
    text-indent:-1px;
    margin-left:3px;
    border-bottom:1px solid #B5C6D4;
    border-right :1px solid #B5C6D4;
    border-left:1px solid #B5C6D4;
    margin-top:5px;
    padding-left:0px;
    
}

.itemsMain
{
    background:none;
    border-collapse:collapse;
    list-style: none;
    color:#000000;
    white-space:nowrap;
    text-align:left;
    padding:5px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
   
}
.itemsSelected
{
	padding:5px;
	text-align:left;
    background-repeat:repeat-x;
    background-color:#7891AE;
    color:#000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    list-style: none;
}


/*AutoComplete flyout */

.autocomplete_completionListElement 
{ 
visibility : hidden;
margin : 0px!important;
background-color : inherit;
color : windowtext;
border : buttonshadow;
border-width : 1px;
border-style : solid;
cursor : default;
overflow : auto;
height : 100px;
text-align : left; 
list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
background-color: #ffff99;
color: black;
padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
background-color : window;
color : windowtext;
padding : 1px;
}

/*trial for the test*/

.ContextMenuPanel 
{
border: 1px solid #868686;
z-index: 1000;
/*background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;*/
cursor: default;
padding: 1px 1px 0px 1px;
font-size: 11px;
}

.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: 4px 19px 4px 33px;
white-space: nowrap;
}

a.ContextMenuItem-Selected
{
font-weight: bold;
}

a.ContextMenuItem:hover
{
background-color: #FFE6A0;
color: #003399;
border: 1px solid #D2B47A;
padding: 3px 18px 3px 32px;
}


