*{
    font-family:微软雅黑;
}
body{
    font-size: 14px;
    font-family:arial;
}
#keyword{
    height:20px;
    line-height:20px;
    font-size:14px;
}
#search_button{
    line-height:20px;
    font-size:14px;
    width: 80px;
}
#file_type{
	line-height:20px;
    font-size:14px;
}
#search_form{
    border-bottom:dashed 1px #CCC;
}
#search_form a{
    color:black;
    padding-left:10px;
}
#search_form a:hover{
    color:orange;
}
#header h1 a{
    color:black;
    text-decoration:none;
}
#header h1 a:hover{
    color:orange;
    text-decoration:underline;
}
#header .version{
    margin-left: 20px;
    font-size:14px;
    font-weight:normal;
}
#header .version span{
    padding-right: 10px;
}
#header .version .current{
    font-size:16px;
    font-weight:bold;
}

#header .latest_update{
	font-size:20px;
	margin-left: 20px;
}

#header .latest_update span{
    padding-right: 10px;
}

#login_form{
	margin: 10px;
	text-align: center;
}
#login_form table{
	width: 270px;
	margin: 0 auto;
}
#login_form td{
	height: 40px;
	margin: 0 auto;
}
#login_form .textfeild{
	width: 170px;
}
#login_form .button{
	width: 70px;
	margin: 7px 3px 0px 3px;
}
#login_form .required_field{
	color: red;
}
#footer{
    padding-top:10px;
    border-top:dashed 1px #CCC;
}
.highlight{
    color:red;
    background-color:yellow;
}
#result li{
    list-style:square;
    margin-bottom:10px;
}
#result #pagination{
	margin: auto auto 5px 40px;
}
.ri_body{
	font-size: 12px;
}
.ri_body a{
     color:black;
     text-decoration:none;
}
.ri_body a:hover{
    color:orange;
    text-decoration:underline;
}
.invisible{
	display: none;
}
.visible{
	display: block;
}
.error_msg{
	color: red;
}
/*#ri_head{
    font-size:14px;
    font-weight:bold;
}*/