

#contentplace /* wjx */
{
    margin: auto;
    width: 984px;
    padding: 0px;
    background-color: White;
}
#contentbody /* wjx */
{
    margin-top: 2px;
    border: 1px solid #818181;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	内容区 - 两栏

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content-container-two-column
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px 6px 15px;
    width: 953px;
    border: 1px solid #818181;
    background: url(../../images/bg-content-side.png) repeat-y right;
    position: relative;
}

#content-main-two-column
{
    width: 764px;
    float: left;
    position: relative;
}

#topnewblock
{
    margin: 0;
    background-color: #f0f8ff;
    padding: 2px;
}

#topnew
{
    width: 514px;
    float: left;
}
#toplist
{
    width: 464px;
    float: right;
}
#content-side-two-column
{
    float: right;
    width: 165px;
    font-size: 0.9em;
}


#content-container-two-column1
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 15px 6px 15px;
    width: 952px;
    border: 1px solid #818181;
    background: url(../../images/bg-content-side1.png) repeat-y left;
    position: relative;
}

#content-main-two-column1
{
    width: 764px;
    float: right;
}

#content-side-two-column1
{
    float: left;
    width: 160px;
}


#addinfo
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px 6px 15px;
    width: 952px;
    border: 1px solid #818181;
}

#addinfo-main
{
    width: 714px;
    float: left;
}

#addinfo-side
{
    float: right;
    width: 230px;
}





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	内容区 - 三栏

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content-container-three-column
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 952px;
    border: 1px solid #818181;
    background: url(../../images/bg-three-column-main.png) repeat-y; /* position: relative; */
}

#content-main-three-column
{
    width: 580px;
    float: left;
    margin-left: 25px;
    
 }

#content-main-three-column-j
{
    width: 300px;
    float: left;
    margin-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#content-container-three-column1
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 952px;
    border: 1px solid #818181;
    background: url(../../images/bg-three-column-main1.png) repeat-y; /*  position: relative; */
}


#content-side2-three-column, #content-side1-three-column
{
    width: 160px;
}

#content-side2-three-column-j
{
    width: 230px;
}

#content-side1-three-column
{
    float: left;
}

#content-side2-three-column
{
    float: right;
}

#content-side2-three-column-j
{
    float: right;
}

#content-side2-three-column-line
{
    float: right;
    background: url(../../images/bg-content-side.png) repeat-y;
    padding-left: 15px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	主页 - 三栏块

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#three-column-container
{
    background: url(../../images/bg-three-column-home.png) repeat-y;
    padding: 0;
    margin: 20px 0 15px 0;
}

#three-column-side1
{
    float: left;
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}

#three-column-side2
{
    float: right;
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#three-column-middle
{
    width: 30%;
    margin: 0px 32% 0px 35%;
}


.two-column-container
{
    background: url(../../images/bg-two-column-home.png) repeat-y center;
    padding: 0;
    margin: 5px 0 5px 0;
}

.two-column-side1
{
    float: left;
    width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two-column-side2
{
    width: 48%;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
边广告区

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#rightad
{
    position: absolute;
    right: 10px;
    width: 100px;
    top: 150px;
    height: 200px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML 标签

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body
{
    margin: 0px;
    background-color: #ffffff;
    font-size: 0.84em;
    line-height: 1.4em;
    background-image: url(Images/dbg.gif);
}

p
{
 
}

p.no-padding-no-margin
{
    padding: 0;
    margin: 0;
}

hr
{
    color: #E5E5E5;
    height: 1px;
    border-top-style: solid;
    border-bottom-style: none;
}




blockquote
{
    padding: 0 0 0 12px;
    margin: 12px 0 0 0;
    background: url(../../images/bg-quote.png) no-repeat;
}

blockquote p
{
    margin: 2px 0;
}

cite
{
    font-size: .85em;
    margin: 0;
    padding: 0 0 0 6px;
}

fieldset
{
    padding: 0px 6px 6px 6px;
    display: block;
}

legend
{
    color: #333333;
    padding: 5px 3px 10px 3px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

table
{
    /* border-collapse: collapse;*/
}
textbox
{
    display: inline;
    font-size:0.9em;
}





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


h1, h2, h3, h4, h5, h6
{

}

h1
{
    padding-bottom: 0.2em;
    font: 400 1.6em arial, sans-serif;
    color: #536C71;
    border-bottom: 12px solid #ddd;
}

 h2
{
    margin-top: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.3em;
}

h3
{
    font-size: 1.1em;
}

h3.small
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
        margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.0em;
}

h6
{
    font-size: 1em;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


a:link
{
    text-decoration: none;
}

a:visited
{
    color: #4169e1;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
	color:#d61719;
}

a:active
{
    color: #980000;
}

#content-side-two-column a:link, #content-side2-three-column a:link, #content-side1-three-column a:link, #content-side-two-column a:visited, #content-side2-three-column a:visited, #content-side1-three-column a:visited
{
    text-decoration: none;
}

#content-side-two-column a:hover, #content-side2-three-column a:hover, #content-side1-three-column a:hover
{
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	顶端消息区

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#top-blank
{
    height: .5em;
}

#top-information
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    margin-top: 3px;
    color: #999999;
    font-size: .85em;
    position: relative;
    width: 984px;
    background-color: #f0f8ff;
    border: 1px solid #818181;
}
#logo
{
    float: left;
    top: .5em;
    left: 15px;
    font-size: 2.3em;
    height: 2.8em;
    padding: .1em 0 .2em 0;
    width: 220px;
    z-index: 200;
}

#pstlogo
{
    float: left;
    font-size: 2.3em;
    padding: 0 0 .2em 0;
    background-image: url(../../images/pstlogo.gif);
    background-repeat: no-repeat;
    width: 250px;
    background-position: left top;
    height: 60px;
}

#astlogo
{
    float: left;
    font-size: 2.3em;
    padding: 0 0 .2em 0;
    background-image: url(../../images/astlogo.gif);
    background-repeat: no-repeat;
    width: 180px;
    background-position: left top;
    height: 60px;
}

#banner
{
}

#poster
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 984px; /*  background: #608fc8; */
    position: relative;
}

#logo a
{
    color: #4A6BB3;
    text-decoration: none;
}

#top-information-login
{
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 2em;
    padding: 0 0 0 0;
}

#top-information-bulletin
{
    text-align: right;
    position: absolute;
    top: 2em;
    right: 0;
    height: 100%;
    padding: 0 0 0 2%;
}

#top-information-link
{
    text-align: center;
    border-left: 1px dashed #CACACA;
    position: absolute;
    top: 0;
    right: 0;
    height: 2em;
    width: 8.5%;
    padding: 0 0 0 1.5%;
}

.aheading
{
    font-size: 1.1em;
    color: #400000;
}

.heading
{
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    display: block;
}

.heading-s
{
    font-size: 1.1em;
}

.redheading
{
    font-size: 1.3em;
    line-height: 1.5em;
    color: #D61719;
    text-align: left;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    border-bottom: 1px dotted #B2B2B2;
    width: 100%;
    display: block;
    font-family: 黑体;
    font-weight:500;
}

.topnewheading
{
    font-size: 1.1em;
    font-weight: bold;
    color: Red;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5em;
}

.redheading-small
{
    color: Red;
    text-align: left;
}

a:visited.redheading-small, a:link.redheading-small, a:visited.redheading, a:link.redheading
{
    color: Red;
}

.redsmallhead
{
    color: Red;
    text-align: left;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.subheading
{
    font-size: 1.2em;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	主导航

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#nav
{
    background: #608fc8;
    margin-left: auto;
    margin-right: auto;
    width: 974px;
    padding: .6em 0 .5em 10px;
    position: relative;
    z-index: 1000;
    color: #009900;
}

#nav div
{
    position: absolute;
    padding: .6em 1em 0 1em;
    color: White;
    background-color: #4169e1;
    border: 1px solid #ccc;
    line-height: 1.8em; /*  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=150,strength=5); */
}

#nav ul
{
    margin: 0;
    padding: 0 20% 0 0;
}

#nav li
{
    display: inline;
    list-style: none;
    padding: 0 1em 0 0;
    background: none;
}

#nav a:link, #nav a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#nav a:hover
{
    color: #D4E7F8;
    text-decoration: underline;
}

#nav a:active
{
    color: #FFFFFF;
}

#nav li.current a:link, #nav li.current a:visited
{
    text-decoration: underline;
}

#nav li.current a:hover
{
    color: #D4E7F8;
    text-decoration: underline;
}

#nav li.current a:active
{
    color: #FFFFFF;
}





#nav-main
{
    background: url(../../images/bg-nav.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 964px;
    padding: .8em 0 1em 20px;
    position: relative;
}

#nav-main div
{
    background: url(../../images/bg-nav-side.png) top right no-repeat;
    width: 25%;
    _width: 25.5%;
    position: absolute;
    top: 0;
    right: 0;
    padding: .8em 0 1.1em 1em; /* IE如果下为1em则有白边 */
    color: White;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

#nav-main ul
{
    margin: 0;
    padding: 0 20% 0 0;
}

#nav-main li
{
    display: inline;
    list-style: none;
    padding: 0 1em 0 0;
    background: none;
}

#nav-main a:link, #nav-main a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#nav-main a:hover
{
    color: #D4E7F8;
    text-decoration: underline;
}

#nav-main a:active
{
    color: #FFFFFF;
}

#nav-main li.current a:link, #nav-main li.current a:visited
{
    text-decoration: underline;
}

#nav-main li.current a:hover
{
    color: #D4E7F8;
    text-decoration: underline;
}

#nav-main li.current a:active
{
    color: #FFFFFF;
}

/* 活动页面 */

#nav-main a.StaticSelectedStyle:link, #nav-main a.StaticSelectedStyle:visited
{
    color: #D4E7F8; /* text-decoration: underline; */
}
#columnlist
{
    color: #800000;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	海报区

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#poster-photo-container
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 984px;
    background: #608fc8;
    height: 80px;
}
#poster-photo-container-b
{
    margin-left: auto;
    margin-right: auto;
    width: 984px;
    height: 0px;
    font-size: 0em;
}

.poster-photo-image
{
    border-right: 3px solid #FFF;
    display: block;
}

#feature-area-home
{
    position: absolute;
    top: 0;
    right: 0;
}

#feature-area-home a:link, #feature-area-home a:visited
{
    color: Red;
    text-decoration: none;
}

#feature-area-home a:hover
{
    text-decoration: none;
}
#OnLine
{
    position: absolute;
    padding: 60px;
    color: White;
    right: 160px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	位置区

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#breadcrumb
{
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background: #608fc8;
    position: relative;
    color: #d5e8ff;
    padding: 10px 15px 10px 15px;
    font-size: 0.9em;
}

#breadcrumb div
{
    position: absolute;
    float: right;
    text-align: right;
    right: 12%;
    top: 0;
    padding: 10px 15px 10px 15px;
}
#breadcrumb-m
{
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
    padding-left: 3em;
    padding: 5px 15px 0px 15px;
    display:inline-block;
    background-image: url(../../images/bg-crumb.gif);
    position:relative;
}

#breadcrumb-m div
{
    float: right;
    text-align: right;
    right:2px;
    top: 2px;
    position:absolute;
}

#breadcrumb-big
{
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background: #608fc8;
    position: relative;
    color: #d5e8ff;
    padding: .5em 20px .5em 20px;
    font-size: 1.1em;
    letter-spacing: 0.1em;
}
#breadcrumb a:link, #breadcrumb a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#breadcrumb a:hover
{
    color: #D4E7F8;
    text-decoration: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	树形

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.TreeView
{
    border-bottom: 1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left: 5px;
}

.TreeView table
{
    border-top: 1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom: none !important;
    border-top: none !important;
}

.TreeView table td
{
    padding: 2px 0;
}



/* ALL ELEMENTS */

a.SelectedNodeStyle
{
    background: #E5E5E5;
    display: block;
    padding: 2px 0 2px 3px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul
{
    margin: 0;
    padding: 0;
}



ul.list-of-links
{
    /* border-bottom: 1px dotted #B2B2B2; */
}

ul.list-of-book
{
    /* border-bottom: 1px dotted #B2B2B2; */
}

#content-side1-three-column ul.list-of-links, #content-side2-three-column ul.list-of-links
{
    margin: 0 0 20px 0px;
}

ul.list-of-links li
{
    border-bottom: 1px dotted #B2B2B2;
    background: url(../../images/list-bullet-01-link.gif) no-repeat 0 .8em;
}

ul.list-of-links li.current
{
    background-color: #E5E5E5;
}


ul.list-of-book li
{
    border-bottom: 1px dotted #B2B2B2;
    background: url(Images/li_book.gif) no-repeat 0 .8em;
}

ul.list-of-book li.current
{
    background-color: #E5E5E5;
}


ul.no-lines, ul.no-lines li
{
    border: none;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.feature-area
{
    background-color: #6799D1;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

img
{
    border: none;
}
.photo-border
{
   /* border: 1px solid #cecece; */
    padding: 4px;
    background: #d9d9d9 url(../../images/bg-photo.png) top repeat-x;
    margin-bottom: 5px;
    display: block;
}

.photo-float-left
{
    float: left;
    margin-right: 10px;
}

.image-border-none
{
    border: none;
}

.shadow
{
    background: #ccc;
    position: relative;
    margin: 6px 0px 0px 3px;
}

.shadow img
{
    position: relative;
    top: -4px;
    left: -4px;
    display: block;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer
{
    background: url(../../images/bg-nav.png) bottom left no-repeat;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 964px;
    padding: .8em 0 1em 20px;
    position: relative;
    color: #a9c0db;
}

#footer div
{
    /* background: #4b6cb5 url(../../images/bg-nav-side.png) bottom right no-repeat; */
    background: url(../../images/bg-nav-side.png) bottom right no-repeat;
    width: 25%;
    _width: 25.5%;
    position: absolute;
    top: 0;
    right: 0;
    padding: .8em 0 1em 1em;
}

#footer a:link, #footer a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover
{
    color: #D4E7F8;
    text-decoration: none;
}

#footer a:active
{
    color: #FFFFFF;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer-sub
{
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 964px;
    text-align: center;
    padding: .1em 0 2em 0;
    position: relative;
    font-size: .8em;
    color: #999999;
}

#footer-sub ul
{
    margin: 0;
    padding: 0;
}

#footer-sub li
{
    display: inline;
    list-style: none;
    padding: 0 1em 0 0;
    background: none;
}

#footer-sub a:link, #footer-sub a:visited
{
    text-decoration: underline;
    color: #999999;
}

#footer-sub a:hover
{
    color: #666666;
    text-decoration: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.arrow
{
    vertical-align: middle;
}

input.button-big
{
    font-weight: bold;
    padding: .7em 1.5em;
    font-size: 1.1em;
    vertical-align: bottom;
}

input.button-small
{
    font-weight: normal;
    padding: .4em 1em;
    font-size: .8em;
    vertical-align: bottom;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	wjx 自定义区

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.clear
{
    clear: both;
}

.none
{
    display: none;
}
.shim
{
    height: 2px;
}
.field
{
    background-image: url(../../images/field.jpg);
    padding: 0 8px 3px 8px;
    border: 1px solid #818181;
    color: White;
    background-position: bottom;
    margin: auto;
}
.field div
{
    margin: auto;
}
.field legend
{
    color: White;
}


#login
{
    background-image: url(../../images/login.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 190px;
    width: 250px;
    margin: 100px auto 50px auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    color: Black;
}

#articlecontainer
{
    text-align: center;
}
#articlecontainer .articlebody
{
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.7em;
    font-size: 1.1em;
}

.formattext
{
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.6em;
    text-indent: 2em;
}


.PageNumbers
{
    text-align: center;
    color: Red;
    font-weight: bold;
    font-size: 0.9em;
    font-family: Impact Arial Black;
}
.PageNumbers a
{
    font-weight: normal;
    color: Gray;
    text-decoration: none;
}

.PageNmebers a:visited
{
    color: Purple;
}

.PageNumbers span
{
    text-indent: 3px;
}
.date
{
    font-size: 0.8em;
    font-family: 'MS Gothic';
    color: #A4A4A4;
}

.articlesubmit
{
    font-size: 0.8em;
    color: #A4A4A4;
}

.author
{
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #a0522d;
    font-size: 0.9em;
    margin: auto; /* firefox */
}
.unit
{
    overflow: hidden;
    color: #6495ed;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline;
    font-size: 0.95em;
    width: 120px;
}
.title
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #000080;
}
.middletitle
{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 474px;
    white-space: nowrap;
    display: block;
}
.middletitle-d
{
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 434px;
    white-space: nowrap;
}


.longtitle
{
    width: 544px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #000080;
}

.title-mainbody /* diffrent from longtigle */
{
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 524px;
    white-space: nowrap;
}

.title-colulist
{
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #000080;
}

.titlebar
{
    height: 1.7em;
    background-color: #00008b;
    color: White;
    line-height: 1.7em;
    padding-left: 0.5em;
    position: relative;
}

.titlebar div
{
    float: right;
    position: absolute;
    right: 15px;
}

.titlebar a:link, .titlebar a:visited
{
    color: White;
    font-size: 0.9em;
}

.bgbar
{
    height: 22px;
    color: White;
    line-height: 1.5em;
    padding-left: 1.3em;
    font-size: 1.3em;
    position: relative;
    background: url(Images/barleftbg.gif) no-repeat left bottom;
    padding-bottom: 0px;
    padding-top: 0px;
}

.bgbar div
{
    position: absolute;
    height: 22px;
    color: White;
    width: 25%;
    _width: 25.5%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(Images/barrightbg.gif) no-repeat right bottom;
    font-size: 0.8em;
    padding-right: 1.5em;
}


.bgbar a:link, .titlebar a:visited
{
    color: White;
}



.pictitle
{
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #000080;
}
.Approved
{
    background-image: url(Images/yellowball.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    font-size: 1px;
    color: White;
    height: 12px;
}
.ApprovedTrue
{
    background-image: url(Images/greenball.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    font-size: 1px;
    color: White;
    height: 12px;
}
.ApprovedFalse
{
    background-image: url(Images/redball.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    font-size: 1px;
    color: White;
    height: 12px;
}
.infosum
{
    color: Blue;
    text-align: center;
    font-size: 0.9em;
}
.approvedsum
{
    color: Green;
    text-align: center;
    font-size: 0.9em;
}
.approvedratio
{
    color: fuchsia;
    text-align: right;
    font-size: 0.9em;
}
.score
{
    text-align: center;
    font-size: 0.9em;
    color: Red;
}

.NO
{
    font-weight: bold;
    color: yellow;
    background-image: url(Images/NO.gif);
    background-repeat: no-repeat;
    background-position: center;
    font-family: Verdana;
    text-align: center;
}

.NO-x
{
    font-weight: bold;
    color: yellow;
    background-image: url(Images/NO.gif);
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
}
.inline
{
    display: inline;
}
.redtitle
{
    color: Red;
    font-size: 1.1em;
    text-align: center;
}
.divright
{
    text-align: right;
    float: right;
    color: #D61719;
}
.more
{
    text-align: right;
    float: right;
    background-image: url(Images/more.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 40px;
    height: 11px;
}

.readmore
{
    background-image: url(Images/readmore.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 40px;
    height: 11px;
}

.note
{
    color: Red;
    font-size: 0.9em;
}
.remark
{
    font-size: 0.95em;
    text-indent: 2em;
    color: #800080;
}

/* float*/
#draghead
{
    color: White;
    height: 25px;
    line-height: 2em;
    background-position: left bottom;
    background-image: url(Images/titleback.jpg);
    background-repeat: no-repeat;
    border: solid 2px White;
}

#draghead .close
{
    right: 4px;
    top: 4px;
    position: absolute;
    color: White;
}

#draghead #quotebody
{
    font-size: 1.1em;
    font-weight: bold;
    left: 1em;
    position: absolute;
}

#wclosebtn
{
}


#floatBox
{
    display: none;
    z-index: 1001;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 670px;
    height: 470px;
    background-color: White;
    border: solid 1px;
}
#floatBox #mainfield
{
    padding: 4px 20px 5px 20px;
    margin: 2px;
}
#overlay
{
    display: none;
    z-index: 1000;
    FILTER: alpha(opacity=40);
    left: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
    background-color: #333;
    -moz-opacity: 0.8;
    opacity: .80;
}
.fontsize0
{
    font-size: 0em;
}
.abstract
{
    background-color: #fffafa;
    border: #f5f5f5 1px solid;
    padding: 5px;
    color: #8b008b;
    text-indent: 2em;
    text-align: left;
}

.abstract-b
{
    text-indent: 2em;
    text-align: left;
    font-size: 0.9em;
    color: #483d8b;
}

.abstract-li
{
    background-color: #fffafa;
    border: #f5f5f5 1px solid;
    padding: 5px;
    color: #8b008b;
    text-align: left;
}

.errorarea
{
    background-color: #fffafa;
    border: #f5f5f5 1px solid;
    padding: 5px;
    color: Red;
}
/* end float*/

.ideograph
{
    text-align: justify;
    text-justify: inter-ideograph;
}
.PicsContainer
{
    text-align: center;
    margin: auto;
    padding: 4px;
}

.PicCaps
{
    margin: 0 5px 0 5px;
}

.caption
{
    font-size: 0.9em;
    color: maroon;
    line-height:1.4em;
}


.nolink
{
    cursor: default;
}
.piclink
{
}
.star
{
    color: Red;
    font-weight: bold;
    font-size: 1.2em;
}
.star-s
{
    color: Red;
    font-weight: bold;
    font-size: 0.9em;
}

.columnbar
{
    font-size: 1.1em;
    background-image: url(../../images/titlebar.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 4px;
    letter-spacing: 0.2em;
    height: 18px; /* IE7.0高度实际上是指有效高度,对于IE6.0则不一样了*/
    padding: 0 0 0 0.5em;
    line-height: 22px; /* 不能用em*/
    font-weight: bold;
    position: relative; /* 若要控制下面的位置，则必须设置这项 */
    color: White;
}
.columnbar div
{
    position: absolute;
    right: 1em;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    top: 6px;
}
.subcolumnbar
{
    background-color: #f5f5f5;
    font-size: 1.0em;
    background-image: url(../../images/smalltitlebar.gif);
    padding: 0.2em 0 0.2em 1em;
    color: #2f4f4f;
    margin-bottom: 4px;
    margin-top: 4px;
    letter-spacing: 0.2em;
    position: relative; /* 若要控制下面的位置，则必须设置这项 */
    font-weight: bold;
}
.subcolumnbar div
{
    position: absolute;
    right: 1em;
    float: right;
    font-size: 0.8em;
    top: 6px;
}
.hits
{
    color: Red;
    font-size: 0.8em;
    font-family: 'MS Gothic';
}
#demo
{
    text-align: center;
    overflow: hidden;
    height: 75px;
    width: 540px;
}

.bullet
{
    background-image: url(images/bullet-1.gif);
    background-repeat: no-repeat;
    width: 12px;
    background-position: center;
}
.colorblock
{
  /*  background-color: #EFF3FB; */
 background-color: #EAF2F5; 
 padding:5px;
}
.webpiclink
{
    text-align: center;
    padding: 4px;
    line-height: 1.6em;
    white-space:normal;
}
.topnewspic
{
    border: #ebebeb 5px solid;
}
.gray
{
    color: #8F8F8F;
}
.adminmain
{
    margin-left: 190px;
    background-color: White;
}
.lightblueborder
{
    border: #1e90ff 1px solid;
}
.bold
{
    font-weight: bold;
}


TEXTAREA
{
    border: #5EB7EE 1px solid;
}
.SortingBack
{
    background-image: url(Images/SortingBar.gif);
    background-color: #009900;
    background-position: right bottom;
}
.bulletin
{
    background-image: url(Images/framebg.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-position: top;
    padding: 0.5em 1px 0.5em 2px;
    height: 150px;
}

.button
{
    margin: 0px auto;
    text-align: left;
    list-style-type: none;
}
.button ul
{
    list-style-type: none;
}
.button li
{
    padding-right: 3px;
    padding-left: 3px;
    float: left;
    padding-bottom: 8px;
    padding-top: 8px;
    list-style-type: none;
}
.button a
{
    border-right: #b9b9b9 1px solid;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
    background: #fff;
    padding-bottom: 4px;
    padding-top: 5px;
    border-bottom: #b9b9b9 1px solid;
    height: 23px;
    text-decoration: none;
}
.halfborder
{
    border-style: none solid solid none;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
.weekthDiv
{
   float:left;
   width:70px; 
   /*  background-color:Red;*/
   padding:5px;
   text-align:center;
}

.planDiv
{
  /*  background-color: #996600;*/
  float:right;
    padding:5px;
    width: 380px; 
}

.workDiv
{
    float: right;
    width: 380px; 
   /* background-color: #669900;*/
    padding: 5px;
}
.workDiv.head
{
    text-align:center;
    
}
.planDiv.head
{
    text-align:center;
    
}

.weekthDiv.head
{
   text-align:center;
}


.weekthDiv .weekth
{
    font-size:1.5em;
    margin:10px;
    
}
.personWork
{
    padding: 5px;
}
.grayBg
{
    background-color: #C0C0C0;
    border-top-width: 3px;
    border-top-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #FFFFFF;
}
a.red
{
    color:Red;
}

