﻿body 
{
    
}

.menurow
{
    width:100%;
    text-align:center;
}
.menubtn
{
    width:400px;
    height:40px;    
    border:1 solid;
    margin:10px 10px 10px 10px;
}

.menubtn:hover
{
    background-color: #CCFFCC;
    font-weight: bold;
    text-decoration: underline;
}
h2
{
    margin-top:100px;
    text-align:center;
}

.inputText
{
    height: 20px;
    width: 90%;
}

.mainmenua
{
    position:absolute;
    top:5px;
    left:10px;
    font-size:14px;
    background-color:Yellow;
    white-space:nowrap;
}

.usera
{
    position:absolute;
    top:5px;
    right:10px;
    font-size:14px;
}

/*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 : 200px;
    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;
}