body 
{
    font-size: 10pt; 
    MARGIN: 0px; 
    background-color:#D0E8FF;
}


.CSS 
{
	/*
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006599;
	border-right-color: #006599;
	border-bottom-color: #006599;
	border-left-color: #006599;
	*/
    border: solid 1px #006599;
	padding-left:0px;
}

.DetailedOrder 
{
line-height:20px;
border-collapse:collapse; /* 关键属性：合并表格内外边框(其实表格边框有2px，外面1px，里面还有1px哦) */
border:solid #006599; /* 设置边框属性；样式(solid=实线)、颜色(#999=灰) */
border-width:1px 0 0 1px; /* 设置边框状粗细：上 右 下 左 = 对应：1px 0 0 1px */
}

.DetailedOrder  td 
{
	border:solid #006599;
	border-width:0 1px 1px 0;
	padding:2px;
}

.DetailedOrder th 
{
	border:solid #006599;
	border-width:0 1px 1px 0;
	padding:2px;
}


/*style of proceeding begin*/
.ProceedingStyle
{
    line-height:23px;
    border-collapse:collapse; /* 关键属性：合并表格内外边框(其实表格边框有2px，外面1px，里面还有1px哦) */
border:solid #999; /* 设置边框属性；样式(solid=实线)、颜色(#999=灰) */
border-width:1px 0 0 1px; /* 设置边框状粗细：上 右 下 左 = 对应：1px 0 0 1px */
}

.ProceedingStyle  td,th 
{
	border:solid #999;
	border-width:0 1px 1px 0;
	text-align:left;
    padding-left:5px;
}

.ProceedingStyle  th 
{
 font-weight:bold;
 text-align:left;
}
/*style of proceeding end*/


.ks {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #BFBFBF;
}
.ae {
	font-size: 11pt;
	/*line-height: 24px; #003366*/
	color: #003366;
	text-decoration: none;
	font-weight: bolder;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
bt 
{
	font-size: 12pt;
	line-height: 24px;
	color: #003366;
	text-decoration: none;
}
	
.sb {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ae1 {
	font-size: 10pt;
	line-height: 24px;
	text-decoration: none;
	font-weight: normal;
}
.bk1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #006599;
	border-right-color: #006599;
	border-bottom-color: #006599;
	border-left-color: #006599;
}
.ae2 {
	font-size: 10pt;
	line-height: 17px;
	text-decoration: none;
	font-weight: normal;
}

.nav 
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color:White;	
}

.nav a:link /* 未被访问的颜色 */
{
  color: white;
  text-decoration:none;  
}  

.nav a:visited /* 已被访问过的链接 颜色 */
{
	color: white;
  text-decoration:none;  
} 

.nav a:hover /* 鼠标悬浮在上的链接 颜色 */
{
  color: white;
  text-decoration:none;  
} 

.nav a:active  /* 鼠标点中激活链接 颜色 */
{
  color: white;
  text-decoration:none;  
} 




a:link /* 未被访问的颜色 */
{
  color: blue;
  text-decoration:none;  
}  

a:visited /* 已被访问过的链接 颜色 */
{
	color: blue;
  text-decoration:none;  
} 

a:hover /* 鼠标悬浮在上的链接 颜色 */
{
  color: red;
  text-decoration:none;  
} 

a:active  /* 鼠标点中激活链接 颜色 */
{
  color: red;
  text-decoration:none;  
} 

 

.paperLinkStyle a:link /* 未被访问的颜色 */
{
  color: blue;
  text-decoration:none;  
}  

.paperLinkStyle a:visited /* 已被访问过的链接 颜色 */
{
  color: blue;
  text-decoration:none;  
} 

.paperLinkStyle a:hover /* 鼠标悬浮在上的链接 颜色 */
{
  color: blue;
  text-decoration:underline;
  background-color:white;
} 

.paperLinkStyle a:active  /* 鼠标点中激活链接 颜色 */
{
  color: blue;
  text-decoration:none;  
} 



.u {
	font-size: 10pt;
	color: #CC0000;
	text-decoration: none;
}


.DataListStyle {
	font-size: 9pt;
	line-height: 24px;
	text-decoration: none;
	font-weight: normal;
}

.DataListStyle td
{
   border-top:solid 1px #c0c0c0;
   height:24px;
}



.userLogin td
{
	border-bottom:solid 1px #c0c0c0;
	line-height:30px;
}

.userLogin #titleStyle
{
 font-size:11pt;
 color:#1e517e;
 font-weight:bold;
}


.paymentTable 
{  
  padding-left :5px;
  border: solid 1px #006599;
  line-height:25px;
}

.paymentTable td
{
  border-bottom: solid 1px #c0c0c0;
  height:25px;
}

.paymentTable table td
{
  border-bottom: none;
}

.aimAndScopeItemStyle
{
   margin-left:0px;
   padding-left:8px;
}

.DataListStyle_IssueInfor
{
	/*border :solid 1px gray;*/
   width :690px;
}

.DataListStyle_IssueInfor td
{
	 /*padding-right:30px;*/
	 height:22px;
	  /*border :solid 1px gray;*/
	 width:115px;
}


.DataListStyle_IssueInfor *sup
{
    color:Red;
    font-size:8pt;
}


.ulStyle, .loginMessageStyle ul
{
   margin-top :0px;
   margin-bottom:0px;
   margin-left:18px;
   padding:0px;
   line-height:22px;
}


.searchButton
{
border-bottom: 1px solid initial;
border-left: 1px solid initial;
border-right: 1px solid initial;
border-top: 1px solid initial;
background: url(images/nav_logo27.png) repeat-x;
cursor: pointer;
font: normal normal normal 15px/normal arial, sans-serif;
vertical-align: middle;
height: 28px;
margin-left:4px;
padding:2px;
outline: 0;
}

.searchTextBox
{
border-left: #ccc 1px solid; 
border-top: #ccc 1px solid;
border-right: #999 1px solid;
border-bottom: #999 1px solid;  
background: #fff;
font: 20px arial,sans-serif bold;
vertical-align: middle;
color: #000;
height: 35px;
}
.ulCategoryStyle
{
   margin-top :0px;
   margin-bottom:0px;
   margin-left:18px;
   padding:0px;
   line-height:22px;
}

.ulCategoryStyle li
{
   border-bottom:solid 1px #c0c0c0;
   padding:0px;
   /*height:25px;*/
}

.WordListStyle ul
{
list-style: none;
margin:0px 0px 0px 6px;
padding:0px;
}

.WordListStyle ul li
{
	float:left;
	margin:0px;
	padding: 0px 20px 0px 0px;
}

.JournalListByWord
{
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 35px;
}

.JournalListByWord li
{
   vertical-align:top;
   height:20px;
}
