﻿    html {
        margin: 0;
    }

    BODY {
	FONT-SIZE: 10pt; 
	WORD-SPACING: normal; 
	TEXT-TRANSFORM: none; 
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	LETTER-SPACING: normal;
	
	}
	
/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px;
	background-color : white;
	float:inherit;
	color : red;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 90px;
	width: 150px;
    text-align : left; 
    list-style-type : none;
    z-index: 500;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : white;
	color: black;
	padding : 1px;
}

/* Custom Css */
.ajax__tab_default .ajax__tab_header {white-space:normal!important; border-width:thin}
