﻿div#WhiteBoxModulePlaceholder .WhiteBox
{
    width: 300px;
    background-color: #FFFFFF;
}
div#WhiteBoxModulePlaceholder .WhiteBoxInner
{
    border: 3px solid #EAEAEA;
    padding: 5px;
}    
div#WhiteBoxModulePlaceholder .HealthTip
{
    margin:0 0 0 0px;
}
div#WhiteBoxModulePlaceholder div.HealthTipImg
{
    float:left;
    margin:0 5px 5px 0;
    padding:5px 0 0 5px;
}
div#WhiteBoxModulePlaceholder div.HealthTipImg div
{
    color: #444;
    font-size: 12pt;
}    
div#WhiteBoxModulePlaceholder div.HealthTipImg img
{
    margin-top: 10px;
    border: 0;
}
div#WhiteBoxModulePlaceholder div.HealthTipBody
{
    padding:5px 5px 0 0;
    font-size: 10pt;
}
div#WhiteBoxModulePlaceholder div.HealthTipBody a
{
    color: #369;
    font-weight: bold;
}  
div#WhiteBoxModulePlaceholder div.HealthTipTitle
{
   margin-left: 91px;
}      
div#WhiteBoxModulePlaceholder div.HealthTipTitle a
{
    font-size: 12pt;
    color: #369;
    text-decoration: none;
}
div#WhiteBoxModulePlaceholder div.HealthTipTitle a:hover
{
    font-size: 12pt;
    color: #444;
    text-decoration: underline;
}
div#WhiteBoxModulePlaceholder div.HealthTipBody a.moreLink
{
    font-size: 10pt;
    color: #369;
    text-decoration: none;
}
div#WhiteBoxModulePlaceholder div.HealthTipBody a.moreLink:hover
{
    font-size: 10pt;
    color: #444;
    text-decoration: underline;
}
div#WhiteBoxModulePlaceholder div.DatabaseSection
{
    margin-bottom: 3px;
    float: left;
}
div#WhiteBoxModulePlaceholder div.DatabaseSection a
{
    width: 128px;
    float: left;
    display: block;
    padding: 3px;
    background-color: #848484;
    font-size: 10pt;
    color: #fff;
    text-decoration: none;
}
div#WhiteBoxModulePlaceholder div.DatabaseSection a:hover
{
    background-color: #848484;
    font-size: 10pt;
    color: #ffc;
    text-decoration: underline;
}
div#WhiteBoxModulePlaceholder div.DatabaseSection a span
{
    font-weight: bold;   
}
div#WhiteBoxModulePlaceholder div.DatabaseSection a.first
{
    margin-right: 5px;
}
div#WhiteBoxModulePlaceholder div.GoodToKnow
{
    padding: 3px;
    background-color: #EAEAEA;
    
}
div#WhiteBoxModulePlaceholder div.GoodToKnow div
{
    color: #444;
    font-size: 12pt;
    
}
div#WhiteBoxModulePlaceholder div.GoodToKnow ul
{
    padding: 0;
    margin: 0 0 0 15px;

}    
div#WhiteBoxModulePlaceholder div.GoodToKnow ul li a
{
    font-size: 10pt;
    color: ;
    text-decoration: none;
}    
div#WhiteBoxModulePlaceholder div.GoodToKnow ul li a:hover
{
    font-size: 10pt;
    color: ;
    text-decoration: underline;
}    


