
.clr {
    clear: both;
}

body {
    background: url(../images/bg.jpeg);
    /*background-color :#d2e6ff;*/
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
}

#container {
    margin: 0px;
    margin: auto;
    width: 80%;
    /*width: 950px;*/
}

#top_banner {
    /*background: url(../images/jssc_top_banner.jpg) no-repeat;
    width: 100%;
    height: 156px;
    background-size: cover;*/
    /*width: 942px;*/
    background: url(../images/jssc_top_banner.jpg) no-repeat;
    width: 100%;
    height: 140px;
    background-size: contain;
    background-position: center;
    background-color: white;
    border-radius: 0px 0px 20px 20px;
}

.dob {
    color: Maroon;
    font-style: unset;
    font-size: 14px;
    font-family: Courier New;
    font-weight: bold;
}

.top_radius {
    /*background: url(../images/top_cont.gif) repeat-x;*/
    height: 17px;
    width: 100%;
}

.top_left {
    /*background: url(../images/top_left.gif) no-repeat;*/
    width: 17px;
    height: 17px;
    float: left;
}

.top_right {
    /*background: url(../images/top_right.gif) no-repeat;*/
    width: 17px;
    height: 17px;
    float: right;
}

.bottom_radius {
    /*background: url(../images/bot_cont.gif) repeat-x;*/
    height: 17px;
    width: 100%;
}

.bottom_left {
    /*background: url(../images/bottom_left.gif) no-repeat;*/
    width: 17px;
    height: 17px;
    float: left;
}

.bottom_right {
    /*background: url(../images/bottom_right.gif) no-repeat;*/
    width: 17px;
    height: 17px;
    float: right;
}

#footer {
    background: #145a30;
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 11px;
    font-weight: 700;
    background: url(../images/bg-patten.jpg);
}

#footertext {
    text-align: center;
    color: white;
    vertical-align: middle;
    padding-top: 14px;
}

#content {
    margin-top: 5px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 11px;
    text-align: center;
    /*background: url(../images/top_cont.gif) repeat-x;*/
}

.divContent {
    border: solid 2px;
    border-color: #097f43;
    background-color: #FFFFFF;
    width: 100%;
    margin: 0 auto;
}

.subTitle {
    position: relative;
    left: 20px;
    margin: 22px 0 22px -16px;
    border-bottom: solid 2px #097f43;
    font-family: Berlin Sans FB;
    color: #025994;
    font-size: 18px;
    padding-bottom: 5px;
    width: 70%;
    text-align: left;
}


#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;*/
    text-align: left;
    padding-left: 85px;
}
.rtalign1 {
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    /*text-align: right;*/
    text-align: left;
    padding-left: 300px;
}

.ltalign {
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    text-align: left;
}


.rtalignreg {
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    text-align: right;
}

.ctalign {
    font-family: Verdana;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.ctaligncf {
    font-family: Verdana;
    font-size: 12px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.required {
    color: Red;
}

.title {
    position: relative;
    left: 12px;
    margin: 0px 0 19px -12px;
    width: 98.6%;
    background-color: #145a30;
    font-family: Berlin Sans FB;
    color: White;
    padding: 10px;
    font-size: 18px;
    text-align: left;
}


.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 #097f43;
    font-family: Berlin Sans FB;
    color: #025994;
    font-size: 18px;
    padding-bottom: 5px;
    width: 70%;
    text-align: left;
}

.ddl {
    padding: 3px;
    position: static;
}

    .ddl:focus {
        padding: 3px;
        border: solid 2px #d2e6ff;
        background-color: rgb(210, 230, 255);
        -webkit-box-shadow: 1px 1px 2px #d2e6ff;
        -moz-box-shadow: 1px 1px 2px #d2e6ff;
        box-shadow: 1px 1px 2px#d2e6ff;
        -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;
    }


.ddlhide {
    padding: 3px;
    position: static;
    background-color: darkgray;
}

    .ddlhide:focus {
        padding: 3px;
        border: solid 2px #d2e6ff;
        background-color: rgb(210, 230, 255);
        -webkit-box-shadow: 1px 1px 2px #d2e6ff;
        -moz-box-shadow: 1px 1px 2px #d2e6ff;
        box-shadow: 1px 1px 2px#d2e6ff;
        -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;
}

    .txt:focus {
        padding: 3px;
        border: solid 2px #d2e6ff;
        background-color: rgb(210, 230, 255);
        -webkit-box-shadow: 1px 1px 2px #d2e6ff;
        -moz-box-shadow: 1px 1px 2px #d2e6ff;
        box-shadow: 1px 1px 2px#d2e6ff;
        -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 #d2e6ff;
}

.btn {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 5px 10px;
    background: #001f3a;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
    cursor: pointer;
    height: 31px;
}

.btnold {
    border-style: none;
    border-color: inherit;
    border-width: medium;    
    background: #001f3a;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
    cursor: pointer;
    height: 31px;
}

    .btn:hover {
        top: -100%;
    }
