/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    background: #DCDDDF url(http://cssdeck.com/uploads/media/items/7/7AF2Qzt.png);
    color: #000;
    font: 14px Arial;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    color: #563D64;
}

small {
    font-size: 10px;
}

b, strong {
    font-weight: bold;
}

a {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.clearfix:after,
form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.logo {
    margin: 0 auto;
    width: 100%;
    padding-bottom:20px;
    padding-top:20px;
    background-color:#0A6286;
    text-align:center;
}

.container {
    margin: 0px auto;
    position: relative;
    width: 100%;
}

#content {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -ms-box-shadow: 0 1px 0 #fff inset;
    -o-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border: 1px solid #c4c6ca;
    margin: 0 auto;
    padding: 17px 0 0;
    position: relative;
    width: 400px;
}

.loginDiv {
    text-align: center;
    width: 100%;
}

.login {
    background-color:#0A6286;
    color: #fff;
    font: 21px Arial, Helvetica, sans-serif;
    margin: 0 0 30px 0;
    text-align: left;   
    padding:10px;
}

#content h1:after {
    right: 0;
}

#content h1:before {
    left: 0;
}

#content {
    position: relative;
}

.LoginTextBox {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #eae7e7 url(images/pwd.png) no-repeat;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px 40px;
    padding: 15px 10px 15px 40px;
    width: 260px;
    background-position: 10px 10px !important;
}

    .LoginTextBox:focus {
        background-color: #fff;
        outline: none;
    }

.LoginPassword {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #eae7e7 url(images/8bcLQqF.png) no-repeat;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px 40px;
    padding: 15px 10px 15px 40px;
    width: 260px;
    background-position: 10px -53px !important;
}

    .LoginPassword:focus {
        background-color: #fff;
        outline: none;
    }

.FPBtntd {
    text-align: left;
}

.LoginBtntd {
    text-align: center;
}

.LoginBtn {
    background: #0A6286;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font: 15px Arial, Helvetica, sans-serif;
    height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    border: none;
    width: 140px;
    text-transform: uppercase;
    margin-left: 40px;
}

    .LoginBtn:hover {
        opacity: 0.8;
    }


.LinkFp {
    color: #0088de;
    margin-left: 5px;
}

.CheckRememberMe {
    margin-left: 40px;
    margin-right: 5px;
}

.greenMsg {
    color: green;
    margin: 5px 40px 10px 20px;
    font-weight: bold;
}

.redMsg {
    color: red;
    margin: 5px 40px 5px 40px;
    font-weight: bold;
}

.rowLogin {
    display: none;
}




.validationsummary {
    padding: 0px 0px 13px 0px;
    font-size: 12px;
    width: 99%;
    color: red;
}

.validationheader {
    left: 0px;
    position: relative;
    font-size: 12px;
    color: red;
    height: 14px;
    font-weight: bold;
    padding-top: 3px;
}

.validationsummary ul {
    padding-top: 5px;
    padding-left: 45px;
    list-style: list;
    font-size: 12px;
    color: red;
}

    .validationsummary ul li {
        padding: 2px 0px 0px 15px;
    }
