/* tables for search results */
#content .viewitem {
    font-size: .84em;
    font-family: tahoma, "Lucida Sans", arial, sans-serif;
}
table.searchresults { 
    color: #383838;
    font-size: .84em;
    font-family: tahoma, "Lucida Sans", arial, sans-serif;
    line-height: normal; 
    background-color: #fff; 
    width: 99%; 
    margin: 6px 0 0;
    padding: 0;
    border: solid 1px #989898;
    border-collapse: collapse;
}
table.searchresults tr th { 
    color: #0e45b4;
    font-size: .84em;
    font-family: tahoma, "Lucida Sans", arial, sans-serif;
    background-color: #fcefca; 
    text-align: left; 
    padding-right: 4px; 
    padding-left: 4px; 
    border-color: #a8978d; 
    border-style: solid; 
    border-width: 1px 1px 2px;
}
table.searchresults tr td { 
    color: #333;
    background-color: #fff;
    text-align: left;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    border-right: 1px solid #989898;
    border-bottom: 1px solid #a8978d;
    border-left-color: #989898;
}
tr.bg_medium {
	font-family: Calibri, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: .8em;
	line-height: normal;	
}
