﻿table#BCCReqsTbl
{
    font-size: 95%;
    border-collapse: collapse;
    }
table#BCCReqsTbl p
{
    margin-top:0px;
}
table#BCCReqsTbl td, table#BCCReqsTbl th
{
    padding:5px;
    border: 1px solid #474747;
    border-bottom:none;
}
table#BCCReqsTbl th 
{
    color: #9E4B9C;
    }
table#BCCReqsTbl th h3
{
    color: #9E4B9C;
    padding-bottom: 10px;
    }
td#BCCReqsTitleBar 
{
    color: #FFFFFF;
    background-color:#F39662;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    }
td.reqHdg
{
    color: #3E5E6F;
    font-size: 108%;
    font-weight: bold;
    }
.inaugural
{
    background-color: #D6EBFF;
    }
table#BCCReqsTbl td.verification
{
    /*background-image: url("/Images/style/bccVerifyTxt.png");*/
    background-position: left top;
    background-repeat: no-repeat;
    border-top: medium none;
    padding-top: 13px;
    }
table#BCCReqsTbl td#otherBCCreqsHdg
{
    border-bottom:none;
}
table#BCCReqsTbl td#otherBCCreqsText
{
    border-top:none;
    border-bottom: 1px solid #474747;
}
div#feeDisclaimer 
{
    color: Black;
    font-size: 85%;
    font-weight: normal;
    padding-top: 8px;
}
h2#preQualHdg
{
    background-color: #D6EBFF;
    clear: both;
    color: white;
    padding: 8px;  
}
h3#preQualHdg2
{
    background-color: #D6EBFF;
    clear: both;
    color: white;
    padding: 8px;  
}

.custom-modal-button {
    background-color: #8DB9CA;
    width: 100%;
    padding: 15px;
    text-align:center;
    text-decoration:none;
    font-weight:bolder;
    color: white;
    border: solid 1.5px #63878f; 
    box-shadow: 0px 4px 0px lightgray;
    border-radius:5px;
    cursor: pointer;
    text-shadow: -1px 1px #63878f;
}

a:hover .custom-modal-button {
    opacity: 0.5;
}