﻿/****** GENERAL SECTION ******/
html {
    overflow-y: scroll;
}

body {
    background-color: #FFFFFF;
}

body, p, li, div, span {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-small;
    line-height: 1.3;
    color: black;
}

.standard {
    background-image: url(../images/NewLook/indexBodyBackground.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

a:active, a:focus {
    cursor: auto;
}

a.menulink,
a.menulink:visited {
    text-decoration: none;
    color: #004d99;
}

    a.menulink:hover {
        text-decoration: underline;
    }

div.loginPage,
div.registerPage,
div.recoverPage,
div.resetPage,
div.logoutPage,
div.dualautentication {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.infoButton {
    cursor: help;
}
/*div.loginForm {
	width: 458px;
	margin-right: auto;
	margin-left: auto;
	background-color: #777;
	border: 1px solid #333;
}*/
div.errorbox {
    width: 450px;
    border: 1px solid #F00000;
    background-color: #FFFFFF;
    padding: 6px;
    border-radius: 0.4em;
    box-shadow: 0px 0px 4px 2px #DDDDDD;
    color: #F00000;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    line-height: 16px;
    text-align: center;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
}

.error {
    color: #F00000;
    padding-left: 14px;
}

    .error p {
        margin: 0;
        font-size: 13px;
    }

label {
    display: block;
    font-size: 14px;
    color: #333;
    /*font-weight: bold;*/
}

div.disclaimer {
    width: 730px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
}

/****** CONTACT INFO SECTION ******/
div.contactinfo {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 9.5pt;
    color: #333;
    text-align: right;
}

/******LOGIN PAGE SECTION******/
div.loginPage fieldset {
    width: 418px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F7F7F7;
    border: 1px solid #666666;
    border-radius: 0.4em;
    box-shadow: 0px 0px 4px 2px #DDDDDD;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

div.dualautentication fieldset {
    width: 418px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border: 1px solid #666666;
    border-radius: 0.4em;
    box-shadow: 0px 0px 4px 2px #DDDDDD;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

div.loginTitle {
    width: 276px;
    float: left;
}

div.loginHelp {
    width: 100px;
    float: left;
    text-align: right;
    font-size: 13px;
}

div.loginSpacer {
    height: 8px;
    width: 418px;
    float: left;
}

div.loginInput {
    width: 418px;
    float: left;
}

.loginFormInput {
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
    color: #000;
    font-size: 14px;
    width: 406px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 6px;
}

    .loginFormInput:focus {
        border: 1px solid #004d99;
        box-shadow: 0px 0px 3px 1px #DDDDDD;
    }

div.loginValidator {
    width: 418px;
    float: left;
    margin: 0px;
    padding: 0px;
    color: #FF0000;
}

div.loginButton {
    width: 200px;
    float: left;
}

div.loginLinks {
    width: 417px;
    float: left;
    text-align: right;
    font-size: 13px;
}

/******REGISTER PAGE SECTION******/
div.registerPage fieldset {
    width: 738px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F7F7F7;
    border: 1px solid #004d99;
    border-radius: 0.4em;
    box-shadow: 0px 0px 4px 2px #DDDDDD;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

div.registerTitle {
    width: 360px;
    float: left;
}

div.registerHelp {
    width: 320px;
    float: left;
    text-align: right;
    font-size: 13px;
}

div.registerSpacer {
    height: 8px;
    width: 738px;
    float: left;
}

div.registerVertSpacer {
    width: 20px;
    float: left;
}

div.registerInputLeft {
    width: 359px;
    float: left;
}

div.registerInputRight {
    width: 359px;
    margin-left: 20px;
    float: left;
}

.registerFormInput {
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
    color: #000;
    font-size: 14px;
    width: 347px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 6px;
}

    .registerFormInput:focus {
        border: 1px solid #004d99;
        box-shadow: 0px 0px 3px 1px #DDDDDD;
    }

.registerDropDownList {
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
    color: #000;
    font-size: 14px;
    width: 359px;
    float: left;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 6px;
}

div.registerValidatorLeft {
    width: 359px;
    float: left;
    color: #FF0000;
}

div.registerValidatorRight {
    width: 359px;
    margin-left: 20px;
    float: left;
    color: #FF0000;
}

div.captchaSpace {
    width: 338px;
    float: left;
}

div.registerLinks {
    width: 379px;
    float: left;
    text-align: right;
    font-size: 13px;
}

/******RECOVER PASSWORD PAGE AND RECOVER QUESTION PAGE SECTION******/
div.recoverPage fieldset {
    width: 442px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F7F7F7;
    border: 1px solid #004d99;
    border-radius: 0.4em;
    box-shadow: 0px 0px 4px 2px #DDDDDD;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

div.recoverTitle {
    width: 302px;
    float: left;
}

div.recoverHelp {
    width: 413px;
    float: left;
    text-align: right;
    font-size: 13px;
}

div.recoverSpacer {
    height: 8px;
    width: 418px;
    float: left;
}

div.recoverInput {
    width: 466px;
    float: left;
}

.recoverFormInput {
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
    color: #000;
    font-size: 14px;
    width: 406px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 6px;
}

    .recoverFormInput:focus {
        border: 1px solid #004d99;
        box-shadow: 0px 0px 3px 1px #DDDDDD;
    }

div.recoverValidator {
    width: 418px;
    float: left;
    margin: 0px;
    padding: 0px;
    color: #FF0000;
}

div.recoverButton {
    width: 200px;
    float: left;
}

div.recoverLinks {
    width: 454px;
    float: left;
    text-align: right;
    font-size: 13px;
}

/******RESET PASSWORD PAGE SECTION******/
div.resetPage fieldset {
    width: 418px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F7F7F7;
    border: 1px solid #004d99;
    border-radius: 0.4em;
    box-shadow: 0px 0px 4px 2px #DDDDDD;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

div.resetTitle {
    width: 274px;
    float: left;
}

div.resetHelp {
    width: 414px;
    float: left;
    text-align: right;
    font-size: 13px;
}

div.resetSpacer {
    height: 8px;
    width: 418px;
    float: left;
}

div.resetInput {
    width: 418px;
    float: left;
}

.resetFormInput {
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
    color: #000;
    font-size: 14px;
    width: 406px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 6px;
}

    .resetFormInput:focus {
        border: 1px solid #004d99;
        box-shadow: 0px 0px 3px 1px #DDDDDD;
    }

div.resetValidator {
    width: 418px;
    float: left;
    margin: 0px;
    padding: 0px;
    color: #FF0000;
}

div.resetButton {
    width: 218px;
    float: left;
}

/****** FOOTER SECTION ******/
div.mainfooter {
    text-align: left;
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    /*height: 30px;*/
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 9.5pt;
    color: #333;
    line-height: 2.4;
}

div.mainfooterline {
    width: 1020px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    background-image: url(../images/indexfooterline.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 1px;
}

/****** BUTTONS, INPUT AND TEXT AREA SECTION ******/
#form1 button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    background-clip: padding-box;
    background: #cccccc url('/images/button.png') repeat-x;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
    background-image: -webkit-linear-gradient(#ffffff, #dddddd);
    background-image: -moz-linear-gradient(#ffffff, #dddddd);
    background-image: -o-linear-gradient(#ffffff, #dddddd);
    background-image: -ms-linear-gradient(#ffffff, #dddddd);
    background-image: linear-gradient(#ffffff, #dddddd);
    border: 1px solid;
    border-color: #dddddd #bbbbbb #999999;
    cursor: pointer;
    color: #333333;
    font: bold 13px/1.3;
    outline: 0;
    overflow: visible;
    padding: 3px 8px;
    text-shadow: white 0 1px 1px;
    width: auto;
    *padding-top: 2px;
    *padding-bottom: 0;
}

#loginform button,
#registerform button,
#recoverform button,
input [type="reset"],
input [type="submit"],
input [type="button"] {
    font-size: 14px;
}

#form3 button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    background-clip: padding-box;
    background: #dddddd url('/images/button.png') repeat-x;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
    background-image: -webkit-linear-gradient(#ffffff, #dddddd);
    background-image: -moz-linear-gradient(#ffffff, #dddddd);
    background-image: -o-linear-gradient(#ffffff, #dddddd);
    background-image: -ms-linear-gradient(#ffffff, #dddddd);
    background-image: linear-gradient(#ffffff, #dddddd);
    border: 1px solid;
    border-color: #dddddd #bbbbbb #999999;
    cursor: pointer;
    color: #333333;
    font: bold 13px/1.3;
    outline: 0;
    overflow: visible;
    padding: 3px 10px;
    text-shadow: white 0 1px 1px;
    width: auto;
    *padding-top: 2px;
    *padding-bottom: 0;
}

    #form1 button:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
        background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
        background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
        background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
        background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
        background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
    }

    #registerform button:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
        background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
        background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
        background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
        background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
        background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
    }

    #form3 button:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
        background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
        background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
        background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
        background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
        background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
    }

    #form1 button:active,
    input[type="reset"]:active,
    input[type="submit"]:active,
    input[type="button"]:active {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
        background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
        background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
        background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
        background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
        background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
        -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
        -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
        -o-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
        box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
        border-color: #999999 #bbbbbb #dddddd;
    }

    #form3 button:active,
    input[type="reset"]:active,
    input[type="submit"]:active,
    input[type="button"]:active {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
        background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
        background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
        background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
        background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
        background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
        -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
        -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
        -o-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
        box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
        border-color: #999999 #bbbbbb #dddddd;
    }
