html,body {
    /*font-family:'Courier New',Arial,Verdana,Tahoma,'Times New Roman','Microsoft YaHei';*/
    font-family: Tahoma, Arial, 'Microsoft YaHei';
    font-size: 12px;
    color: #333333;
    background: #ffffff;
}

body {
    width: 100%;
    min-width: 500px;
    margin: 0px auto;
    padding: 0px;
    /*background-image: url(/static/pic/bg.gif);background-position: right top; background-repeat: no-repeat;*/
}

h1 {
    font-size: 24px;
    font-weight: bold;
}

h2 {
    font-size: 20px;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

a {
    color: #3399ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

textarea {
    border: 1px solid #ececec;
}

input[type=text] {
    border: 1px solid #ececec;
}

input[type=text]:hover {
    border: 1px solid #55bbff;
}

input[type=text]:disabled {
    background-color: #ececec;
}

input[type=password] {
    border: 1px solid #ffecec;
}

select {
    border: 1px solid #ececec;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.block {
    display: block;
}

.wrap {
    word-break: break-all;
    word-wrap: break-word;
}

.none {
    display: none;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.mg5 {
    margin: 5px;
}

.sp5 {
    box-sizing: content-box;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.b {
    font-weight: bold;
}

.grey {
    background: #cccccc;
}

.border {
    border: 1px solid #cccccc;
}

.bright {
    color: #ff7105;
}

.cur_0 {
    cursor: default;
}

.cur_1 {
    cursor: pointer;
}

.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.q {
    cursor: pointer;
    margin: 0 0 2px 5px;
    vertical-align: middle;
    opacity: 0.75;
}

.q:hover {
    opacity: 1;
}

.cls {
    float: right;
    margin-right: 6px;
    cursor: pointer;
    display: block;
}

.mymenu {
    min-width: 60px;
    height: 62px;
    margin: 0px 1px;
    float: right;
    text-align: left;
    font-size: 16px;
    color: #3399ff;
    background: #cccccc;
    cursor: pointer;
    white-space: nowrap;
    padding-left: 28px;
    padding-right: 10px;
    z-index: 100000;
}

.mymenu:hover {
    color: #ffffff;
    background: #55bbff;
    height: 64px;
}

.tab_bar {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #3399ff;
    background: #ffffff;
    border-bottom: 1px solid #c5c5c5;
    white-space: nowrap;
    cursor: pointer;
}

.tab_bar:hover {
    color: #ffffff;
    background: #55bbff;
}

.tab_bar0 {
    padding-left: 2px;
    border-bottom: 1px solid #c5c5c5;
}

.active {
    font-weight: bold;
    color: #000000;
    border: 1px solid #c5c5c5;
    border-bottom: 1px solid #ffffff;
}

.tab {
    padding-left: 10px;
    min-height: 215px;
    height: auto !important;
    height: 215px;
}

.sel {
    width: 120px;
    border: 1px solid #ececec;
}

.button {
    height: 24px;
    color: #3399ff;
    padding: 0px 3px;
    border: 1px solid #ececec;
    border-radius: 4px;
}

.button:hover {
    color: #ffffff;
    background: #55bbff;
}

.button:active {
    position: relative;
    top: 2px;
}

.button[disabled] {
    color: #cccccc;
    background: #ffffff;
}

.button[disabled]:hover {
    color: #cccccc;
    background: #ffffff;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    text-align: center;
    vertical-align: middle;
    display: none;
    left: 0px;
    position: absolute;
    background-color: #fcfcfc;
    min-width: 160px;
    margin-top: 0px;
    padding: 5px 2px;
    height: auto !important;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #999999;
    z-index: 10000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: #3399ff;
    text-align: left;
    line-height: 22px;
    background-color: #fcfcfc;
    padding: 0px 20px;
    margin: 5px 0px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color: #ffffff;
    background-color: #55bbff;
}

.wnd {
    width: 360px;
    height: auto;
    padding: 10px;
}

#ln {
    clear: both;
    width: 100%;
    height: 3px;
    background: -webkit-linear-gradient(left, #3399ff, #ff7105);
    background: -o-linear-gradient(left, #3399ff, #ff7105);
    background: -moz-linear-gradient(left, #3399ff, #ff7105);
    background: -mos-linear-gradient(left, #3399ff, #ff7105);
    background: linear-gradient(left, #3399ff, #ff7105);
    box-shadow: 0px 0px 3px #000;
    margin: 5px 0px;
}

#topbar {
    background: #cccccc;
    margin-bottom: 5px;
    width: 100%;
    height: 64px;
    overflow: hidden;
    /*box-shadow: 0px 0px 5px #000;*/
    line-height: 60px;
}

#logo {
    margin: 5px 5px 5px 15px;
    border: 0
}

#logo_txt {
    height: 45px;
    line-height: 50px;
    padding: 0px 20px 5px 30px;
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: bold;
    color: #3399ff;
    text-shadow: 4px 4px 10px #ffffff;
    background: #cccccc;
    vertical-align: top;
    float: left;
    cursor: pointer;
}

#topbar_txt {
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #ff7105;
    text-shadow: 0 0 0.2em #ffffff;
    background: #cccccc;
    padding: 0px 0px 10px 0px;
    vertical-align: middle;
    float: left;
}

#menu_main {
    background: #cccccc;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 100;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#mnu_user {
    background-image: url(/static/pic/user.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

#mnu_tools {
    background-image: url(/static/pic/calculator.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

#mnu_feedback {
    background-image: url(/static/pic/email.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

#mnu_help {
    background-image: url(/static/pic/help.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

#nav {
    padding: 0 20px 0 10px;
    height: 20px;
    border-bottom: 1px solid #cccccc;
    clear: both;
}

#main {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

#tx_data {
    width: 460px;
    height: 250px;
}

#intxt {
    margin-right: 5px;
}

#setpanel {
    width: 460px
}

#bn_meta {
    background-image: url(/static/pic/calculator.png);
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 5px;
}

#bn_rest {
    background-image: url(/static/pic/white.png);
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 5px;
}

#cont {
    overflow: hidden;
}

#footer {
    margin-top: 10px;
    padding: 10px 10px 20px 10px;
    text-align: center;
    background: #cccccc;
    clear: both;
    line-height: 20px;
}

.gotop {
    position: fixed;
    bottom: 10%;
    right: 5px;
    z-index: 100;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: url(/static/pic/top.jpg) no-repeat center;
    cursor: pointer;
    display: none;
    opacity: 0.3;
    _position: absolute;
    _right: auto
}

.gotop:hover,
.gotop:active {
    opacity: 0.8;
}