﻿		.autocomplete_listItem 
        {
	        background-color : window;
	        color : windowtext;
	        padding : 1px;
        }
        .autocomplete_highlightedListItem 
        {
	        background-color: #B9B9B9;
	        color: black;
	        padding: 1px;
        }
        .autocomplete_completionListElement 
        {  
	        margin : 0px!important;
	        background-color : window;
	        color : windowtext;
	        border : buttonshadow;
	        border-width : 1px;
	        border-style : solid;
	        cursor : default;
	        overflow : auto;
	        height : 300px;
            text-align : left; 
            list-style-type : none;
        }
        .tabwrap
        {
            width: 720px;
            border-bottom: 5px solid #666;
            float: left;
        }
        .tab_dark
        {
            background: url(../images/tabdark.gif) no-repeat left bottom;
            height: 20px;
            float: left;
            font-size: 0.86em;
            font-weight: bold;
            text-align: center;
            padding: 5px 10px 0px 10px;
            cursor: default;
            border: 1px solid #ccc;
        }
        .tab_light
        {
            background: url(../images/tablight.gif) no-repeat left bottom;
            height: 20px;
            float: left;
            font-size: 0.86em;
            font-weight: bold;
            text-align: center;
            padding: 5px 10px 0px 10px;
            cursor: pointer;
            border: 1px solid #ccc;
        }
        .padT7
        {
            padding-top: 7px;
        }
        .mrgnL3
        {
            margin-left: 0px;
            padding-bottom: 0px;
        }

