﻿tr.result
{
   height: 40px;
   vertical-align: middle;
   border-bottom: solid 1px #D0D0D0;
}

tr.result td
{
   border-bottom: solid 1px #D0D0D0;
}

td.searchorder
{
   text-align: right;
   padding-right: 10px;
   color: White;
}

td.authorcell
{
   width: 130px;
   white-space: nowrap;
}

#divSearchResults
{
   width: 100%;
   height: 100%;
   overflow: auto;
}
#myKeywordFilters
{
   width: 100%;
   overflow: hidden;
   height: 100%;
}
#keywordContainer
{
   width: 260px;
   height: 200px;
   overflow: auto;
   position: relative;
   text-align: center;
}

span.resulttitle
{
}

span.resulttitle a
{
   font-weight: 600;
   color: #20468B;
   font-size: 10pt;
   text-decoration: underline;
}

span.resultclip
{
}


