/* CSS Document */

body {
    background-color: #FFFFFF;
    margin: auto;
    padding: 0px;
    text-align: center;
    font-family: Tahoma;
    font-size: 11px;
    color: #545454;
    line-height: 14px;
    width: 902px;
}

.loginContentTop {
    display: block;
    width: 902px;
    height: 40px;
}

.lineTop {
    display: block;
    width: 902px;
    height: 3px;
    overflow: hidden;
    background-color: #438fcb;
}

.loginTop {
    display: inline;
    float: right;
    color: #ffffff;
    font-size: 10px;
    background-color: #438fcb;
    padding: 5px 15px 7px 15px;
    margin-right: 20px;
}

.contentTop {
    display: block;
    width: 902px;
    height: 111px;
}

.contentTop .logo {
    display: block;
    float: left;
    width: 350px;
    margin-top: 20px;
    text-align: left;
}

.contentTop .chain {
    display: block;
    float: left;
    width: 550px;
    height: 111px;
    background: url('../images/chain.gif') no-repeat;
    background-position: right 0px;
}

.contentMenu {
    display: block;
    width: 902px;
    height: 28px;
    padding: 0px 0px;
    margin: 0px;
    overflow: hidden;
}

.contentHash {
    display: block;
    width: 902px;
    height: 125px;
    background-color: #c6dff0;
    background: url('../images/hash_bg.jpg') no-repeat;
}

.contentHash .hashForm {
    width: 470px;
    margin: auto;
    padding-top: 30px;
}

.contentHash .hashForm .knowMore {
    display: block;
    float: left;
    width: 150px;
    text-align: left;
    margin-left: 110px;
    _margin-left: 55px;
}

.contentHash .hashForm .selectHash {
    display: block;
    float: left;
    width: 208px;
    text-align: right;
    margin-top: 1px;
}

.contentMain {
    display: block;
    width: 902px;
    margin: 10px 0px 30px 0px;
    overflow: hidden;
}

.contentMain .leftMain {
    display: block;
    float: left;
    width: 200px;
    text-align: left;
}

.contentMain .mainMain {
    display: block;
    float: left;
    width: 442px;
    margin: 0px 30px;
    text-align: justify;
}

.contentMain .mainMain p {
    display: inline;
}

.contentMain .rightMain {
    display: block;
    float: left;
    width: 200px;
    text-align: left;
}

.contentBootomLinks {
    display: block;
    width: 872px;
    height: 60px;
    background-color: #c6dff0;
    padding: 15px;
}

.contentBootomLinks .contentBox {
    display: block;
    float: left;
    width: 290px;
    text-align: left;
}

.contentBootomLinks .contentBox .img {
    display: block;
    float: left;
    width: 40px;
    text-align: left;
}

.contentBootomLinks .contentBox .text {
    display: block;
    float: left;
    width: 235px;
    text-align: left;
}

.contentBootomLinks .contentBox .text .header a {
    color: #438fcb;
    font-weight: bold;
    text-decoration: none;
}

.contentBootomLinks .contentBox .text .header a:hover {
    color: #438fcb;
    font-weight: bold;
    text-decoration: underline;
}

.contentFooter {
    display: block;
    width: 862px;
    height: 18px;
    background-color: #438fcb;
    color: #ffffff;
    padding: 11px 20px;
    margin-top: 1px;
}

.contentFooter .left {
    display: block;
    float: left;
    width: 430px;
    text-align: left;
}

.contentFooter .right {
    display: block;
    float: left;
    width: 430px;
    text-align: right;
}

.greybox {
    background-color: #ebebeb;
    padding: 15px;
}

.greybox .header {
    font-weight: bold;
}

.greyborderbox {
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    padding: 15px;
}

.header_bold {
    font-weight: bold;
    margin-bottom: 5px;
}

.orange_header {
    font-family: Tahoma;
    color: #d9560f;
    font-size: 15px;
    font-weight: bold;
}

.blue_header {
    font-family: Tahoma;
    color: #55a6dd;
    font-size: 20px;
    font-weight: bold;
}

.blue_line {
    display: block;
    height: 1px;
    overflow: hidden;
    background-color: #55a6dd;
    margin: 8px 0px;
}

.grey_line {
    display: block;
    height: 1px;
    overflow: hidden;
    background-color: #dddddd;
    margin: 8px 0px;
}

.breadcrumb {
    color: #989898;
}

.data {
    font-size: 10px;
    color: #d90f0f;
}




.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.red {
    color: #ff0000;
}

.blue {
    color: #0000ff;
}

.green {
  color: #3f7c21;
}
  
.italic {
    font-style: italic;
}

.error {
    display: block;
    border: 1px solid #8d0b0b;
    padding: 10px;
    background-color: #f6cdcd;
    text-align: left;
}

.msg {
    display: block;
    border: 1px solid #244661;
    padding: 10px;
    background-color: #d6e7f4;
    text-align: left;
}

table.hashes_list {
    width: 440px;
}

table.hashes_list tr {
    background-color: #efefef;
}

table.hashes_list tr.blank {
    background-color: #ffffff;
}

table.hashes_list tr td {
    padding: 7px;
}

table.hashes_list tr td.blank {
    background-color: #ffffff;
}

.prod_list_header {
    display: block;
    float: left;
    padding: 5px;
    background-color: #efefef;
    cursor: pointer;
}

.hidden {
  visibility: hidden;
  position: absolute;
}




