﻿/* Message Center STYLE SHEET -- This supplements Style_Master.css.*/

/*NOTE:  All attributes/names/values should be in lower case.*/
/*Please try to keep alphabetical within each category. */





/* DIV Styles */

	div.div_messagecentertitle
    {
        border-style: none;
        border-width: 3px;
        border-bottom-style: solid;
	    border-color: #004538;
	    padding-top: 5px;
	    margin-bottom: 5px;
    	
    }
    
    div.div_printmessage
    {
        padding: 10px;
    	
    }
    
    
/* P Styles */

p.p_view_messagebody
{
    margin: 5px;
    width: 98%;
}
    
    
    
/* TABLE Styles */


    /* TD Styles */

        td.td_foldermenu
        {
            width: 55px;
            background-color: #D5D1BB;
            text-align: center;
            padding: 0px;
            padding-right: 1px;
            vertical-align: top;
        }
        
        td.td_messagecenter
        {
            vertical-align: top;
        }  
        
        td.td_subject
        {
            width: 98%;
            vertical-align: top;
        }
        
        
        
      
/* HR Styles */

    hr.hr_viewmessage_divider
    {
        height: 2px;
        color: #AFAA89; 
        width: 100%;
        padding: 0px;
        margin: 0px;
    }      
      
        
        
        
/* INPUT Styles */

    input.button_data_read
    {
        background-color: transparent;
        color: #000000; 
        border-style: none;
        text-decoration: none; 
        text-align: left;
        vertical-align:top;
        padding: 0px;
        margin: 0px;

    }  
    
    input.button_data_unread
    {
        background-color: transparent;
        color: #000000; 
        border-style: none;
        text-decoration: none; 
        text-align: left;
        vertical-align:top;
        padding: 0px;
        margin: 0px;
        font-weight: bold;
    }      
        
    input.button_data_center_read
    {
        background-color: transparent;
        color: #000000; 
        border-style: none;
        text-decoration: none; 
        text-align: center;
        vertical-align:top;
        padding: 0px;
        margin: 0px;
    }  
    
    input.button_data_center_unread
    {
        background-color: transparent;
        color: #000000; 
        border-style: none;
        text-decoration: none; 
        text-align: center;
        vertical-align:top;
        padding: 0px;
        margin: 0px;
        font-weight: bold;
    }
    
    input.button_datalink_read
    {
        background-color: transparent;
        color: #000000; 
        border-style: none;
        text-decoration: underline; 
        text-align: left;
        vertical-align:top;
        padding: 0px;
        margin: 0px;
    } 
        
    input.button_datalink_unread
    {
        background-color: transparent;
        color: #000000; 
        border-style: none;
        text-decoration: underline; 
        text-align: left;
        vertical-align:top;
        padding: 0px;
        margin: 0px;
        font-weight: bold;
    }     
        
        
#div_mainboxedarea_mssgcenter
{
    border-style: solid;
    border-width: 2px;
    border-color: #AFAA89;
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
  
}

#div_messagecenter_container
{
    padding-left: 10px;
    padding-right: 10px;
}
