
.searchdiv
{
    position: absolute; 
    /*
    left: 4px;
    top: 26px;
    */
    width: 210px;
    
    z-index: 20; 
    display: none; 
    border: solid black 1px;
    background-color: white;        
}

#ins_div table tr td
{
	 font: 12px Arial;
}

#ba_div table tr td
{
	 font: 12px Arial;
}

#pt_div table tr td
{
	 font: 12px Arial;
}

#tt_div table tr td
{
	 font: 12px Arial;
}

.badiv
{
    position: absolute; 
    left: 180px; 
    top: 26px; 
    width: 42px;
    
    z-index: 20; 
    display: none; 
    border: solid black 1px;
    background-color: white;    
}

.ptdiv
{
    position: absolute; 
    left: 180px; 
    top: 26px; 
    width: 56px;
    
    z-index: 20; 
    display: none; 
    border: solid black 1px;
    background-color: white;    
}

.ttdiv
{
    position: absolute; 
    left: 276px; 
    top: 26px; 
    width: 59px;
    
    z-index: 20; 
    display: none; 
    border: solid black 1px;
    background-color: white;    
}

.headtable
{
    font-size: 12px;
    font-style: italic;
    width: 100%;
}

.searchtable
{
    width: 100%;
    font-size: 12px;
}

#history_div table tr td
{
    font: 11px Arial;
}

.selectedrow 
{
    background-color: #777;
    color: #FFF;
}

.unselectedrow 
{
    background-color: white;
    color: black;
}

.combobutton
{
    font-size: 10px;
    height: 22px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;    
    border-bottom: solid gray 1px;
    border-right: solid gray 1px;
    border-top: solid gray 1px;
    border-left: solid gray 0px;
    width: 16px;
    margin: 0px;
    padding: 0px;
    background: white;
    color: #777;
    display: inline-block;
    vertical-align: top;
	cursor: pointer;
}

.ebutton
{
    font-size: 12px;
    height: 22px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;        
    display: inline-block;
    vertical-align: top;            
    border: solid gray 1px;
    width: 22px;
    margin: 0px;
    padding: 0px;
    background: white;
    color: #777;
    vertical-align: top;
    cursor: pointer;
    /*margin-left: 4px;*/
}

.input-symbol
{
    font-size: 12px;
    height: 22px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;    
    border: solid gray 1px;
    margin: 0px;
    padding: 0px;
    text-indent: 3px;
    background: white;
    color: #444;
    display: inline-block;
    vertical-align: top;    
}

.historydiv
{
    position: absolute; 
    left: 276px; 
    top: 26px; 
    width: 92px;
    
    z-index: 20; 
    display: none; 
    border: solid black 1px;
    background-color: white;    
}
