﻿body 
{
    font-family:Arial;
    margin:0px;
}

.leftBar 
{
    float:left;
    width:200px;
    padding:10px;
    background:#E3EAEB;
}

.main
{
    top:0px;
    left:221px;
    position:absolute;
    padding:40px 10px 10px 20px;
}

.logo
{
    margin:15px;
}

.padding
{
    padding:5px;
}

.hidden
{
    visibility:hidden;
}

.truncate200
{
    overflow:hidden;
    max-width:200px;
    white-space:nowrap;
}

.nowrap
{
    white-space:nowrap;
}

/*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;
    width: 400px !important;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}