/*.ui-autocomplete-loading { background: white url('loading.gif') right center no-repeat; }
.style2 { font-size: 1.2em; color: #000; font-style: italic; font-weight: bold; width: 150px;
            text-align:center; }
        .style3
        {
            font-size: 1.2em;
            color: Blue;
            font-style: italic;
            font-weight: bold;
            width: 120px;
            text-align:center;
        }
        .tableSale
        {
            margin-bottom: 40px;
            width: auto;
            height: auto;
        }
        .style5
        {
            font-size: 1.2em;
            color: Blue;
            font-style: italic;
            font-weight: bold;
            width: 60px;
            text-align:center;
        }
        .style6
        {
            font-size: 1.0em;
            color: Black;
            font-style: italic;
            font-weight: bold;
            width: 60px;
            text-align:center;
        }
        .style7
        {
            font-size: 1.0em;
            color: Black;
            text-align:center;
        }
        .style8
        {
            font-size: 1.2em;
            color: Blue;
            font-style: italic;
            font-weight: bold;
            width: 100px;
            cursor: default;
            text-align:center;
        }
        .style9
        {
            font-size: 1.0em;
            color: Black;
            
        }
        .submit 
        {
        border: 1px solid #563d7c;
        border-radius: 5px;
        padding: 5px 5px 5px 20px;
        background-image: url(images/search.ico);
        background-position:10px, 0px; 
        background-attachment:scroll;
        background-repeat:no-repeat;
       
        cursor:pointer;
        }
        
        .linked 
        {
        border: 1px solid #563d7c;
        border-radius: 5px;
        padding: 5px 5px 5px 20px;
        background-image: url(images/arrowr.gif);
        background-position:10px, 0px; 
        background-attachment:scroll;
        background-repeat:no-repeat;
        background-color:Yellow;
        cursor:pointer;
        }
        
        .proposal 
        {
        border: 1px solid #563d7c;
        border-radius: 5px;
        padding: 5px 5px 5px 20px;
        background-image: url(images/10.png);
        background-position:10px, 0px; 
        background-attachment:scroll;
        background-repeat:no-repeat;
       
        cursor:pointer;
        }*/