﻿/* CSS Document*/
@import url("PortalCommon.css");
#leftFrame .title
{
	margin-left: 5px;
	height: 27px;
	text-align: left;
	line-height: 27px;
}

#treeviewFrame
{
	text-align: left;
	height: 600px;
	margin-top: 5px;
	margin-left: 5px;
	position: relative;
}

#treeviewFrame #bookstree
{
	width: 220px;
	height: 595px;
	position: absolute;
	overflow: hidden;
	border: 0px solid red;
}

#contentFrame #loginFrame
{
	font-size: 12px;
	height: 27px;
	text-align: center;
	padding-right: 5px;
}

#contentFrame #login
{
	float: right;
	width: auto;
	color: #503800;
}
#login a
{
	font-weight: bold;
}

#contentFrame #login .rl
{
	height: 25px;
	width: 62px;
	background-position: top;
}

#contentFrame #PanelLogout
{
	padding-top: 5px;
	padding-right: 5px;
}
#contentFrame #PanelIPLogout
{
	padding-top: 5px;
	padding-right: 5px;
}

#contentFrame #login input.input
{
	font-size: 12px;
	width: 84px;
}

#contentFrame #login input.btnLogin
{
	position: relative;
	bottom: 0px;
	top: 4px;
}
/*
#contentFrame #searchFrame
{
	margin: 5px;
	vertical-align: text-bottom;
	border: 1px solid #E9E4D7;
}*/
#contentFrame #searchFrame
{
	text-align: left;
	vertical-align: text-bottom;
	border: 1px solid #E9E4D7;
	padding: 8px 0 2px 78px;
	margin-top: 8px;
	font-size: 13px;
	line-height: 32px;
}
#contentFrame #mapPath
{
	text-align: left;
	padding: 4px;
	background-color: #E9E4D7;
	border-bottom: 1px solid #DFD7C5;
}

#contentFrame #searchResultFrame
{
	text-align: left;
	min-height: 520px;
}

#contentFrame .title
{
	position: relative;
	left: 179px;
	height: 27px;
	text-align: left;
	line-height: 27px;
	width: 100%;
	top: 0px;
}
#searchResultFrame #searchResultMsg
{
	width: 95%;
	line-height: 26px;
	margin: 10px 0 10px 7px;
	padding: 4px 0 4px 20px;
	background: #e8e0d5;
}

.actionMessage
{
	clear: both;
	width: 95%;
	min-height: 16px;
	text-align: left;
	padding: 5px 0px 5px 23px;
	margin-left: 7px;
	margin-right: 1px;
	border: #c7d5f1 1px solid;
	background: #e8e0d5;
}

#contentFrame #searchFrame .keywordTextbox
{
	width: 200px;
}

/* 以下为result cell样式部分*/
.displaynone
{
	display: none;
}

#searchResultList li
{
}
li a
{
	font-weight: bold;
}
.srcell
{
	padding: 3px 0px;
}

.srcell div, .srcell span
{
	line-height: 140%;
}

span.hot, span.hot a
{
	color: #FF0000;
}

.srcell .ctitle, .srcell .summary, .srcell .derivation, .srcell .miniature
{
	max-width: 648px;
	font-size: 18px;
	padding: 3px 0px;
	padding-left: 48px; /*word-break: break-all;*/
	word-wrap: break-word;
}

/*出处样式*/
.srcell .derivation
{
	color: #333333;
	font-size: 20px;
	background: url(/images/c_derivation.gif) no-repeat 10px 7px;
}

.srcell .derivation a
{
	/*color: #261CDC;*/
	text-decoration: none;
}

.srcell .ctitle
{
	font-size: 22px;
	color: #008000;
	background: url(/images/c_title.gif) no-repeat 10px 6px;
}

.srcell .summary
{
	overflow: auto;
	background: url(/images/c_summary.gif) no-repeat 10px 6px;
	color: #333333;
}

.srcell .miniature
{
	padding-top: 8px;
}

.srcell .miniature img
{
	border: 1px solid #999999;
}
/*
.srcell .miniature a
{
	color: #008000;
}
*/
.srcell .feedback
{
	text-align: right;
	padding-right: 3px;
}

/* 以上为result cell样式部分*/

.book_name
{
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	vertical-align: top;
	text-align: left;
	padding: 5px 0px 5px 0px;
}

.book_value
{
	font-size: 14px;
	vertical-align: top;
	text-align: left;
	text-indent: 28px;
	line-height: 26px;
	width: 98%;
	padding: 5px 0px 5px 10px;
}
.green
{
	color: Green;
	text-decoration: underline;
}

