/*
Search styles - these are the styles attached to the search box and results page
*/
/*
Search box styles
SearchBox - Search box table
SearchField - Styles for the search text box
SearchButton - Styles for the search button
SearchOptions - Styles for the search options cell
*/
table.SearchBox
{
width: 50%;
border: 0;
padding: 2 2 2 2;
}
td.SearchField
{
font-family: Arial, Helvetica;
font-size: 11px;
width: 80%;
}
input.SearchField
{
font-family: Arial, Verdana, Helvetica;
font-size: 11px;
border: 1px solid #94a6b5;
width: 100%;
}
td.SearchButton
{
font-family: Arial, Helvetica;
font-size: 11px;
width: 10%;
}
input.SearchButton
{
font-family: Arial, Helvetica;
font-size: 10px;
border: 1px double #94a6b5 #FFFFFF;
background-color: #433584;
color: #FFFFFF;
width: 100%;
height: 17px;
}
span.SearchOptions
{
font-family: Arial, Helvetica;
font-size: 10px;
}
/*
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: 2 2 2 2;
}
tr.ResultTitle
{
padding: 0 0 0 0;
}
td.ResultTitle
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
font-weight: bold;
}
a.ResultTitle
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #000000;
}
a.ResultTitle:hover
{
text-decoration: underline;
color: #000000;
}
td.ResultSummary
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
}
td.ResultSpacer
{
font-family: Arial, Verdana, Helvetica;
font-size: 1px;
height: 15px;
}
table.TotalsOuter
{
width: 100%;
border: 0;
padding: 2 2 2 2;
}
tr.Totals
{
padding: 0 0 0 0;
}
td.Totals
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
font-weight: bold;
}
table.PagingOuter
{
width: 100%;
border: 0;
padding: 2 2 2 2;
}
td.PagingOuter
{
text-align: right
}
table.PagingInner
{
width: 100%;
border: 0;
padding: 2 2 2 2;
}
tr.Paging
{
padding: 0 0 0 0;
}
td.PagingPrevious
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
font-weight: bold;
width: 50;
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: 50;
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;
}
td.NoResults
{
font-family: Tahoma, Arial, Verdana, Helvetica;
font-size: 12px;
color: #FFFFFF;
}
/*
Custom data styles
CustomOuter - Outer details table
CustomTitle - Title row and cell
CustomDetails - Details row and cell
CustomHeaded - Details row and cells
*/
table.CustomOuter
{
width: 100%;
border: 0;
padding: 0 0 0 0;
}
tr.CustomTitle
{
padding: 0 0 0 0;
}
td.CustomTitle
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
font-weight: bold;
padding: 5 5 5 5;
}
tr.CustomDetails
{
padding: 0 0 0 0;
}
td.CustomDetails
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
padding: 5 5 5 5;
}
tr.CustomHeaded
{
padding: 0 0 0 0;
}
td.CustomHeadedTitle
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
font-weight: bold;
width: 25%;
padding: 5 5 5 5;
}
td.CustomHeadedDetails
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
padding: 5 5 5 5;
}

