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

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font: 13px "Verdana", "Tahoma", "sans-serif";
    height: 100%;
    color: #333;
}

img, ul, li, tr, td, h1, h2 { margin: 0; padding: 0; border: 0; }
table { padding: 0; border-collapse: collapse; }
td, th { font-size: 13px; color: #333; }

ul, li { list-style: none; }

a:link { color: #069; text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; color: #f60; }
a:active { text-decoration: none; }

/* end global */

/* font style */

.s1 { color: #f00; font-size: 11px; }
.s2 { font-size: 14px; font-weight: bold; color: #f60; }
.s3 { color: #f60; font-weight: bold; }
.s4 { font-size: 12px; }
.s5 { color: #fff; font-weight: bold; }
.s6 { font-size: 16px; font-weight: bold; color: #f00; }
.s7 { color: #fff; font-weight: bold; }
.s8 { font-size: 14px; color: #f00; font-weight: bold; }
.s9 { color: #f00; }
.s10 {color: #ff0; }
.s11 { font-size: 16px; font-weight: bold; }
.s13 { color: #999; font-size: 14px; }
.s14 { color: #06c }
.s16 { font-size: 14px; }
.s17 { color: #039; }
.s19 { color: #f00; font-size: 13px; }
.red { color: red; }

/* end font style */

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

#footer_link {
    text-align: center;
    font-size: 13px;
    line-height: 160%;
    border-top: #999 solid 1px;
    padding-top: 10px;
    margin-top: 5px;
}

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

/* end style for footer */

/* for pager */
.pager {
    margin: 5px;
}

.pager img {
    vertical-align: middle;
}

.pager a {
    margin: 0 4px 0 4px;
}
/* end style for pager */

/* navigator */

#navigator {
    line-height: 25px;
}

/* end style for navigator */

/* for seccode */
.seccode .secimg {
    background-color: #fff;
    height: 40px;
    width: 80px;
    margin-top: 5px;
    border: #c0c0c0 double 3px;
    vertical-align: middle;
}

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

.sectip {
    font-size: 0.6em;
    margin: 3px 0 3px 0;
}
/* end style for seccode */

/* other */
.welcome {
    background: transparent url(../xyimg/XYindex_r1_c11.gif) repeat-x; 
    width: 507px; 
    height: 31px; 
    color: #ff0; 
    text-align: right;
}

.welcome a {
    color: #ff0;
    text-decoration: underline;
    margin: 0 5px 0 5px;
}

.loading {
    color: #fff;
    background-color: #f00; 
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
