body {
	font-family :  Verdana, "宋体",Times New Roman, Arial, sans-serif;
}
.searchList{
	color :  #0000CC;
	text-decoration : none;
}

.searchList:HOVER {
	color : Red;
}

INPUT,TEXTAREA {
	font-size: 14px;
	font-family: "宋体", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*
ul {margin-left: 1.8em; padding-left: 0em;}
li {margin-left: 0em; padding-left: 0em;}
*/


.copyright{
  text-align: center;
  font-size: 12px;
  color : #555560;
  text-decoration : none
}

.smaller {
	font-size: 11px;
  font-family: Verdana;
}


.small_light {
  font-size:13px;
  font-family: Verdana, "宋体",Times New Roman, Arial, sans-serif;
  color: #555560;
}


ul {
  margin-left: 1.8em; 
  margin-bottom: 0px;
  margin-top:0px;
  line-height: 24px;
}

hr {
	color: #B8CFE7;
	height: 1px;
}

.reg { FONT-SIZE: 13px; COLOR: #FF7C3E; FONT-FAMILY: Verdana }


#overlay {
	background: url("images/loader2.gif") no-repeat center;
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-Index: 100;
}

    
.postPad { margin-top: 20px; margin-bottom: 20px; margin-left:auto; margin-right:auto; width:100%;} /* IMPORTANT:  must have "width" otherwise the contents with <a> will over the border of the pan in IE. firefox is OK */

.postPad .c .postContent {color:#000; padding-left:20px; padding-right:20px; padding-top:10px; padding-bottom:10px;}

.postPad .n	a{ text-decoration:none;color:#000; font-size:15px;}

.postPad .no	{ background: url('images/pad-top-left.png') top left no-repeat;}
.postPad .ne	{ background: url('images/pad-top-right.png') top right no-repeat; margin-left: 20px;}
.postPad .n	{ background: url('images/pad-top.png') top center repeat-x; margin-right: 24px;height:20px;}
.postPad .n	{ padding-top:0px; font-size:16px;-moz-user-select: none; -khtml-user-select: none}

.postPad .o	{ background: url('images/pad-left.png') top left repeat-y;}
.postPad .e	{ background: url('images/pad-right.png') top right repeat-y; margin-left: 20px;}
.postPad .c { margin-right: 24px;}
.postPad .n	a:hover{ text-decoration:underline}

.postPad .so	{ background: url('images/pad-bottom-left.png') bottom left no-repeat;}
.postPad .se	{ background: url('images/pad-bottom-right.png') bottom right no-repeat; margin-left: 20px;}
.postPad .s { background: url('images/pad-bottom.png') bottom repeat-x; padding-top: 20px; margin-right: 24px;}

.highlight{
   background-color: yellow;
}

#bottomDiv{
position: relative;
top:10px;
}


  .searchbox {
    display:block;
    margin-left:auto;
    margin-right: auto;
    width:620px;
    height:60px;
    position:relative;
    overflow:hidden;
    font-size:14px;
  }
  
  .searchInfo {
    text-align: right;
    padding-right:80px; 
    font-size:14px;
    position:relative;
    top:0px;
  }

  .pageClicked{
    text-decoration: none;
    font-family: Verdana;
    font-size: 16px;
    color: #3c3c3c; 
    cursor: default;
  }
  
  .pageNotClicked{
    text-decoration: underline;
    font-size: 14px;
    color: #3c3c3c; 
 }
 
  input#q{
    height: 20px;
    padding-top;3px;
    font-size:14px;
  }

 	#sortable {list-style: none}
	#sortable li {display: block; float: left; margin-left:0px; padding-left:0px;}

  .abstract{
    list-style: none;
    font-size: 12px;
    color: #555555;
    margin-top: 3px;
    margin-bottom: 8px;
    display:block;
  }
  
