﻿/* -----------------------------------------------
   Client Specific Style Sheet
   The fields below control the custom images and colors of the site.
   Any styles on the page that need to be controled on a per-company basis
   belong on this page for organization's sake and so we don't get a lot of
   !important styles
    
   This style sheet is linked in dynamically 
---------------------------------------------------*/

/* Viewed on all pages (Top Left Corner) */
div.CompanyLogo
{
      background-image: url(../Image/PBSCompanyLogo.png);
      background-repeat: repeat;
      background-position: top center;
      height:100px;
      width:284px;
      display:block;
}

/* Viewed on the Login pages */
div.LoginLogo
{
      background-image: url(../Image/PBSLoginLogo.png);
      background-repeat: no-repeat;
      background-position: top center;
      height:85px;
      width:281px;
      display:block;
}

.HeaderTextColor /*Orange*/
{
    color: #b44407;   
}

.HeaderTextAltColor /*Blue*/
{
    color: #219eed;   
}

.HeaderTextAltColorLight /*Off-white*/
{
    color: #e3e3e3;
}