body, td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    margin-top: 0px;
    background-color: #ffffff;
}

a {
    font-size: 12px;
    cursor:pointer
}

a:link, a:active {
    color: #333366;
    text-decoration: none;
}

a:visited {
    color: #333366;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
}

input, button, textarea {
    vertical-align: middle;
    padding: 3px;
    outline: none;
}
/*input:focus,textarea:focus{color:#4d90fd}*/

textarea {
    margin: 0px auto;
    border: 1px solid #ccc;
    width: 98%;
    height: 60px;
    overflow: visible;
    resize: none;
    padding: 6px;
    wrap:off
}

ul, li {
    margin: 0;
    padding: 0;
    font: 12px/1.5 arial;
}

ul, li {
    list-style: none;
}

.HCC {
    width: expression(this.offsetWidth > 728?'728px': true);
    max-width: 718px;
    margin: auto;
    background-color: #FFF;
    padding:0px 5px
}

.HCC #help {
    float: right;
    outline: none;
    border: 1px solid #ccc;
    border-bottom: none;
    position: relative;
    height: 18px;
    margin-bottom: -1px;
    background-position: right center;
    background-image: url('../images/seach_ico.png');
    background-repeat: no-repeat;
    padding-right: 19px;
}

@media screen and (max-width: 480px) {
    #help {
        display: none
    }
}

.HCC_header {
    height: 130px;
    text-align: center;
    background-image: url('../images/header.png');
    background-repeat: repeat-x;
    margin-bottom:3px
}

.HCC_header div {
    padding-top: 45px;
}

.HCC_header div a {
    font-size: 24px;
    color:#FFF
}

#CJP {
    width: 100%;
    background-color: #B2B2B2;
    border: 0;
    margin: 5px auto;
}

#CJP tr {
    background-color: #FFFFFF;
    text-align: center;
    padding:5px
}

#CJP td {
    padding:5px
}

#CJP td#Pn a:hover {
    background-color: #4D90FD;
    color: #FFF;
    text-decoration:none
}

.HCC_body .FirendLinks, .Nav {
    word-wrap: break-word;
    background-color: #F2F3F7;
    padding: 5px;
    margin:3px auto
}

.HCC .Nav a {
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: middle;
    margin: 2px;
    padding-left:17px
}

.HCC_footer {
    margin-top: 3px;
    padding: 5px;
    text-align: center;
}

#HccMenu {
    margin-top: 10px;
    height: 25px;
    border-bottom: 1px solid #ccc;
}

#HccMenu li {
    float: left;
    width: 64px;
    height: 24px;
    line-height: 24px;
    margin: 0 5px;
    text-align: center;
    border-bottom: none;
    cursor:pointer
}

#HccMenu .act {
    position: relative;
    height: 24px;
    margin-bottom: -1px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 2px solid #ccc;
    border-bottom: none;
    font-weight: bold;
}

#PL .hide {
    display: none;
}

#PL {
    margin: 0 auto;
    border-top:: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    height: auto !important;
    min-height: 200px;
}

ul.s li {
    float: left;
    width: 89px;
    height: 24px;
    line-height: 24px;
    margin: 3px;
    padding: 2px;
    text-align:center
}

ul.s li a:hover {
    display: block;
    background-color: #F2F3F7
}

