/*
  ~ Browser compatibility ~
  - Child selector ">": Other than IE (before IE7)
  - Star attribute prefix "*": IE only
*/

@media print
{
}

/*** Defaults ***/
a:hover
{
  color: #b5ad00;
}

h1
{
  border-bottom-color: #b5ad00;
}

div.rtc a
{
  color: #b5ad00;
}
div.rtc ul li a:hover
{
  text-decoration: none;
}

/*** Generic, Primary, Left navigation ***/
table.genericnavigation a:hover,
table.primarynavigation a:hover,
table.leftnavigation a:hover,
table.secondarynavigation a:hover
{
  color: #b5ad00;
}

/*** Search ***/
div.advsearch a:hover
{
  color: #b5ad00;
}

/*** Bread crumb trail ***/
div.bct
{
  background: url(images/bctolive.gif);
  background-color: #b5ad00;
  background-position: top right;
  background-repeat: repeat-y;
}

/*** Contents ***/
table.pgsumm a:hover
{
  color: #b5ad00;
}
