html, body, div, form, input, label {
    margin:0;
    padding:0;
}

body {
    background: url(../content/images/login/water-mark.png) no-repeat;
    font-size: 11px;
    line-height: 1.2em;
}

a {
    color: #26aae1;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0 0 0 20px;
    padding: 8px 0;
}

li {
    list-style-image: url('../images/list_arrow.gif');
    line-height: 1.2em;
    padding: 6px 0;
}

#logo_bluefin_login {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 212px;
    height: 50px;
    background: url(../images/bluefin/bluefin_login_logo.png) no-repeat;
}

#login_top_banner{
    position: absolute;
    background: url(../images/bluefin/background_login.png) repeat-x #fff;
    height: 59px;
    top: 0;
    left: 0;
    right: 0;
}

#login_logo {
    position: absolute;
}

.form_right {
    width: 100%;
    margin: 12px 0;
    padding: 0;
    text-align: right;
}

.login_form_master_wrapper {
    position: relative;
    margin: 230px 0 0 0;
    padding: 0;
}

.login_form_wrapper {
    display: block;
    font-size: 1.3em;
    position: relative;
    text-align: center;
    top: 215px;
}

.smallForm {
    width: 400px;
    margin: 6px 0 0 -200px;
    left: 50%;
}

#login_welcome {
    color:#26AAE1;
    font-size: 20px;
    /*height:25px;*/
    left:50%;
    line-height:26px;
    margin-left:-307px;
    padding: 0 0 8px 0;
    position:relative;
    width: 50%;
}

#login_instruct {
    margin-left: 13px;
}

#login_left {
    float: left;
    text-align: right;
    width: 326px;
}

#login_right {
    float: right;
    margin-top: 5px;
    width: 230px;
    line-height: 1.3em;
}

.login_form {
    color:#2C3651;
    display:inline-block;
    font-size:1.2em;
    left:50%;
    margin:0 0 0 -307px;
    padding:25px 25px 25px 10px;
    position:relative;
    text-align:left;
    width:580px;
    background-color:#FFFFFF;
}

.login_base {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#corner_tl {
    position: absolute;
    top: 0px;
    left: -12px;
    width: 16px;
    height: 16px;
    background: url(../content/images/login/login_round_corners.gif) 0 0;
}

#top_border {
    position: absolute;
    height: 1px;
    left:4px;
    right: 4px;
    top: 0px;
    background: url(../content/images/login/border.gif) repeat-x;
}

#corner_tr {
    position: absolute;
    height: 16px;
    top: 0px;
    right: -12px;
    width: 16px;
    background: url(../content/images/login/login_round_corners.gif) -16px 0;
}

#right_border {
    position: absolute;
    bottom: 16px;
    right: -12px;
    top: 16px;
    width: 12px;
    background: #fff url(../content/images/login/border.gif) right repeat-y;
}

#corner_br {
    position: absolute;
    bottom: 0px;
    height: 16px;
    right: -12px;
    width: 16px;
    background: url(../content/images/login/login_round_corners.gif) -16px -16px;
}

#bottom_border {
    position: absolute;
    bottom: 0px;
    height: 1px;
    left:4px;
    right: 4px;
    background: url(../content/images/login/border.gif) repeat-x;
}

#corner_bl {
    position: absolute;
    bottom: 0px;
    height: 16px;
    left: -12px;
    width: 16px;
    background: url(../content/images/login/login_round_corners.gif) 0 -16px;
}

#left_border {
    position: absolute;
    bottom: 16px;
    left: -12px;
    top: 16px;
    width: 12px;
    background: #fff url(../content/images/login/border.gif) repeat-y;
}

.light_input {
    font-style: normal;
    margin: 6px 0;
    padding: 5px 2px;
    /*color: #1d2a5b;*/
    color: #2c3651;
    /*font-size: 1.5em;*/
    font-family: arial;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #939598;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.light_submit {
    width: 80px;
    margin: 0;
    height: 24px;
    padding-bottom: 3px;
    text-align: center;
    font-size: 1em;
    color: #757b82;
    border: 1px solid #9399a9;
    background-color: transparent;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    border-radius: 4px; /* universal */
}

.light_submit:hover {
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    color: #5a81bb;
    border-color: #5a81bb;
}

.trans {
    /*filter:alpha(opacity=50);*/
    -moz-opacity:0.5;
    /*-khtml-opacity: 0.5;*/
    opacity: 0.5;
}

.fup {
    position: absolute;
    left:0;
    bottom: 8px;
    width: 98%;
    text-align: right;
    font-size: 0.8em;
}

    .fup a {
        color: #fff;
        text-decoration: none;
        font-size: 1em;
    }

    .fup a:hover {
        text-decoration: underline;
    }

.doc_wrapper {
    border: 1px solid #aaa;
    width: 90%;
    margin: 8px auto;
    padding: 6px 12px 15px 12px;
    background-color: #fff;
}

.doc_wrapper a {
    text-decoration: none;
    color: #1d2a5b;
}

.doc_head_wrapper {
    border-bottom:2px solid #939598;
    left:50%;
    margin:0 0 3px -375px;
    padding:0 0 2px;
    position:relative;
    width:750px;
}

div.smallForm div.doc_head_wrapper {
    border-bottom:2px solid #939598;
    left:0;
    margin:0;
    padding:0;
    position:relative;
    width: 100%;
}

.doc_head_toggle {
    float: left;
    width: 10px;
    height: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -11px;
    top: 5px;
}

.doc_head_title {
    float: left;
    text-align: left;
    line-height: 25px;
    font-size: 1.4em;
    margin: 5px;
    padding: 0;
}

.doc_head_title_details {
    float: left;
    font-size: 0.65em;
    margin: 0;
    padding: 12px 0 0 5px;
}

.doc_head_link {
    float: right;
    font-size: 0.65em;
    text-align: right;
    text-decoration: none;
    color: #000;
    margin: 0;
    padding: 0 5px 0 5px;
}

.doc_container {
    border-bottom: 1px dashed #ddd;
    width: 100%;
    margin: 0;
    padding: 12px 0 3px 0;
    text-align: left;
}

.doc_icon {
    margin: 0;
    padding: 0 15px 0 8px;
    text-align: center;
    float: left;
}

.doc_details {
    float:left;
    width: 72%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.doc_title {
    font-size: 0.9em;
    font-weight: bold;
    color: #1d2a5b;
    margin: 0;
    padding: 0px 0;
    text-align: left;
}

.doc_subtitle {
    font-size: 0.6em;
    color: #fff;
    margin: 0;
    padding: 0 8px;
    font-weight: normal;
}

.doc_desc {
    font-size: 0.8em;
    color: #1d2a5b;
    margin: 0;
    padding: 2px 8px;
}

.doc_desc ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.doc_desc ul li {
    list-style-image: url('../images/list_arrow.gif');
}

.doc_desc ol {
    margin: 0 0 0 40px;
    padding: 0;
}

.doc_desc ol li {
    margin: 6px 0;
    padding: 0;
    list-style-image:none;
    list-style: decimal;
}

.doc_links {
    float: right;
    margin: 0;
    padding: 0 5px 0 0; /* top 27px to align with left-side icon */
}

.doc_inactive {
    border: 1px dashed #b00;
    background-color: #fdd;
}

.grad_body {
    margin: 0;
    padding: 12px 4px;
    text-align: right;
    font-size: 0.8em;
}

.grad_body_text {
    margin: 0;
    padding: 6px;
    font-size: 1em;
    text-align: center;
}

.grad_body_msg {
    margin: 0;
    padding: 6px;
    font-size: 1em;
    text-align: left;
}

.grad_body_text_header {
    margin: 0;
    padding: 6px;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
}

.bottom_button_wrapper {
    font-size: 0.7em;
    float: right;
    margin: 6px;
    padding: 0;
    right: 0;
}

.sm_box {
    margin: 15px 2%;
    padding: 0;
    float: left;
    width: 45%;
    border: 1px solid #939598;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #fff;
}

.lrg_box {
    margin: 15px 2%;
    padding: 0;
    float: left;
    border: 1px solid #ed2024;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.ui_message_login {
    background-color:#F3C7C7;
    border:1px dashed #990000;
    color:#990000;
    font-size:13px;
    line-height:1.4em;
    margin:6px auto;
    padding:6px 12px;
    text-align:center;
    width:50%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.ui_message_login a {
    text-decoration: underline;
    color: #b00;
    font-weight: normal;
}

.ui_message_login ul {
    margin: 0 0 0 40%;
    padding: 0;
    text-align: left;
    color: #d00;
}

#login_watermark {
    position: absolute;
}
