﻿/* Opportunity/Award Summary STYLE SHEET -- Should be included on the opportunity or award summary page -- This supplements Style_Master.css.*/

/*NOTE:  All attributes/names/values should be in lower case.*/
/*Please try to keep alphabetical within each category. */





/* TABLE Styles */

    table.table_response_button
    {
        margin: 0px;
        padding: 0px;
    }





/* DIV Styles */
        
    div.div_attachmentacknowldege
    {
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
        padding-top: 5px;
    }
    
    div.div_attachmentlist
    {
        width: 100%;
    }
    
    div.div_messagecentertitle
    {
        border-style: none;
        border-width: 3px;
        border-bottom-style: solid;
	    border-color: #004538;
	    padding-top: 5px;
    	
    }
    
    div.div_pagelevel_toolbar_response
   {
        margin-left: 1px;
   }
    
    div.div_teammessage
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    
    div.div_whatdoido
    {
        text-align: center;
        padding-bottom: 15px;
    }

/* P Styles */

p.p_button_return
{
        position: absolute;
        top: 80px;
        right: 0px;
     
}


/* SPAN Styles */

    span.sectionhead_messagecenter
    {
        color:  Maroon;
        font-size: 110%;
        font-weight: bold;
        font-style: oblique;
        padding-left: 50px;

    }
    
    span.span_whatdoido
    {
      color:  #004638;
      font-size: 200%;
      font-weight: bold;
      font-style: oblique;
    
    }
 
/* H1 Styles */

    h1.h1_oppawdsumamry    
    {
        font-size: 165%;
        color: Maroon;
        position: absolute;
        top: 80px;
        left: 5px;
        padding-bottom: 50px;
    }
    

/* INPUT Styles */

    input.button_acknowledge
    {
        background-color: #A71233;
        color: #E7E5D7;
        text-align: center;
        border-style:  outset;
        border-width: 1px;
        border-color: #AFAA89;
        font-size: 9pt;
        margin: 0pt;
        padding: 0pt;
        height: 19px;
        font-weight: bold;
    }
    
    
    input.button_response
    {
        background-color: #001E4C; 
        color: #AFAA89;
        text-align: center;
        border-style: outset;
        border-width: 1px;
        border-color: #AFAA89;
        font-size: 9pt;
        margin: 0pt;
        padding: 0pt;
        height: 19px;
        font-weight: bold;
    }
    
    
    
    
 
 	
	
/*--------------------------------------------------------------------------------------------*/	
	
/* ID Specific Styles */
   
    
   
   /* Response List */  
    
        #ul_responselist
        {
            padding: 0px;
            margin: 0px;
            margin-top:10px;
            margin-left: 3px;
        }
        
        
         #div_gridview_responses
        {
          
        
        }
            
       
        
        #div_gridview_responses tr
        {
          background-color: #ffffff;	
          	
        }

         #div_gridview_responses th
         {
            background-color: #517669;
            border-style: outset;
            padding-left: 2px;
            padding-right: 2px;
            color: #AFAA89;
        
         }
         
         #div_gridview_responses td
         {
            padding: 2px;
            border-color: #AFAA89;
            border-width: 1px;
            border-style: solid;
          }

        #div_gridview_responses a
         {
            text-decoration: none;
            color: #000000; 
           
         }
         
         
         #gridPagerRow_responses td
         {
            border-style: none;
         }  
            
         #gridPagerRow_responses span
         {
            color: #003187; 
            font-weight: bold;
            text-decoration: none;
         
         }   

         #gridPagerRow_responses a
         {
           color: #A0965A;
           font-weight: bold;
           text-decoration: underline;          
         }




  
/* Response Team */  
    
        #ul_responseteam
        {
            padding: 0px;
            margin: 0px;
            margin-top:10px;
            margin-left: 3px;
        }
        
        
         #div_gridview_team
        {
          
        
        }
            
       
        
        #div_gridview_team tr
        {
          background-color: #ffffff;	
          	
        }

         #div_gridview_team th
         {
            background-color: #517669;
            border-style: outset;
            padding-left: 2px;
            padding-right: 2px;
            color: #AFAA89;
        
         }
         
         #div_gridview_team td
         {
            padding: 2px;
            border-color: #AFAA89;
            border-width: 1px;
            border-style: solid;
          }

        #div_gridview_team a
         {
            text-decoration: none;
            color: #000000; 
           
         }
         
         
         #gridPagerRow_team td
         {
            border-style: none;
         }  
            
         #gridPagerRow_team span
         {
            color: #003187; 
            font-weight: bold;
            text-decoration: none;
         
         }   

         #gridPagerRow_team a
         {
           color: #A0965A;
           font-weight: bold;
           text-decoration: underline;          
         }