﻿body {
}

.list 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 5px;
    background-color: #414E67;
    cursor : 'default';
}
.listitem 
{
    border-bottom: dotted 1px #006699;
    padding-left : 5px;
	color: white;
}
.hoverlistitem
{
	background-color :#6F83B2; 
	color: White;
	padding: 2px;
    
}
.AutoComplete_ListItemHiliteText
{
    font-weight: bold;
    color:#9AB3BC
   
} 
.blueborder
{
    BORDER-RIGHT: #aed7fd 1px solid;
    BORDER-TOP: #aed7fd 1px solid;
    BORDER-LEFT: #aed7fd 1px solid;
    BORDER-BOTTOM: #aed7fd 1px solid
}
.blueborderbg
{
    BACKGROUND-COLOR: #d0e4f4
}