
/*  history.css */

ul.historytypes
{
 list-style-type: none;  
 padding-left: 0px;
 display: inline;   
}
li.historytypes
{
 display: block; 
 padding: 3px;
 margin: 5px;
 width: 97%;
 border: 1px solid #ddd;
 background-image: linear-gradient(#fff, #eee);
 font-size: 16px;
 cursor: pointer;
 color: #004488;
} 
li.historytypes:hover
{    
 background-image: linear-gradient(#eee, #fff); 
}
.historyrightarrow
{
 margin: 0 5px 0 9px;
// position: relative;
// top: -2px;
// font-size: 14px;
// color: #aaa;
}     
.historydownarrow
{
 margin: 0 5px 0 9px;
// position: relative;
// //top: -3px;
// font-size: 15px;
// color: #888;
}

.n_searched
{
 color: #888;
 font-size: 13px;
 margin: 0 0 0 3px;
}

.historykeywords
{
 display: block;
}

.historyShow
{
 margin: 0 0 10px 0;
}