/* This is the custom CSS file for the PV-WAVE documentation. */
/*                         */

/*   I changed the color definitions for links to match what we do on our
       corporate website.  I had to add "a:visited:hover" to the default 
       link definitions (Webworks didn't include it) to make sure the 
       hover color was the same for both visited links and unvisited links.
       This was proving quite difficult to diagnose as in my testing all of the
       links were visited, so I wasn't seeing any change in color when I set
       a color for "a:link:hover". */
a:link:active  { color: #0000CC; text-decoration: none; }
a:link:hover, a:visited:hover { color:red; text-decoration: underline; }
a:link         { color: #0000CC; text-decoration: none;  }
a:visited      { color: #0000CC; text-decoration: none; }

/* This begins the custom code block I'm adding to support fixed frames */
/* at the top of the Help pages.  These changes coordinate with changes to */
/* the Page.asp file. */

#page_header {
   position: fixed;
   top: 0;
   left: 10;
   width: 98%;
   background-color: white;
   height: 50pt;
}

#page_content {
   padding-top: 50pt;
}

/* End custom code block for fixed frames. */

/* Change font for Reverb Company information. */
td.ww_skin_company_name
{
  color: #999999;
  text-align: left;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
}

td.ww_skin_company_phone
{
  text-align: left;
  font-family: sans-serif;
  font-size: 10px;
}

td.ww_skin_company_fax
{
  text-align: left;
  font-family: sans-serif;
  font-size: 10px; 
}

td.ww_skin_company_email
{
  color: #999999;
  text-align: left;
  font-family: sans-serif;
  font-size: 10px;
}



/* Change the font of the Breadcrumbs */
div.WebWorks_Breadcrumbs
{
  color: #999999;
  font-family: sans-serif;
  font-size: 8pt;
}

/* Change the fonts of the Company information at the top and bottom of the page */
td.WebWorks_Company_Name_Top
{
  color: #999999;
  text-align: left;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
}
td.WebWorks_Company_Phone_Top
{
  text-align: left;
  font-family: sans-serif;
  font-size: 10px;
}

td.WebWorks_Company_Fax_Top
{
  text-align: left;
  font-family: sans-serif;
  font-size: 10px; 
}

td.WebWorks_Company_Email_Top
{
  color: #999999;
  text-align: left;
  font-family: sans-serif;
  font-size: 10px;
}

td.WebWorks_Company_Name_Bottom
{
  text-align: left;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
}

td.WebWorks_Company_Phone_Bottom
{
  text-align: left;
  font-family: sans-serif;
  font-size: 10px;
}

td.WebWorks_Company_Fax_Bottom
{
  text-align: left;
  font-family: sans-serif;
  font-size: 10px; 
}

td.WebWorks_Company_Email_Bottom
{
  text-align: left;
  font-family: sans-serif;
  font-size: 10px;
}

