/* ================================
    CSS STYLES FOR ResDirMgr
   ================================
*/   

.ASPSearch_TopNav
{
  margin-left:3PX;
  color:White;
  font-family:Tahoma, Arial, Helvetica;
  font-size: 11px;
  background-color:black;
}
A.ASPSearch_TopNav:link  { 
  color: White;
  text-decoration: none;
}

A.ASPSearch_TopNav:visited  { 
  color: White;
  text-decoration: none;
}

A.ASPSearch_TopNav:active   { 
  color: White;
  text-decoration: none;
}

A.ASPSearch_TopNav:hover   { 
  color: Gray;
  text-decoration: underline;
}
.ASPSearch_ChildNav
{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 10px;
  font-weight: bold;
}
.ASPSearch_TopCats
{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 12px;
}
.ASPSearch_ChildCats
{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 10px;
}
.ASPSearch_CatSort
{
border-top: yellow 2px solid;
background-color: LemonChiffon;
}
.ASPSearch_SiteBorder
{
border-bottom: black 1px solid;
}
.ASPSearch_CatTab
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    background-color:Yellow;
}
.ASPSearch_CatTabOff
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    background-color:gray;
    border-right: darkgray 1px solid;
}
.ASPSearch_SiteTitle
{
background-color:Gainsboro;
}
.ASPSearch_SiteHits
{
border-bottom: solid #FFFFFF;
}
.ASPSearch_TopCats 
{
font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;}
.ASPSearch_SiteTopBorder
{
background-color:yellow;
}
.ASPSearch_SiteBottomBorder
{
background-color:gainsboro;
}

