html { 
    margin: 0; 
    padding: 0; 
    border: 0;
    height: 100%;
}

body {
    font: 12px "Verdana", "Tahoma", "sans-serif";
    height: 100%;
}

img, ul, li { margin: 0; padding: 0; border: 0; }

a:link {text-decoration: none ; color:#000000}
a:active {text-decoration: none ; color:#FF0000}
a:visited {text-decoration: none ; color:#000000}
a:hover {text-decoration: none ; color:#FF0000}

.top3_star {
    color: #00f;
    font-weight: bold;
}

.pager {
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

#pager1, #pager2 {
    display: inline;
}

.pager a {
    font-weight: bold;
    padding: 0 5px 0 5px;
    font-size: 1em;
}

.curpage {
    background-color: #000;
    display: inline;
}

.curpage a {
    color: #fff;
}

.loading {
    color: #fff;
    background-color: #f33;
    padding: 2px;
    display: inline;
    margin: 10px;
    font-size: 12px;
}

.clear {
    clear: both;
}

/* for add topic form */
#add_topic {
    width: 443px;
    height: 301px;
    padding: 3px;
    border: #7EABE2 solid 2px;
    background-color: #fff;
}

#add_topic .rule {
    background-color: #DDF0FF;
    display: block;
    font-size: 1.3em;
    border: #44319B solid 1px;
    padding: 8px;
}

#add_topic label {
    display: block;
    font-weight: bold;
    color: #003399;;
    padding: 5px 5px 5px 0;
    font-size: 1.3em;
}

#add_topic img {
    margin: 3px;
}

/* for seccode */
.seccode {
    display: block;
}

.seccode img {
    background-color: #fff;
    height: 40px;
    width: 100px;
    margin-top: 5px;
    border: #c0c0c0 double 3px;
    vertical-align: middle;
}

.seccode input[type=text] {
    font-size: 1.2em;
    text-align: center;
    margin: 4px;
    width: 100px;
}

.sectip {
    font-size: 0.6em;
    margin: 3px 0 3px 0;
}

#navigator {
    width: 662px; 
    height: 28px;
    background-image: url(../images/pk_07.jpg);
    color: #ff6;
    font-size: 14px;
    line-height: 25px;
}

#navigator a {
    color: #ff6;
    margin: 3px;
    text-decoration: underline;
    font-size: 14px;
    line-height: 25px;
}

#copyright {
    text-align: center;
    color: #000080;
    font-size: 12px;
    line-height: 150%;
}

#footer_link {
    text-align: center;
    font-size: 13px;
    line-height: 160%;
}

#footer_link a, #footer_link a:hover, #footer_link a:visited {
    color: #085CCA;
}
