
.clr {
    clear: both;
}
#footer_bg {
    height: 50px;
    width: 100%;
    float: left;
    background-color: #3C3E5B;

}

.body {
    background: #CCE5FD;
    /*background-image: url(../Images/bg_pattern.jpg);*/
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
}

#container {
    margin: 0px;
    margin: auto;
    width: 1100px;
}

#top_banner {
    background: url(../Images/top_banner.jpeg) no-repeat;
    width: 942px;
    height: 97px;
}



.top_right {
    width: 17px;
    height: 17px;
    float: right;
}

.bottom_radius {
    height: 17px;
    width: 968px;
}

.spce {
    height: 20px;
    background-color: #3C3E5B;
    border: 1px solid black;
    font-family: verdana;
    font-size: 10px;
    color: #FFF;
}


.bottom_left {
    background: #F3F3F3;
    width: 17px;
    height: 17px;
    float: left;
}

.bottom_right {
    background: #F3F3F3;
    width: 17px;
    height: 17px;
    float: right;
}

#footer {
    background: #3664b0;
    height: 50px;
    width: 1100px;
    margin-bottom: 20px;
    font-size: 11px;
    font-weight: 700;
}

#footertext {
    text-align: center;
    color: white;
    vertical-align: middle;
    padding-top: 14px;
}

#content {
    margin-top: 5px;
    width: 942px;
    margin-bottom: 5px;
    font-size: 11px;
    text-align: center;
    background: url(../images/top_cont.gif) repeat-x;
}

.divContent {
    border: solid 0px;
    background-color: white;
    width: 1100px;
}

.subTitle {
}


#lblError {
    color: Red;
    font-weight: bold;
    font-size: 12px;
}

.instructionRed {
    padding: 10px;
    text-align: center;
    color: Red;
    font-size: 0.75em;
    font-weight: bold;
}

.rtalign {
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    text-align: right;
}

.ltalign {
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    text-align: left;
}

.ctalign {
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.ctalignt {
    font-family: Verdana;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.ddltalign {
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.required {
    color: Red;
}

.title {
    position: relative;
    left: 16px;
    margin: 0px 0 22px -16px;
    width: 26%; /*003366*/
    background-color: #3F9EF0;
    font-family: Berlin Sans FB;
    color: White;
    padding: 8px;
    font-size: 18px;
    text-align: left;
    border-radius: 0px / 30px;
}
.title1 {
    position: relative;
    left: -3px;
    margin: 0px 0 22px -16px;
    width: 26%; /*003366*/
    background-color: #3F9EF0;
    font-family: Berlin Sans FB;
    color: White;
    padding: 8px;
    font-size: 18px;
    text-align: left;
    border-radius: 0px / 30px;
    bottom: 2px;
}

.lnk {
    font-family: Berlin Sans FB;
    color: White;
    padding: 10px;
    font-size: 18px;
}

.subTitle {
    position: relative;
    left: 20px;
    margin: 22px 0 22px -16px;
    border-bottom: solid 2px #f60909;
    font-family: Berlin Sans FB;
    color: #05427E;
    font-size: 18px;
    padding-bottom: 5px;
    width: 40%;
    text-align: left;
}

.ddl {
    /*padding: 3px;
    position: static;*/
    /*background-image: url(../Images/textbox_bg.jpg);*/
    background-repeat: repeat-x;
    border: 1px solid #136493;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: tahoma, arial, sans-serif;
    width: 150px;
}

    .ddl:focus {
        padding: 3px;
        border: solid 2px #d19405;
        background-color: #ffe180;
        -webkit-box-shadow: 1px 1px 2px #d19405;
        -moz-box-shadow: 1px 1px 2px #d19405;
        box-shadow: 1px 1px 2px#d19405;
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        -moz-transition: all 1s linear;
        -ms-transition: all 1s linear;
        -kthtml-transition: all 1s linear;
    }


.txt {
    /*padding: 3px;
    position: static;*/
    /*background-image: url(../Images/textbox_bg.jpg);*/
    background-repeat: repeat-x;
    border: 1px solid #136493;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: tahoma, arial, sans-serif;
}

    .txt:focus {
        padding: 3px;
        border: solid 2px #d19405;
        background-color: #ffe180;
        -webkit-box-shadow: 1px 1px 2px #d19405;
        -moz-box-shadow: 1px 1px 2px #d19405;
        box-shadow: 1px 1px 2px#d19405;
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        -moz-transition: all 1s linear;
        -ms-transition: all 1s linear;
        -kthtml-transition: all 1s linear;
    }

.modalBackground {
    background-color: black;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

.modalBody {
    padding: 2px;
    background-color: White;
    border: solid 1px grey;
    box-shadow: 2px 2px 2px #BBBBBB;
    border-radius: 0.5em;
    position: absolute;
    text-align: left;
    border: solid 1px #d19405;
}

/*.btn {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 5px 10px;
    background: #113157;
    color: #fff;
    border-radius: .5em;
    font-family: Berlin Sans FB;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    cursor: pointer;
}*/
.btn {
    border: 1px solid #008388;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #008388;
    border: none;
    padding: 14px;
    font-family: Berlin Sans FB;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 16%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border-radius: 5px;
}

    .btn:hover {
        background-color: #008388;
    }

    .btn:active {
        background-color: #3e8e41;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }

.btnNext {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 5px 10px;
    background-color: red;
    color: white;
    border-radius: .5em;
    font-family: Berlin Sans FB;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
    cursor: pointer;
}

.btn01 {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 5px 10px;
    background: #d34d17;
    color: #fff;
    border-radius: .5em;
    font-family: Berlin Sans FB;
    font-size: 13px;
    font-weight: bold;
    margin: 5px;
    cursor: pointer;
}

.btn:hover {
    top: -100%;
}

.ribbon {
    /*font-size: 16px !important;
 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
    /*width: 50%;
   left: 257px; 
 position: relative;
 /*background: #ba89b6;*/
    /*color: #fff;
 text-align: center;
 padding: 1em 2em; /* Adjust to suit */
    /*margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}

    .ribbon:before, .ribbon:after {
        content: "";
        position: absolute;
        display: block;
        bottom: -1em;
        border: 1.5em solid #986794;
        z-index: -1;
    }

    .ribbon:before {
        left: -2em;
        border-right-width: 1.5em;
        border-left-color: transparent;
    }

    .ribbon:after {
        right: -2em;
        border-left-width: 1.5em;
        border-right-color: transparent;
    }

    .ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
        content: "";
        position: absolute;
        display: block;
        border-style: solid;
        border-color: #804f7c transparent transparent transparent;
        bottom: -1em;
    }

    .ribbon .ribbon-content:before {
        left: 0;
        border-width: 1em 0 0 1em;
    }

    .ribbon .ribbon-content:after {
        right: 0;
        border-width: 1em 1em 0 0;
    }

.ltalign {
    font-size: 11px;
    text-decoration: none;
    text-align: left;
    width: 40%;
}
.ltalign1 {
    font-size: 11px;
    text-decoration: none;
    text-align: right;
    width: 40%;
}
.rtalign {
    font-size: 11px;
    text-decoration: none;
    text-align: right;
}

.ctalign {
    font-size: 11px;
    text-decoration: none;
    text-align: center;
}

.txt {
    /*height: 20px;
    color: #000;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    width: 210px;
    margin: 1px 0 0;*/
    background-image: url(images/form_bg.jpg);
    background-repeat: repeat-x;
    border: 1px solid #373754;
    width: 230px;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: tahoma, arial, sans-serif;
}


 


