﻿/*Only used on viewHandout.aspx, so only loaded there.*/
/* MAIN FONTS*/
.HHHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #0F75BC;
}
.HHHeaderSub
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #0F75BC;
}
.HHSub
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0F75BC;
    padding-bottom: 10px;
}
.HHAuthor
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #535454;
    padding-top: 0px;
    padding-bottom: 10px;
}
.HHTitle, .HHtitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #0F75BC;
    padding-top: 10px;
    padding-bottom: 10px;
}
.HHTitle2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #0F75BC;
    padding-top: 10px;
    padding-bottom: 10px;
}
.HHContent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #535454;
    line-height: 16px;
    padding-bottom: 10px;
}
.HHTable
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #535454;
    line-height: 15px;
    padding-left: 15px;
    padding-bottom: 3px;
}
.HHTableHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0F75BC;
    line-height: 14px;
    font-weight: bold;
    padding-left: 15px;
}
.HHTableHeaderBackground
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #0099CC;
    line-height: 16px;
    font-weight: bold;
    padding-left: 15px;
}
.HHContentBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #535454;
    line-height: 15px;
    padding-bottom: 10px;
    font-weight: bold;
}
.HHResource
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #535454;
    padding-bottom: 10px;
    text-decoration: none;
}
.HHUnderline
{
    text-decoration: underline;
}
.UnderlineBold
{
    font-weight: bold;
}
.HHBold
{
    font-weight: bold;
}
.HHWite
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    padding-bottom: 10px;
}
ul
{
    list-style-image: url(/images/layout/bullet.png);
}
li
{
    text-indent: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #535454;
    line-height: 16px;
    padding-bottom: 10px;
}
ol
{
    text-indent: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #535454;
    line-height: 16px;
    padding-bottom: 10px;
}

/* Table styles for HH#302*/
td.c1
{    
    font-size: 12px;
    color: #535454;
    padding-right: 6px; 
    min-width: 60px;
    vertical-align:top;
}

td.c2
{
    font-size: 12px;
    color: #535454;
    line-height: 16px;
    font-weight: bold;
}

.column {
    float: left;
    width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

