﻿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: #B4B4B4;
	font-family: Tahoma, Arial, sans-serif;
	/*font-size: 75%;*/
}

input, select {
	font-size: medium;
	padding: 2px;
}
/*AutoComplete flyout */

.autocomplete_completionListElement {
	margin: 0px !important;
	background-color: inherit;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	height: auto;
	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;
}


/*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;
}

.modalPopup {
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	font-size: 12pt;
}

	/*Popupp Control*/
	/*.popupopu Control*/
	/*.popopo;*/

	.modalPopup p {
		padding: 5px;
	}
