﻿/* ------------------------------------------------------------------

 Name: cueIE.css
 Function: Overrides for IE
 Last update: 3/5/08

---------------------------------------------------------------------*/

/*********************************************************************
 BODY & PAGE
**********************************************************************/

/*********************************************************************
 LINKS
**********************************************************************/
    
/*********************************************************************
 HTML ELEMENTS
**********************************************************************/

h1 {
    font-weight: 600; /* Bolder in IE 6 & 7 */ 
    }

/*********************************************************************
 PAGE CLASSES
**********************************************************************/

.cueTopline {
    height: 13px;
    }

/*********************************************************************
 COMPONENT CLASSES
**********************************************************************/
   
/*********************************************************************
 CSP OVERRIDE
**********************************************************************/

/* CSP STO Menu Component ------------------------------------------ */ 
	 
a.shm_link001, a.shm_link001:visited {
    padding: 5px 22px; /* Nav Buttons wider in IE 6 & 7 */   
    } 

li.shm_Selected a.shm_link001:hover,
li.shm_Selected .shm_link001 {
    padding: 5px 22px; /* Nav Buttons wider in IE 6 & 7 */   
    }
    
.shm_link002:hover,.shm_link002:focus,
.shm_link002:active,.shm_selectedLi .shm_link002, .shm_highLight_2Tier {	
    padding: 2px 11px 3px 11px !important;
    background-image: url('/global/hpc/en/us/PublishingImages/nav_list2_selected_bg.jpg');
    background-repeat: repeat-x;
    background-position: right center !important;
    background-color: #D1D8F3;
    border: 1px solid #C5D5E8;
    color: #000;
    text-decoration: none;
    margin-top: 3px !important;
    } 
    
