/* Basic */

*
{
    margin: 0em;
    padding: 0em;
}

h1, h2
{
}

a
{
    color: #995500;
}

body
{
    font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, serif;
    font-size: 11pt;
    background: #fff;
    color: #665555;
}

.ss_name
{
    color: royalblue;
}
.ss_div
{
    margin-bottom: 20px;
}
.ss_div img
{
    margin-bottom: 5px;
    margin-top: 5px;
}

.imgDemo
{
    border-right: black 3px ridge;
    border-top: black 3px ridge;
    border-left: black 3px ridge;
    border-bottom: black 3px ridge;
    margin-bottom: 20px;
}


/* Submit form */
.tbTitle
{
    text-align: right;
    white-space: nowrap;
}

.tbContent
{
    text-align: left;
}

/* Outer */

#outer
{
    width: 100%;
    background-color: #fff;
}

#outer_txt
{
    width: 600px;
    background-color: #fff;
}

/* Header */

#header
{
    padding: 6px 0 3px 0;
}

#header h1
{
    font-size: 2.0em;
}

#header h1, #header h2
{
    display: block;
    width: 778px;
    margin: 0em auto;
}

#header h1 a
{
    color: #fff;
    text-decoration: none;
}

#header h2
{
    color: #bbaa77;
    font-size: 0.8em;
}

/* menu */

.menu
{
    background: black url(images/blockdefault.gif) center center repeat-x;
}

.menu ul
{
    font: bold 13px Arial;
    
    padding: 8px 0px 8px 0px;
    margin: 0em auto;
    width: 778px;
    border: 1px solid #625e00;
    border-width: 1px 0;
}

.menu li
{
    display: inline;
}

.menu li a
{
    color: white;
    padding: 9px 11px;
    text-decoration: none;
  /*  border-right: 1px solid white;*/
}

.menu li a:visited
{
    color: white;
}

.menu li a:hover, .menu li a.current
{
    color: white;
    background: transparent url(images/blockactive.gif) center center repeat-x;
}


*:first-child + html .ieclass
{
    /*IE7 hack to remove gap between menu and sub contents*/
    margin-top: -1em;
}

* html .ieclass
{
    /*IE6 and below hack to remove gap between menu and sub contents*/
    margin-top: -1em;
}



/* Content */

#content
{
    width: 778px;
    margin: 0em auto;
}

#content p
{
    margin-bottom: 1.5em;
    text-align: justify;
}

#content h2, h3, h4, h5, h6
{
    color: #443333;
    margin-bottom: 1em;
}

#content ul
{
    margin-bottom: 1.5em;
    padding-left: 1em;
}

#content blockquote
{
    padding-left: 1em;
    margin-bottom: 1.5em;
    border-left: solid 7px #EFEECC;
}

#content blockquote p
{
    margin-bottom: 0em;
}

#content table
{
    margin-bottom: 1.5em;
}

#content table th
{
    text-align: left;
    font-weight: bold;
    padding: 0.5em;
    color: #443333;
}

#content table td
{
    padding: 0.5em;
}

#content table tr.rowA
{
    background-color: #F6EECC;
    color: inherit;
}

#content table tr.rowB
{
    background-color: #FFFEEF;
    color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
    float: left;
    margin-left: -17em;
    width: 100%;
}

#primaryContent
{
    margin: 0em 0em 0em 16.5em;
    padding: 1.5em;
}
#primaryContent_full
{
    width: 100%;
    margin: 0em 0em 0em 16.5em;
    padding: 1.5em;
}
#primaryContent h2, #primaryContent h3, #primaryContent_full h2, #primaryContent_full h3
{
    border-bottom: solid 1px #efeecc;
    padding-bottom: 0.25em;
    margin-bottom: 1.25em;
}

#primaryContent h2, #primaryContent_full h2
{
    font-size: 1.7em;
}

#primaryContent h3, #primaryContent_full h3
{
    font-size: 1.1em;
}

/* Secondary Content */

#secondaryContent
{
    float: right;
    width: 14em;
    padding: 1.5em 1em 1.5em 1em;
    font-size: 0.9em;
}

#secondaryContent h3
{
    background: url(    'images/a4.gif' ) top left repeat-x;
    color: #000;
    padding: 0.5em;
    padding: 0.5em 0.5em 0.5em 1.0em;
    position: relative;
    left: -0.8em;
    margin-right: -1.6em;
    font-size: 1.0em;
}

/* Footer */

#footer
{
    text-align: center;
    width: 100%;
    margin: 0em auto;
    border-top: solid 1px #efeecc;
    font-size: 0.9em;
    background: #BBDBE5 url(images/archive-background.gif) repeat-x left top;
    height: 100px;
    margin: 20px 0 0 0;
    padding: 20px 0 20px 0;
    float: left; /*     height: 100px;     width: 100%;     margin: 20px 0 0 0;     float: left;  */
}

#footerCopyright
{
    color: #8FBFCD;
    background: #0C0C0C url(images/footer-background.gif) repeat-x left top;
    padding: 10px 0px 10px 0px;
    height: 20px;
    text-align: center;
    float: left;
    width: 100%;
}

.clear
{
    clear: both;
}

/* sub title */
.subInfo
{
    font-size: 0.9em;
}

/* message */
.err_msg
{
    color: white;
    font-size: 10pt;
    padding: 1px 10px 1px 10px;
    background-color: #a52a2a; /* display:none; 奇怪!一定要放在Local端 for changing status */
}

.i_msg
{
    color: white;
    font-size: 10pt;
    padding: 1px 10px 1px 10px;
    background-color: #000080;
}
