﻿body {
}
#MainDiv
{
		width:100%;
}
#TransFrame
{
			font-family:Arial;
			font-size:11pt;
}
#Frame
{
	font-family:Arial;
	font-size:10pt;
}

 
        
        .btn
{
    border-style: none;
    width: 80px;
    background-color: #003366;
    color: #FFFFFF;
    height: 25px;
    cursor: pointer;
    border-radius:5px;
}
        .btn:hover
{
	border-style: none;
	width: 80px;
	background-color: #ACB7B7;
	color: #000000;
	height: 25px;
	cursor: pointer;
	border-radius: 5px;
}
  
  .textbox
  {
   
     
  }  
  
   .autocomplete_completionListElement
        {
            margin: 0px !important;
            background-color: #FFFFFF;
            color: black;
            border: buttonshadow;
            border-width: 1px;
            border-style: solid;
            cursor: 'default';
            overflow: auto;
            height: 200px;
            text-align: left;
             font-size:12px;
            list-style-type: none;
            padding-left: 1px;
          
            min-width:300px;
            font-weight:bold;
        }
        
        /* AutoComplete highlighted item */
        
        .autocomplete_highlightedListItem
        {
            background-color:#003366;
                        color: White;
            padding: 1px;
            cursor: hand;
        }
        
        /* AutoComplete item */
        
        .autocomplete_listItem
        {
            background-color: #D7E3FF;
            color: Black;
            padding: 1px;
        }    
        