﻿.list_style
{
    visibility: visible;
    margin: 0px !important;
    background-color: Silver;
    color: Black;
    width: auto;
    text-align: justify;
    width: auto !important;
    border-style: solid;
    border-width: thin;
    text-transform: capitalize;
    list-style-type: none;
    font-family: Verdana;
    font-size: 15px;
    display: table-column-group;
    z-index:50000 !important;
    
}
.focus_style
{
	background-color: #c3ebf9;
	border-style:solid;
	border-width:thin;
	width:auto;
    padding:0px;
    font-size: 10pt;
    font-weight:bold;
    
}
.item_style
{
    background-color: White;
    color: black;
    font-family: Arial;
    font-size: 10pt;
    font-weight: lighter;
    text-align: justify;
   
}
.ToUpperCase
{
    text-transform: uppercase;
    color: black;
}
.cloumnspan
{
    width: 35px;
    padding: 0px;
    border-color: Black;
    border-style: solid;
    border-width: 1px;
}

.delete {
	background: url('../images/cancel.jpg') no-repeat -177px -2px; width: 17px; height: 16px; right: -8px; bottom: -4px; display: block; position: absolute; cursor: pointer;
}

		.completionListElement 
		{  
			visibility : hidden;
			margin : 0px! important;
			border : solid 1px gray;
			cursor : pointer;
			text-align : left; 
			font-family : Arial;
			padding : 0;
		}
		.listItem 
		{
			background-color : white;
			height : 15px;
			line-height : 15px;
			padding : 2px;
			margin : 0px;
		}		
		.highlightedListItem
		{
			background-color : #3366CC;
			height : 15px;
			line-height: 15px;
			padding : 2px;
			color : white;
			margin : 0px;
		}
		.result
		{
			font-size: 8pt;
		}
		.keywords
		{
			font-size: 10pt;
		}
		.listItem .keywords
		{
			color: black;
		}
		.listItem .result
		{
			color: green;
		}
