﻿.RFVKeywords
{
    font-size: 11px;
    font-style: italic;
    margin: : 0px 0px 0px 10px;
    padding: 0px;
}

/*
╔════════════════════════════════════════════════╗
║              Key Facts Template				 ║
╚════════════════════════════════════════════════╝ */
.KeyFacts
{
    height: auto;
    width: 190px;
    overflow: hidden;
    border: 1px solid #AAA;
    margin: 10px 0px 0px 9px;
    background-image: url(../Images/Translucid-110Alpha.png);
    background-repeat: repeat;
    font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    _background-image: none; /* This path is relative to the page file (CSSite.Master) not to the css file. This is why the full path is provided including the theme name! */
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../App_Themes/Default/Images/Translucid-110Alpha.png',sizingMethod='scale');
}
.KeyFacts a
{
    position: relative;
}
.KeyFacts h4
{
    margin: 5px;
    font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-align: right;
    vertical-align: top;
}
.KeyFacts ul
{
    list-style-image: url(../Images/ListBullet.gif);
    margin: 0px 5px 0px 25px;
    padding: 0px 0px 5px 0px;
}
.KeyFacts span
{
    font-weight: bold;
}
/*
╔════════════════════════════════════════════════╗
║              One Col Template                  ║
╚════════════════════════════════════════════════╝ */
.OneCol
{
    width: auto;
    height: auto;
    text-align: left;
}
.OneCol h4
{
    font-weight: bold;
    font-size: 16px;
    padding: 0px 0px 0px 10px;
    width: auto !important;
    border-bottom: solid 1px #54B3AB;
    margin: 0px 0px 10px 0px;
}
.OneCol h6
{
    font-weight: bold;
    font-size: 12px;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}
.OneCol h5
{
    margin: 3px 0px 0px 10px;
    font-size: 14px;
    font-weight: bold;
}
.OneColLight
{
    background-color: #E8E8E8;
    border: solid 1px #CCC;
}
.OneColDark
{
    background-color: #E2E2E2;
    border: solid 1px #BBB;
}
.OneColTranslucid
{
    background-image: url(../Images/Translucid-130Alpha.png);
    border: solid 1px #AAA;
    padding: 10px;
}
.OneCol ul
{
    list-style-image: url(../Images/ListBullet.gif);
    margin: 5px 10px 0px 60px;
    padding-bottom: 5px;
}
.OneCol ul li
{
    margin: 0px;
    padding: 0px;
}
.OneCol p
{
    margin: 5px;
    text-align: justify;
}
/*
╔════════════════════════════════════════════════╗
║              Two Cols Template                 ║
╚════════════════════════════════════════════════╝ */
.TwoCols
{
    text-align: left;
}
.TwoCols p
{
    margin: 5px;
    text-align: justify;
}
.TwoCols .Left
{
    float: left;
    width: 49%;
}
.TwoCols .Right
{
    float: right;
    width: 49%;
}
.TwoCols .Light
{
    background-color: #E8E8E8;
    border: solid 1px #BBB;
}
.TwoCols .Dark
{
    background-color: #E2E2E2;
    border: solid 1px #BBB;
}
.TwoCols .ExtraLight
{
    background-color: #FAFAFA;
    border: solid 1px #BBB;
}
.TwoCols h4
{
    margin: 5px 0px 0px 10px;
    font-size: 16px;
    font-weight: bold;
}
.TwoCols h5
{
    margin: 3px 0px 0px 10px;
    font-size: 14px;
    font-weight: bold;
}
.TwoCols ul
{
    list-style-image: url(../Images/ListBullet.gif);
    margin-left: 23px;
    padding: 0px;
}
.TwoCols ul li
{
    margin: 0px;
    padding: 0px;
}
.EmailOutcome
{
    height: auto;
    background-color: #F4F4F4;
    font-size: 12px;
    font-weight: bold;
    border: solid 1px #DDD;
    text-align: center;
    padding: 5px 0px 5px 0px;
}
.Error
{
    color: #CE001B;
}
.Success
{
    color: #14AD00;
}

.SubmitStyle
{
    width: 120px;
    background-color: #AAA;
    vertical-align: middle;
    text-decoration: none;
    font-family: Trebuchet MS, Verdana, Tahoma, Arial;
    color: #FFF;
    padding: 5px 10px 5px 10px;
}
.SubmitStyle:hover
{
    background-color: #BBB;
    color: #FFF;
}
.TextBox
{
    width: 150px;
    border: solid 1px #999;
    font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #000;
}
.ClientsLogin
{
    padding: 0px;
    margin: 0px;
}

/*
╔════════════════════════════════════════════════╗
║                 LIST ITEM                      ║
╚════════════════════════════════════════════════╝
*/
#ListItemsWrapper div.ListItem a.ResultTitle
{
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-decoration: none;
    color: #000;
}
#ListItemsWrapper div.ListItem a.ResultCategory
{
    color: #999;
    font-style: italic;
    text-decoration: none;
}
#ListItemsWrapper div.ListItem a.ResultCategory:hover
{
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
#ListItemsWrapper div.ListItem a.ResultTitle:hover
{
    text-decoration: none;
    color: #68A9A3;
    cursor: pointer;
}
#ListItemsWrapper div.ListItem p
{
    padding: 0px 5px 0px 5px;
    margin: 5px 0px 10px 0px;
    text-indent: 0px;
}
#ListItemsWrapper div.ListItem i
{
    color: #999;
}
#ListItemsWrapper div.ListItemsSeparator
{
    border-top: dotted 3px #204945;
    margin: 0px 10px 10px 10px;
}
#ListItemsWrapper span.KeywordHighlight
{
    background-color: #C7E0DB;
    text-transform: uppercase;
}

div.AccordionHeader
{
    line-height: 30px;
    vertical-align: middle;
    height: 31px;
    background-color: #F0F0F0;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    color: #000;
    cursor: pointer;
    border-bottom: solid 1px #CCC;
    z-index: 1000;
}
div.AccordionHeader:hover
{
    background-color: #FCFCFC;
}
div.AccordionHeaderSelected
{
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 1px;
    background-color: #49817C;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    color: #FFF;
}

div.AccordionContent
{
    background-color: #F5F5F5;
    padding: 5px;
    border-bottom: solid 1px #CCC;
}
div.AccordionContent #NewsArchiveItemWrapper
{
    margin-bottom: 5px;
}
div.AccordionContent #NewsArchiveItemWrapper a
{
    margin-left: 20px;
}
