﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
input[type="radio"] {
border:none;
outline:none;
}
td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.RequiredCSS
{
    font-size: 12pt;
    font-weight: bold;
    color: Red;
}


.stepstitle
{
    color: #0e553f;
    font-weight: bold;
    font-size: 14pt;
}

.stepsAttention
{
    color: #0e553f;
    font-weight: bold;
    font-size: 12pt;
}
.textboxGeneral
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 5px;
}
.textboxSubTotal
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 20px;
    padding-left: 5px;
    text-align: center;
    font-weight: bold;
}
.textboxSubTotal2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    padding-left: 10px;
    text-align: center;
}

.txtAnnualSavings
{
    font-family: Arial;
    font-size: 13px;
    color: Red;
    font-weight: bold;
}
.txtEnrollement
{
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: Red;
    font-weight: bold;
}

.txtRequiredFields
{
    /*font-family: Arial,sans-serif; 	font-size: 10px;*/
    font-weight: bold;
    padding-left: 5px;
}
.txtPinkBg
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #101437;
    background-color: #fe9496;
    font-weight: bold;
    padding-left: 5px;
}
.ValidatorFontSize
{
    font-size: 12px;
    font-weight: bold;
    color:red;
}
.txtTextBox
{
    /*font-family: Arial, Verdana, Helvetica, sans-serif; 	font-size: 10px;*/
    font-weight: bold;
    padding-left: 5px;
    text-transform: uppercase;
    margin-bottom:1px;
}
.SubTotal
{
    background-color: #0e553f;
    width: 33%;
    text-align: center;
}

.drpdown
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}
.labelHeader
{
    /*font-weight: bold;*/
    padding-left: 5px;
    font-size: 14px;
}
.mbrlabels
{
    /*font-weight: bold;*/
    padding-left: 5px;
    font-size: 12px;
}
.thankyouLabel
{
    color: #0e553f;
    font-weight: bold;
    font-size: 18pt;
}
#footer
{
    clear: both;
    height: 30px;
    width: 700px;
    background-image: url(images/footer.jpg);
    background-color: #FFFFFF;
}

#footer2
{
    clear: both;
    height: 50px;
    width: 700px;
    background-color: #FFFFFF;
    background-image: url(images/logosmall.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#wrapper
{
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-color: #FFFFFF;
    background-image: url(images/column.jpg);
    background-repeat: repeat-y;
}

.PrProgress
{
    display: block;
    position: absolute;
    padding: 2px 3px;
    top: 359px;
    left: 345px;
    z-index: 2;
}
.PrContainer
{
    border: solid 1px #808080;
    border-width: 1px 0px;
    z-index: 2;
}
.PrHeader
{
    background: url(Images/sprite.png) repeat-x 0px 0px;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: Red;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;
    white-space: nowrap;
    font-family: arial,helvetica,clean,sans-serif;
    z-index: 2;
}
.PrBody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
    z-index: 2;
}

.DDITableDesign
{
    font-size: medium;
    border-collapse: collapse;
    border-color: black;
    border-right-color: black;
    border-bottom-width: thin;
    border-top-color: black;
    border-right-width: thin;
}
.AccountHoldersName
{
    border-color: black;
    border-top-color: Black;
    border-bottom-color: Black;
}
.MunroeSuttonAddress
{
    font-family: Arial;
    font-size: larger;
}
.CaptionText
{
    font-family: Arial;
    font-size: smaller;
    font-weight: bold;
}
.NormalText
{
    font-family: Arial;
    font-size: smaller;
}
.DDITD
{
    border-right-color: black;
    border-bottom-color: Black;
    border-top-color: Black;
    border-left-color: Black;
}
.DDIGuarantee
{
    font-family: Arial;
    font-size: large;
}
/* For displaying error label */
.lblErrorDisplay
{
	font-family: Verdana, Georgia, Arial;
	 font-size: 12px;
    font-weight: bold;
	color: Red;
	text-decoration: none;
    text-align:left;
	
}
.exmtry {
vertical-align:top;
}
.xmtry {
vertical-align:super;
}