#intelecell_header
{
    background-color: #e5e8e9;
    line-height: 1.3em;
    overflow: hidden;
}
#intelecell_header * 
{
    padding:0;
    margin:0;
}

#ih_content
{
    padding:0.5em;
}
#ih_name
{

}
#ih_details
{
    list-style: none; 
}

#ih_sections
{
    float:right;
    width: 200px;
    height: 100%;
    border-collapse: collapse;  
}
#ih_sections td
{
    background-color: #BCC6CD;
    border-top:2px solid #eee; 
    border-bottom:2px solid #eee; 
    border-collapse: collapse;  
    padding-left:0.5em; 
}
#ih_sections_first, #ih_sections_last
{
    border:none !important;
}
#ih_sections a
{
    text-decoration:none;
    font-size: 13px;
    font-weight:bold;
    color:black;
}
#ih_sections td.ih_selected
{
    background-color:#666;
}
#ih_sections td.ih_selected a
{
    color:white;
}