/*
Search styles - these are the styles attached to the search box and results page
*/
/*
Search results styles
ResultsOuter - Search results table
ResultTitle - Result title row, cell and links
ResultSummary - Result summary cell
TotalsOuter - Search totals table
Totals - Totals row and cell
Paging - Paging tables, row, cell and links
*/
table.ResultsOuter
{
width: 100%;
border: 0;
padding: 1em;
text-align: left;
}
tr.ResultTitle
{
padding: 0px;
}
td.ResultTitle
{
font-family: Arial, Verdana, Helvetica;
font-size: 1em;
font-weight: bold;
}
a.ResultTitle
{
font-family: Arial, Verdana, Helvetica;
font-size: 0.85em;
font-weight: bold;
text-decoration: none;
}
a.ResultTitle:hover
{
text-decoration: underline;
}
td.ResultSummary
{
font-family: Arial, Verdana, Helvetica;
font-size: 0.75em; 
}
td.ResultSpacer
{
font-family: Arial, Verdana, Helvetica;
font-size: 1px;
height: 15px;
}
table.TotalsOuter
{
width: 100%;
border: 0;
padding: 2px;
}
tr.Totals
{
padding: 0 0 0 0;
}
td.Totals
{
font-family: Arial, Verdana, Helvetica;
font-weight: bold;
padding-bottom: 2em;
}
table.PagingOuter
{
width: 100%;
border: 0;
padding: 2em 0px 0px 0px;
}
td.PagingOuter
{
text-align: right
}
table.PagingInner
{
width: 100%;
border: 0;
padding: 2px;
}
tr.Paging
{
padding: 0px;
}
td.PagingPrevious
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
font-weight: bold;
width: 50px;
text-align: left;
}
td.PagingDetails
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
font-weight: bold;
text-align: center;
}
td.PagingNext
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
font-weight: bold;
width: 50px;
text-align: right;
}
a.Paging
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #000000;
}
a.Paging:hover
{
text-decoration: underline;
color: #000000;
}


