﻿


.dialog_view, .dv { /* panel container (includes panel header) */
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	width: 100%; /* new attribute added */
	}
	
.field_label_on_side, .fls { /* field lable on side */
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 4px 5px 4px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;	
	}
	
.ordertypeahead_completionListElement {  
	background-color: #ffffff;
	border-bottom: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #555555 solid;
	border-top: 1px #555555 solid;	
	width:440px!important;
	height: 200px;
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
    padding-left:0px;
	overflow: auto; 
	visibility: hidden;
	}
	
.ordertypeahead_listItem {
	padding-bottom: 1px; 
	width:380px;
	font-weight: bold;
	margin:1%
	}
	
.autotypeahead_listItem {
	padding-bottom: 1px; 
	width:100px;
	margin:1%
	}

.ordertypeahead_highlightedListItem {
	background-color: #7288ad;
	color: #ffffff;
	padding-bottom: 1px; 
	font-weight: bold;
	margin:1%
	}
	
.postnotypeahead_completionListElement {  
	background-color: #ffffff;
	border-bottom: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #555555 solid;
	border-top: 1px #555555 solid;	
	width:250px!important;
	height: 200px;
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
    padding-left:0px;
	overflow: auto; 
	visibility: hidden;
	}
	
.postnotypeahead_listItem {
	padding-bottom: 1px; 
	width:230px;
	font-weight: bold;
	margin:1%
	}
	
.invtypeahead_completionListElement {  
	background-color: #ffffff;
	border-bottom: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #555555 solid;
	border-top: 1px #555555 solid;	
	height: 300px;
	list-style-type: none;	
	overflow: auto; 
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	}
.field_hidden {
	visibility:hidden
	}
.field_none {
	display:none
	}	
	
	
	
.modalBackground {
		background-color: #333; filter: alpha(opacity=80); opacity: 0.8; }
  
.modalPopup {
		height: 200px; width: 200px; border: solid 2px #000; padding: 10px; background-color: #F7F6F3}
	