@CHARSET "UTF-8";

.page {
    width: 974px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 100%;
}

.border-left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 11px;
    height: 100%;
    background: #FFFFFF url("../img/login/login-panel-left.gif") repeat-y 0
        0;
}

.border-right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 12px;
    height: 100%;
    background: #FFFFFF url("../img/login/login-panel-right.gif") repeat-y 0
        0;
}

.border-bottom {
    position: absolute;
    width: 950;
    height: 12px;
    background: transparent url("../img/login/login-panel-bottom.gif")
        repeat-x 0 0;
    left: 11px;
    bottom: 0px;
}

.header {
    height: 57px;
    width: 100%;
    background: url("../img/header/header_bg.gif");
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

div {
    line-height: 20px;
}

.helpTitle {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin: 10px 0px 10px 20px;
}

.back-to-home {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    z-index: 9999;
    float: right;
}

.help-category {
    font-size: 12px;
    color: #000000;
    margin-top: 20px;
    margin-left: 20px;
}

.help-category .help-category-title {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px 5px 30px;
    background: transparent url("../img/help/help-category.gif") no-repeat
        left center;
}

.help-category ol.help-topic {
    font-size: 13px;
    margin-left: 20px;
}

.help-category ol.help-topic li a {
    color: #333333;
    font-size: 13px;
    text-decoration: none;
    padding: 8px 0px 5px 20px;
    background: transparent url("../img/help/help-topic.gif") no-repeat left
        center;
    margin-left: 20px;
}

.help-category ol.help-topic li a:hover {
    text-decoration: underline;
}

.tips {
    margin-left: 150px;
    font-size: 12px;
    color: #999999;
}

.reg-flow {
    
}

.reg-flow td div a {
    color: #333333;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 0px 5px 10px;
    font-weight: bold;
}

.helpDescription {
    font-size: 12px;
    color: #000000;
    margin: 0px 10px 0px 30px;
}

.helpTopicTitle {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0px;
}

ul.versions {
    font-size: 12px;
    margin-left: 20px;
}

ul.versions li div {
    font-size: 12px;
    color: #333333;
    line-height: 20px;
}

ul.versions li a {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

ul.versions li a:hover {
    text-decoration: underline;
}

ul.versions li span {
    margin-left: 30px;
}

ul.versions li img {
    padding-left: 50px;
}

ol.helpTopic a {
    color: #333333;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 0px 5px 10px;
}

ol.helpTopic a:hover {
    text-decoration: underline;
}

ol.helpTopic {
    font-size: 13px;
    margin-left: 20px;
    list-style: decimal;
}

ol.helpTopic li {
    font-size: 13px;
    margin-left: 20px;
}

ol.helpTopic li ol {
    font-size: 13px;
    margin-left: 20px;
    list-style: circle;
}

ol.helpTopic li ol li {
    font-size: 13px;
    margin-left: 20px;
}

.footer {
    position: absolute;
    bottom: 0px;
    height: 56px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #000000;
}

.footer table td {
    font-size: 12px;
    color: #000000;
}

.footer a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}