﻿body {
    background-color: #F2F2F2;
    font-size: .85em;
    font-family: "Tahoma";
    margin: 0;
    padding: 0;
    color: #696969;
}

.MainBody
{
    font-family: "Tahoma";
	width:100%;	
    height:100vh;	
	/*margin-top:0px;*/
	/*margin-left: auto;*/
    /*margin-right: auto;*/     
    background-color:White;    
}

/*Style for Show Modal Dialog*/
.cover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 65000
}
.dialog {
    position: absolute;
    z-index: 65001;
    background-color: white;    
    border-style: outset;
    border-radius: 5px;
    border-width: 5px;    
}
.dialog iframe { width: 100%; height: 100%; border: 0; }





 /*start jquery auto Complete*/
 /*body { font-family: sans-serif; font-size: 14px; line-height: 1.6em; margin: 0; padding: 0; }*/
.container { width: 800px; margin: 0 auto; }

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

/*input { font-size: 28px; padding: 10px; border: 1px solid #CCC; display: block; margin: 20px 0; }*/
/*end jquery auto Complete*/