﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:2px;
	padding:0px;
	border:none;
}
	 
body
{
	background: #B4B4B4 url(images/sfondo_op.jpg) repeat left top;	
	font-family: Tahoma, Arial, sans-serif;
	font-size:75%;
}


a, a:link, a:visited
{
	color: #000080;
	padding: 1px;
	text-decoration:none;
}

a:hover
{
	background-color: #BFBFBF;
	color:#0000A0;
	text-decoration:underline;

}

/*AutoComplete flyout */

.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 : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

