﻿body {
}


.SearchPanel {
	background-color: #F8F8F8;
	border: 1px solid #999999;
}

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color :  White;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type :decimal;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked 
{
	text-align:center;
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:White;
	color:#BEBEBE;
}	

.footer
{
	border-bottom:Solid 1px gray;
	border-top:Solid 1px gray;
	margin-top:10px; margin-bottom:10px;
	background-color:#F1F1F1
}
.links
{
	 text-decoration:none;
	 color:gray;
	}
	.links:hover
{
	 text-decoration: underline;
	 color:Blue;
	  
	}
