﻿body
{
    font-family: Arial;
    font-size: 12px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

a
{
    color: #555555;
    text-decoration: none;
}

a:hover
{
    color: #000000;
}
.QuestionTitle
{        
    padding: 6px 0px 0px 15px;
    height: 31px;
    width: 511px;
    background: url(/images/redflag/QuestionGradient.gif) no-repeat;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #c1272d;
    vertical-align: middle;
}
.Question
{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 7px;
}
.SmallQuestion
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 10px;
}
.AnswerOption
{
    float: left; 
    text-align: left; 
    width: 120px;
    height: 20px; 
    padding-right: 5px;
    font-weight: bold;
}
li
{
    margin-top: 10px; 
    font-weight: bold; 
    font-size: 14px; 
    vertical-align: top;
}
.NavContainer
{
    background: url(/images/redflag/nav_bg.gif) repeat-x;
    border: solid 1px ebebeb;
    margin-bottom: 15px;            
}           
.NavSection
{
    border-top: solid 1px #d8d8d9;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 2px 10px 2px;
    margin: 0px;
}
.NavSectionOpen
{
    border-top: solid 1px #d8d8d9;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 2px 10px 2px;
    margin: 0px;
}

.NavSection ul
{
    padding-left: 20px;
    visibility: hidden;
    display: none;
}

.NavSectionOpen ul
{
    padding-left: 20px;
    visibility: visible;
    display: block;
}

.SubNavSection
{
    border: none;
    font-size: 12px;
    padding: 5px 0px 5px 20px;
    margin: 0px;
    list-style-type: none;
}

.SubNavSection:hover
{
    background-color: #EBEBEB;
}

.NavSection:hover
{
    background-color: #EBEBEB;
}
.footer
{
    font-size: 10px;
    padding: 15px;
}

.submitButton
{
    font-size: 18px;
    font-weight: bold;
    color: #505050;
    margin: 15px;
}
    .demo
    {
        width: 249px;
        height: 201px;
        float: left;
        background: url(http://www.capindex.com/images/redflag/RiskExposure.png) 0 0 no-repeat;
        border: solid 1pt #CCC;
    }
    .demo a
    {
        float: left;
        text-decoration: none;
        height: 202px;
        width: 250px;
    }
    .demo a:hover
    {
        background: url("http://www.capindex.com/images/redflag/RiskExposure.png") no-repeat top right;
    }
    .demo
    {
        width: 249px;
        height: 201px;
        float: left;
        background: url(http://www.capindex.com/images/redflag/RiskExposure.png) 0 0 no-repeat;
        border: solid 1pt #CCC;
    }
    .demo a
    {
        float: left;
        text-decoration: none;
        height: 202px;
        width: 250px;
    }
    .demo a:hover
    {
        background: url("http://www.capindex.com/images/redflag/RiskExposure.png") no-repeat top right;
    }
    .button
    {
        width: 201px;
        height: 40px;
        background: url("http://www.capindex.com/images/redflag/button.png") no-repeat bottom left;
    }
    .button a
    {
        width: 201px;
        height: 40px;
        float: right;
    }
    .button a:hover
    {
        background: url("http://www.capindex.com/images/redflag/button.png") no-repeat top left;
    }
    .grayBar
    {
        padding: 6px 0px 0px 15px;
        height: 24px;
        background: url(http://www.capindex.com/images/redflag/bg_gray.gif) repeat-x;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        color: #c1272d;
        vertical-align: middle;
        border: solid 1pt #CCC;
        margin-bottom: 5px;
    }
    .grayBar li
    {
        font-size: 10px;
        font-weight: normal;
    }
    
    .thumbnailBox {
        border:1pt solid #CCCCCC;
        float:right;
        font-size:10px;
        font-weight:bold;
        margin:3px;
        padding: 1px;
        text-align:center;
        width:138px;
    }
