/**
 * common.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.71.2.1 2009/04/08 19:43:30 asmecher Exp $
 */

/**
 * Common HTML elements 整体设置
 */
body {
	width:100%;
	margin:0px auto;
	padding: 0px;
	font-family:Verdana,"宋体",Arial,Helvetica,sans-serif;
	text-align: center;
	font-size:12px;
	background:url('bg-body.gif') repeat top left;
}
div {
	line-height: 140%;
	text-align: left;
}
table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}
form {
	margin: 0;
}
#body a,#body-help a{/*所有a标签的设置*/
	color:#308BC5;
	background:none;
	text-decoration:none;
}
#body a:hover,#body-help a:hover{/*所有a标签的设置*/
	color:#FF9966;
	background:none;
	text-decoration:none;
}
a.plain {
	text-decoration: none;
}
ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}
tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family:Verdana,"宋体",Arial,Helvetica,sans-serif;;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}
input.button,input.defaultButton {/*设置按钮的样式*/
	background-color: #FF6600;
	font-family:Verdana,"宋体",Arial,Helvetica,sans-serif;
	color: #ffffff;
	font-weight: bold;
	border:1px solid #cccccc;
}
input.button:hover,input.defaultButton:hover{
	font-family:Verdana,"宋体",Arial,Helvetica,sans-serif;
	border:1px solid #FF9966;
}
/**
 * Main layout elements 主要的布局级设置
 */

#container {
	width:100% !important;
	min-height:600px !important;
	margin: 0px auto;
	padding:0px;
	line-height: 125%;
	text-align: center;
	height:auto;
	overflow:hidden;
	clear:both;
	padding-bottom:50px;
	background:url('container_bg.jpg') repeat-x bottom left;/*底部的图片，相当于footer*/
}
#body{/*除头部以外的内容DIV*/
	width:99%;
	height:auto;
	overflow:hidden;
	margin:0px auto;
	padding:0px;
	clear:both;
	overflow:hidden;	
}
#header {
	width:100%;
	height:112px;
	margin:0px auto;
	padding:0px;
	text-align: center;
	color:#ffffff;
	font-weight:900;
	background:url('headerBeiJing.png') repeat-x top left; 
	
}
#headerTitle {
	width: 100%;
	text-align: left !important;
	margin: 0 auto;
	padding: 0px;
	background:#0D6BB5;/*modified by wy 2010-8-22*/
}
#header h1 {
	margin: 0 auto;
	padding: 0.5em 0 0.25em 3%;
	font-family:Verdana,"宋体",Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 130%;
	width:97%;
}
#footer {
	width: 100%;
	min-height: 50px;
	position: static;
	clear: both;
	background-color: #ABA;
	text-align: center;
}
#footerContent {
	width: 100%;
	margin: 0 auto;
	padding-left: 10%;
}
#main {
	
	height:auto;
	overflow:hidden;
	padding:0px;
	margin: 10px 1% 10px 0px;
	width:78% !important;
	width:100%; /*added by wy 2010-8-22*/
}
#main>h2 {/*位置导航栏下的标题*/
	width:76%;
	float:left;
	margin:0px;
	padding:1%;
	font-family:Verdana,"宋体",Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 130%;
	background-color:#ffffff;
	border-top:1px solid #EBAB00;
	border-left:1px solid #EBAB00;
	border-right:1px solid #EBAB00;
	font-size:16px;
	color:#EBAB00;
}
#main>h3 {/*位置导航栏下的标题*/
	width:76%;
	float:left;
	margin:0px;
	padding:1%;
	font-family:Verdana,"宋体",Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 130%;
	background-color:#ffffff;
	border-left:1px solid #EBAB00;
	border-right:1px solid #EBAB00;
	font-size:16px;
	color:#000000;
}
#navbar {/*导航栏*/
	width:20%;
	float:left;
	color:#4b4a49;
	font-size:14px;
	margin:0px;
	padding:0px;
	margin:1% 1.5% 1% 0px;
	font-weight:bold;
	border:0px;
}
#breadcrumb {/*位置导航*/
	width:76%;
	float:left;
	height:auto;
	overflow:hidden;
	margin:0px;
	padding:1%;
	font-size:12px;
	border:0px;
	background:url('home.jpeg') no-repeat center left;
}

#content {/*主体内容*/
	width:76%;/*主体的正文部分挤到中间*/
	height:auto;
	overflow:hidden;
	float:left;
	margin:0px;
	padding:1%;
	font-size:12px;
	border:0px;
	border-left:1px solid #EBAB00;
	border-right:1px solid #EBAB00;
	border-bottom:1px solid #EBAB00;
	border-top:0px !important;  /*modified by wy 2010-8-22*/
	border-top:1px solid #EBAB00;
	background-color:#ffffff;
}
#content h3 {/*主体内容标题*/
	margin:10px 1em 0.25em 0em;
	padding-top:10px;
	font-family:Verdana,"宋体",Arial,Helvetica,sans-serif;
	font-weight:600;
	font-size:15px;
	line-height: 1.35em;
	color:#000000;
}
#content h4 {
	margin: .75em 1em 0.25em 0em;
	font-family:Verdana,"宋体",Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size:14px;
	padding-left:10px;

}
#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size:14px;
}
/**
 * Navigation bar
 */

#navbar a {
	font-size:14.7px;
	letter-spacing: 0.05em;
}
/**
 * Breadcrumbs
 */
#breadcrumb a.current {
	font-weight: bold;
}
/**
 * Announcements
 */

#announcementsHome {
	width: 100%;
	margin: 2em 0 2em 0;	
}
#announcementsHome h3 {
	text-align: left;
	width:96%;
	font-family:Verdana,"宋体",Arial,Helvetica,sans-serif;
	padding:5px 2%;
	font-size:16px;
	color:#EBAB00;

}

#announcements {
	width: 100%;
}

#announcements h3 {
	text-align: center;
	font-family:Verdana,"宋体",Arial,Helvetica,sans-serif;
}

table.announcements {
	width: 100%;
}

table.announcements td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.announcements td.nodata {
	text-align: center;
	font-style: italic;
}

table.announcements td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements tr.intro {
}

table.announcements td.intro {
}

table.announcements tr.title {
	vertical-align: top; 
}

table.announcements td.title {
	width: 85%;
}

table.announcements td.title h4 {
}

table.announcements tr.description {
	vertical-align: top;
}

table.announcements td.description {
	width: 85%;
}

table.announcements tr.details {
	vertical-align: bottom;
}

table.announcements td.posted {
	padding-top: 1em;
	font-style: italic;
}

table.announcements td.more {
	width: 15%;
	text-align: right;
}

table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	padding-top: 1.5em;
	text-align: right;
}


/**
 * Table of contents /*期刊存档 最终页*/
table.tocArticle {
	width: 100%;
}

table.tocArticle td.tocTitle {
	width: 70%;
	height: 100%;
}

table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: right;
}

table.tocArticle td.tocAuthors {
	padding-left: 30px;
	font-style: italic;
	vertical-align: top;
}

table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}
/**
 * Footer elements
 */
#footer div.debugStats {
	font-size: 0.6em;
}
/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}
a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
}
#breadcrumb a {
	text-decoration: none;
	color:#0863BE;
	padding-left:10px;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

.nowrap {
	white-space: nowrap;
}

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
}

table.listing tr.highlight {
	background: yellow;
}

table.listing td {
	padding: 0.25em 1.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 1.5em 1em 0.5em;
}

table.listing tr.fastTracked {
	background-color: #ABA;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}
.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}


/**
 * Homepage image
 */
#homepageImage img {
	display: block;
	/*margin: 0 auto;*/
	margin: 0 5% 0 5%;/*modified by wy 2010-01-20*/
	border: 0;
	text-align: center;
	float:left; /*added by wy 2009-10-23*/
}

.homepageImage img {
	margin: 0 auto;
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
	text-align: center;
}

/**
 * Issue cover image
 */

#issueCoverImage img {
	display: block;
	border: 0;
}

.issueCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
}

#issueCoverImage a:link, .issueCoverImage a:link {
}

#issueCoverImage a:active, .issueCoverImage a:active {
}

#issueCoverImage a:visited, .issueCoverImage a:visited {
}

#issueCoverImage a:hover, .issueCoverImage a:hover {
}

 /* Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
ul.menu li {/*导航栏navbar中的UL*/
	margin:2px 0px;
	padding: 0;
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	font-size:12px; 
	float:left;
	background:url('navBiaoZhi.gif') no-repeat top left;	
	border-top:1px solid #979285;
}
#navbar ul.menu li a {
	font-size:12px;
}

ul.menu li.current {
	font-weight: bold;
}
ul.menu a { /*导航栏navbar中的UL*/
	margin:0px;
	padding:0px;
	text-transform: uppercase;
	text-decoration: none;
	color:#308BC5;
	padding-left:15px;
}
ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}
ul.plain {/*正文中的UL*/
	list-style-type: none;
	padding-left: 1.5em;
	color:#4b4a49;
}
ul.plain li a{
	color:#308BC5;
}
ul.filter {
	margin: 0;
	padding: 1.5em 0 1.5em 0;
	list-style-type: none;
}

ul.filter li {
	padding-right: 1.5em;
	display: inline;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px dotted #000;
	font-size: 0.5em;
	line-height: 25%;
}

div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 505px;
	z-index:1;
}