﻿/* Purpose: SiteMasterLayoutEnvironment.css exists for the sole purpose
   of storing settings that are unique to a particular environment
   in terms of production vs. test.

   ALERT!  On first release, the only style that varies between test 
   and production is the background and font color of the message
   contained within PortalMasterAlert.ascx.  (EYang, Aug 2012)

   
*/

#PortalMasterAlertMessageOuterContainer
{
  /*background-color:#ffcc99;*/
  font-weight: normal;
}

#PortalEnvironmentTextIdentifier {
    /* dev =  #FFCC99; uat = #33CC33 and  prod = none*/
    background-color: #33CC33;
}