﻿.LatestNewsThumbnail 
{
    position:inherit;
    float:left;
    width:210px;
    margin:0 0 0 0;
    overflow:hidden;
}
    
.LatestNewsHeadline
{
    position:inherit;
    float:left;
    margin:10px 0 10px 10px;
    width:330px;
    font-size:160%;
    font-weight:bold;
    overflow:hidden;
    color:#0F5FC7;
}

.LatestNewsHeadlineWide
{
    width:640px;
}

.LatestNewsHeadline a
{
    text-decoration:none;
    color:#0F5FC7;
}

.LatestNewsHeadline a:hover
{
    text-decoration:underline;
}

.LatestNewsDetails 
{
    position:inherit;
    float:left;
    width:420px;
    padding:0 0 0 10px;
    overflow:hidden;
}

.LatestNewsDetailsWide
{
    width:640px;
}

.DashedHLine 
{
    position:inherit;
    float:left;
    width:100%;
    height:1px;
    margin:10px 0 10px 0;
    border-top:1px dashed #000099;
    overflow:hidden;    
}

.PageContent img, .MainContentFullWidth img
{
    padding:0 5px 5px 5px;
}

.InformationItemsBack 
{
    position:inherit;
    float:left;
    width:50%;
    padding:16px 0 0 0 ;
    text-align:left;
    margin:0 0 10px 0;  
}

.InformationItemsSaveAsPDF
{
    position:inherit;
    float:left;
    width:48%;
    text-align:right;
    margin:0 0 10px 0;
    min-height:40px;
}

.CaseStudySearchTableCellNarrow
{
    width:20%;
    font-weight:bold;
}

.CaseStudySearchTableCellWide
{
    width:40%;
    font-weight:bold;
}

.CaseStudySearchTableCellEqual
{
    width:33%;
    font-weight:bold;
}
    
