﻿/* ===================================== */
/* ================ MISC =============== */
/* ===================================== */
.headerBackground
{
    background-image: url(Images/NestEgg_HeaderBackground.jpg);
    background-repeat: repeat-x;
}

.textboxFormat
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
}

.textboxFormat_CP
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
}

.imgAAA
{
    width: 184px;
    margin: 0px;
    padding: 0px;
    border: none;
}

.imgFreeVideo
{
    padding-right: 10px;
}

/* Unordered list */
.JBWTContent li
{
    margin: 7px 0px 0px -20px;
    padding: 0px 0px 0px 0px;
    list-style-image: url(Images/check.gif);
    font-size: 110%;
}

.JBWTContentCircle li {
    margin: 7px 0px 0px -20px;
    padding: 0px 0px 0px 0px;
    list-style-image: none;
    font-size: 110%;
    list-style-type: circle;
}

/* Validation Summary Control */
.vs
{
    clear: left;
    margin: 0em 0px 0.5em 0px;
    padding: 0px;
    font-size: 130%;
}

/* To center a table */
.center table
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* For the font color for the hyperlinks on the NewsletterReport.aspx page */
.content a.news-red10, .content a:hover.news-red10, .content a:visited.news-red10, .content a:active.news-red10, .content a:link.news-red10
{
    color: rgb(222,59,33);
}

.content a.report-green10, .content a:hover.report-green10, .content a:visited.report-green10, .content a:active.report-green10, .content a:link.report-green10
{
    color: rgb(79,168,0);
}

/* For the Full / Left / Right content boxes in the Control Panel */

.JBWT_CP-contentbox-container-full
{
    float: left;
    width: 740px;
    margin: 0px 0px 1.5em 0px;
    padding: 0px;
}

.JBWT_CP-contentbox-container-left
{
    float: left;
    width: 362px;
    margin: 0px 0px 1.5em 0px;
    padding: 0px;
}

.JBWT_CP-contentbox-container-right
{
    float: right;
    width: 362px;
    margin: 0px 0px 1.5em 0px;
    padding: 0px;
}
