﻿/*This pulls over what ever I need from the various css and hope to end with only this freaking file!*/

/*AutoComplete flyout */
.autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px !important;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    padding: 0px;
    background-color: #ffffff;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
    /*background-color: window;*/
    background-color: #ffffff;
    color: windowtext;
    padding: 1px;
}

/* Altered from original so placed here to override any previous call */
.evenListRowS1
{
    color: #000000;
    font-size: 11px;
    padding: 2px 5px 4px;
    background-color: #fdfdfd; /* modified salespointe */
}
.oddListRowS1
{
    color: #000000;
    font-size: 11px;
    padding: 2px 5px 4px;
    background-color: #f1f1f1; /* modified salespointe */
}
.evenListRowS1 td, .oddListRowS1 td, .hoverListRowS1 td
{
    border-bottom: 1px solid #cccccc;
    padding: 3px;
    height: 26px;
}
.evenListRowS1 table td, .oddListRowS1 table td
{
    border-bottom: none;
}

/* modified salespointe */
.oddListRowS1 a:link, .oddListRowS1 a:visited, .evenListRowS1 a:link, .evenListRowS1 a:visited
{
    color: #002780;
    font-size: 11px;
    text-decoration: none;
}


.oddListRowS1 a:hover, .evenListRowS1 a:hover
{
    color: #002780;
    text-decoration: underline;
}
.hoverListRowS1
{
    background: #FFFFBF;
    padding: 2px 5px 4px;
}

/*test for the tab load*/
.updateProgress
{
    border-width:1px; 
    border-style:solid; 
    background-color:#CCCCCC; 
    position:absolute; 
    width:150px; 
    height:30px;  
    margin:3px; 
    padding-top:5px;
    font-family:Trebuchet MS; 
    font-size:small; 
    vertical-align: middle;  
    text-align:center;
}
