* {
    font-family: 'Arial', sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

img {
    display: block;
    border: none;
}

body {
    background-color: #a9a9a9;
    background-image: url(/images/background.png);
    background-repeat: repeat-x;
}

#header {
    height: 112px;
    margin-top: 5px;
    background-image: url(/images/header_bkg.jpg);
    background-repeat: repeat-x;
}

#header .lock {
    width: 975px;
    margin: 0 auto;
}

#logo  { float: left; margin-left: -10px }
#title { float: left;  }
#mark  { float: right; }

#reg,
#training {
    width: 975px;
    margin: 10px auto 30px auto;
}

#reg h1 {
    margin: 0;
    line-height: 53px;
    padding-left: 26px;
    font-size: 19px;
    font-weight: normal;
    color: #fff;
    background-image: url(/images/black_gradient.jpg);
}

#reg h1 span {
    color: #ccc;
}

#reg #sidebar {
    float: left;
    width: 192px;
}

#reg #sidebar h2 {
    margin: 0;
    padding: 30px;
    font-size: 22px;
    font-weight: normal;
    color: #e3e3e3;
    background-color: #5a61d5;
    background-image: url(/images/title_bkg.jpg);
    background-repeat: repeat-y;
}

#reg #outline {
    padding: 20px 0;
    background-image: url(/images/outline_bkg.jpg);
    background-repeat: repeat-y;
}

#reg #outline h3 {
    padding: 0 0 10px 30px;
    margin: 0;
    font-size: 14px;
    color: #4b50a4;
}

#reg #outline ol {
    margin: 0;
    padding: 0 0 0 50px;
    font-size: 13px;
}

#reg #outline ol li {
    margin-bottom: 8px;
    color: #4b50a4;
}

#reg #outline ol li b {
    color: #000;
    font-weight: normal;
}

#reg #content {
    float: left;
    min-height: 480px;
    width: 703px;
    padding: 20px 40px;
    margin-bottom: 20px;
    background-color: #fff;
}

#reg #content h2 {
   margin: 0 0 10px 0;
   font-size: 20px;
}

#reg #content h3 {
   margin: 0 0 10px 0;
   font-size: 16px;
}

#reg #content ul li,
#reg #content ol li {
    list-style-type: square;
    margin: 20px 0;
}

#reg #agreement {
    height: 260px;
    font-size: 12px;
    border: 1px solid #aaa;
    padding: 10px;
}

#reg #agree {
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
}

#reg #agree b {
    color: #f00;
    font-size: 18px;
}

#reg #small_notice {
    margin: 5px 0;
    color: #f00;
    font-size: 9px;
}

#reg #big_notice {
    margin: 10px 0;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    background-color: #ddd;
}

#reg #big_notice b {
    color: #f00;
}

    #reg #back,
    #reg #back1,
    #reg #continue,
    #reg #cert {
        display: block;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        border: none;
        cursor: pointer;
        background-color: #090;
    }

    #reg #back, #reg #back1 {
        float: left;
        background-color: #d00;
    }

#reg #continue {
    float: right;
}

#reg table tr.section td {
    font-weight: bold;
    font-size: 14px;
    vertical-align: center;
}

#reg table tr.section td b {
    color: #f00;
    font-size: 18px;
}

#reg label {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
}

#reg label b {
    color: #f00;
}

#reg input.text,
#reg input.numbers,
#reg input.any {
    width: 100%;
    padding: 4px;
    border: 1px solid #ccc;
}

#reg select {
    width: 100%;
    padding: 3px;
    border: 1px solid #ccc;
}

#reg #verify {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fafb7c;
}

#reg #verify tr td.first {
    width: 200px;
    font-weight: bold;
    text-align: right;
}

#training #indicator {
    list-style: none;
    height: 53px;
    margin: 0;
    padding: 0;
}

#training #indicator li {
    overflow: hidden;
    float: left;
    width: 53px;
    height: 52px;
    background-image: url(/images/indicator_shadow.png);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #fff;
    border-top: 1px solid #ddd;
    cursor: pointer;
}

#training #indicator li.active {
    width: 498px;
    background-color: #e9c812;
}

#training #indicator li.done {
    background-color: #d8b609;
}

#training #indicator .number {
    float: left;
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #888;
    font-size: 24px;
    font-weight: bold;
    background-image: url(/images/indicator_base_shadow.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

#training #indicator li.active .number {
    color: #000;
}

#training #indicator #i_1 .number {
    width: 52px;
    border-left: 1px solid #ccc;
}

#training #indicator #i_1.done .number,
#training #indicator #i_1.done .active{
    border-left: 1px solid #aaa;
}

#training #indicator #home .number {
    font-size: 14px;
}

#training #indicator .title {
    float: left;
    width: 435px;
    height: 53px;
    padding-left: 10px;
    line-height: 53px;
    font-size: 16px;
    font-weight: bold;
    background-image: url(/images/indicator_base_shadow.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

#training #lesson {
    height: 332px;
}

#training #text {
    float: left;
    width: 190px;
    height: 332px;
    color: #fff;
    background-image: url(/images/title_bkg.jpg);
    background-repeat: repeat-y;
}

#training #text .number {
    font-size: 62px;
    padding: 30px 0 0 30px;
}

#training #text .title {
    font-size: 22px;
    padding: 10px 10px 0 30px;
}

#training #text .close {
    display: none;
    margin: 15px 0 0 30px;
    padding: 5px;
    color: #000;
    background-color: #fff;
    border: none;
    cursor: pointer;
}

#training #player {
    float: left;
    overflow: hidden;
    width: 785px;
    height: 332px;
}

#training #glossary {
    display: none;
    float: left;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 745px;
    height: 322px;
    padding: 10px 20px 0 20px;
    background-color: #fff;
}

#training #glossary h1 {
    padding: 3px 10px;
    margin-bottom: 30px;
    background-color: #eee;
}

#training #glossary dl dt {
    margin-bottom: 4px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

#training #glossary dl dd {
    width: 500px;
    margin: 0 0 30px 0;
}

#training #glossary dl dd img {
    margin-bottom: 4px;
}

#training #glossary_bar {
    height: 41px;
    background-image: url(/images/black_gradient_small.jpg);
    background-repeat: repeat-x;
    border-top: 1px solid #999;
}

#training #glossary_bar a {
    display: block;
    width: 190px;
    height: 41px;
    /*background-image: url(/images/glossary.jpg);*/
}

    
    #training #glossary_bar #continue_cert {
        display: block;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        border: none;
        cursor: pointer;
        background-color: #090;
    }

    #training #glossary_bar #continue_cert {
        float: right;
    }


#training #shadow {
    position: relative;
    top: -15px;
    left: 50%;
    margin: 0 0 -30px -555px;
}

#tip {
    float: right;
    width: 200px;
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    border: 1px solid #5f64d9;
}

#tip div {
    padding: 0 10px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background-color: #5f64d9;
}

#tip p {
    margin: 10px;
}

#tip img {
    margin: 0 auto;
}

#footer {
    clear: both;
    padding-top: 10px;
    margin-bottom: 30px;
    color: #555;
    font-size: 11px;
    text-align: center;
    background-image: url(/images/footer_bkg.png);
    background-repeat: no-repeat;
    background-position: center;
}

#footer div {
    font-weight: bold;
    font-size: 12px;
}