﻿/*body, div, p, h1, h2, h3, h4, ul, li, table {
	margin: 0;
	padding: 0;
	border: none;
}*/

/* selected link */
/* selected link */
/*h3 {
    font-size: small;
}*/

body {
	/*background: #B4B4B4 url(Images/body_bg.gif) repeat left top;*/
	background: #dddfe2;
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	border: none;
}

/*input, select {*/
	/*font-size: medium;*/
	/*min-height: 26px;*/
/*}*/

/*AutoComplete flyout */

.autocomplete_completionListElement {
	margin: 0px !important;
	background-color: inherit;
	color: windowtext;
	border-color: green;
	border-width: 1px;
	border-style: solid;
	overflow: auto;
	height: auto;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
	background-color: #ffff99;
	color: black;
	padding: 1px;
	border-bottom: solid 1px #B4B4B4;
}

/* AutoComplete item */

.autocomplete_listItem {
	background-color: window;
	color: windowtext;
	padding: 1px;
	border-bottom: solid 1px #B4B4B4;
}


/*Hover Menu*/
.popupMenu {
	position: static;
	visibility: hidden;
	background-color: #F5F7F8;
	opacity: .9;
	/*filter: alpha(opacity=90);*/
}

.popupHover {
	/*background-image: url(Images/header-opened.png);*/
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F5F7F8;
}
