        /***************************************************************************/

        /* Style Shared Across Sites */

        
        .yellowalert   
        {	background-color: yellow;
	        border-style: solid; 
	        border-width:thin;
	        padding-left: 18px; 
	        padding-right: 18px;
	        padding-top: 2px; 
	        padding-bottom: 2px; 
	        position:relative; 
	        font-weight: bold;
	        background-image: none;
        }


        
        /***************************************************************************/

        
        
        
        
        
        
        
         /***************************************************************************/
        /* Pending Purchase Layout Related */


        .pendPurchHeader
        {            
            font-size: 16px;          
            font-weight: bold;
        }
        
        .pendPurchDtLeft
        {
            font-size: 16px;  
            text-align: left;
            padding-left: 20px;
            font-weight: normal;
            padding-bottom: 8px;            
        }
        
        
        .pendPurchDtRight
        {
            font-size: 16px;  
            padding-left: 8px;
            text-align: left;
            font-weight: normal;
            padding-bottom: 8px;
        }


        .pendPurchNotes
        {
            padding-left: 14px;
            padding-right: 14px;
            font-size: 14px;
            font-weight: bold;
            color: red;
            padding-bottom: 8px;
        }


        .pendPurchDuplicateWarning
        {
            padding-left: 14px;
            padding-right: 14px;
            font-size: 14px;
            font-weight: bold;
            color: red;
            padding-bottom: 8px;
        }


        .pendPurchDataEntryExpectation
        {
            font-size: 16px;
            font-weight: bold;
            color: red;
        }
        
        
        /***************************************************************************/ 