﻿
        /*AutoComplete flyout */
        
        .autocomplete_completionListElement
        {
            margin: 0px;
            padding: 2px 0px;
            cursor: default;
            display: block; /* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/ /*width: 100%;*/
            font-size: 13px;
            
            color: #1d1d1d;
            overflow: auto; /* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
            line-height: 16px;
            height: 200px;
            width: 250px !important;
            background: #fff;
            border: 1px solid #ccc;
        }
        
        /* AutoComplete highlighted item */
        .autocomplete_completionListElement li
        {
            display: block !important;
            width: 220px !important;
            float: none !important;
            overflow: hidden;
        }
        .autocomplete_highlightedListItem
        {
            background-color: #ccc;
            color: black;
            padding: 1px 5px !important;
        }
        
        /* AutoComplete item */
        
        .autocomplete_listItem
        {
            display: block;
            width: 100%;
            overflow: hidden;
            background-color: #f5f5f5;
            color: windowtext;
            padding: 1px 5px !important;
        }

.scroller_anchor{height:0px; margin:0; padding:0;}
.scroller{background:#FFF;   z-index:100;  width:99.8%! important;}
.scrollerwidth {width:100%; float:right; background:#DDF4F7;  margin:0 0 10px; z-index:100; height:40px;}
.scrollerTaskoperation{background:#FFF;  margin:0 0 10px; z-index:100; height:40px;  width:99%;}
