﻿/*
-----------------------------------------------------------------------------
GLOBAL RESET
-----------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img, abbr {
    border: 0;
}

address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.0em;
}

q:before, q:after {
    content: '';
}

a {
    text-decoration: none;
}

/* 
----------------------------------------------------------------------------- 
BASE
-----------------------------------------------------------------------------*/
html {
    height: 100%;
    margin-bottom: 1px;
}

body {
    font: 100%/1.0em Calibri, Verdana, sans-serif;
    color: #000;
    background-color: #fff;
}

span.label {
    width: 120px;
}

input#Login1_UserName, input#PasswordRecovery1_UserNameContainerID_UserName, input#PasswordRecovery1_QuestionContainerID_Answer {
    margin-bottom: -2px;
    padding: 0px 2px 0px 2px;
    font: 100%/1.3em Calibri, Verdana, sans-serif;
    height: 18px;
    border: 1px solid #7b9ebd;
    width: 225px;
}

input#Login1_Password {
    margin-bottom: -2px;
    padding: 0px 2px 0px 2px;
    /* Calibri does not provide a password character visible in Vista */
    font-family: Verdana, Arial, Sans-Serif;
    height: 18px;
    border: 1px solid #7b9ebd;
    width: 225px;
}

p {
    font: 1.0em/1.0em Calibri, Helvetica, Arial;
}

#jsWarning p {
    line-height: 1.4em;
    margin-bottom: 1.0em;
    font: 0.75em/1.0em Calibri, Helvetica, Arial;
}

p.first-child {
}

p.last-child {
    margin-bottom: 0.1em;
}

/*table#Login1*/
table#hodo {
    visibility: hidden;
}

#jsWarning {
    border: 1px solid rgb(221, 60, 16);
    margin: 0pt 10px 10px;
    padding: 10px;
    margin: 10px;
    background: rgb(255, 235, 232) none repeat;
}

#jsWarning img {
    margin-bottom: -1px;
}

#jsWarning h1 {
    color: #333;
    font-weight: bold;
}

table#hodo {
    width: 400px;
    height: 160px;
}

    table#hodo td {
        vertical-align: top;
    }

    table#hodo td.top-left {
        width: 8px;
        height: 36px;
    }

    table#hodo td.top-spring {
        width: 384px;
        height: 36px;
        background: url(images/tbl-top.png) top left repeat-x;
    }

    table#hodo td h1 {
        font: 1.5em/1.0em Corbel, Helvetica, Arial;
        padding: 4px 4px 4px;
        display: block;
        cursor: default;
        color: #999;
    }

    table#hodo td.top-right {
        width: 8px;
        height: 36px;
    }

    table#hodo td.mid-left {
        width: 8px;
    }

    table#hodo td.mid-spring {
        width: 384px;
        font: 80%/1.0em Calibri, Verdana, sans-serif;
    }

.error {
    color: #f00;
}

table.zuma {
    width: 100%;
}

    table.zuma td {
        font: 80%/2em Calibri, Verdana, sans-serif;
    }

table.zuma2 td {
    font: 80%/1.3em Calibri, sans-serif;
}

table#hodo td.mid-right {
    width: 8px;
    height: 8px;
}

table#hodo td.bottom-left {
    width: 8px;
    height: 8px;
}

table#hodo td.bottom-spring {
    width: 384px;
    height: 8px;
    background: url(images/tbl-bottom.png) top left repeat-x;
}

table#hodo td.bottom-right {
    width: 8px;
    height: 8px;
}

span.reminder {
    font: 75%/1.0em Calibri, Verdana, sans-serif;
    color: #888;
}

span.reminder a {
    color: #000;
}
