﻿@charset "utf-8";
/* CSS Document */

div.big_image
{
	position:absolute;
	/*background-color:#f8edb0;*/
	width:400px;
	height:300px;
	border:ridge #ffd800 6px;
	display:none;
	z-index:999;
}
div.big_image img
{
	width:390px;
	height:290px;
}


/*AutoComplete flyout */
.autocomplete_completionListElement
{
    background-color : inherit ;
    color : windowtext ;
    border : buttonshadow ;
    border-width : 1px ;
    border-style : solid ;
    overflow : auto ;
    height : auto ;
    font-family : Tahoma ;
    font-size : small ;
    text-align : left ;
    list-style-type :disc;
    }
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
   {
    background-color : #ffff99 ;
    color : black ;
    padding : 1px ;
    }

    /* AutoComplete item */
.autocomplete_listItem
    {
    background-color : window ;
    color : windowtext ;
    padding : 1px ;
   }