﻿@charset "utf-8";

.log-downbox{
    margin: 5px;
    width: 940px;
}
.log-textbox{
    margin: 5px;
    width: 98%;
    height: 400px;
    overflow: auto;
    font-size: 8pt;
    background-color: White;
    border: solid 1px #5091CD !important;
    color: #8F8F8F;
}

.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 : 200px;
    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;
}
