﻿*{
	margin:0px;
	padding:0px;
}
body{
	text-align:center;
	font-size:12px;
}
.container{
	width:980px;
	text-align:left;
}
.header{
	height:102px;
	background:url('logo.jpg') center top no-repeat;
}
.main{
	height:500px;
	overflow:visible;
	text-align:left;
}
.mainLeft{
	float:left;
	width:220px;
	height:100%;
	background:#F1F1F1;
}
.nav_tree_tip{
	height:25px;
	line-height:25px;
	padding-left:20px;
	background:url('biao.gif') 5px center no-repeat;
}
.separator{
	border:1px dotted black;
	height:1px;
	overflow:hidden;
	margin:4px 8px;
}
.TreeView{
	padding-left:12px;
	border:1px solid #F1F1F1;
}
.mainRight{
	margin-left:225px;
	height:100%;
}
.rowOfSearch{
	margin:6px 0px 10px 0px;
}
.searchTip{
	font-weight:bold;
	color:#5F5F5F;
}  
#queryValue{
	border:1px solid silver;
	width:150px;
}
#queryType{
	font-size:12px;
	margin:0px 8px 0px 4px;
	border:1px solid silver;
	height:20px;
}
#searchBtn{
	width:40px;
	height:20px;
	cursor:pointer;
	background:url(../images/search.gif) center center no-repeat;
}
.advanceSearch{
	margin-left:8px;
	text-decoration:underline;
	color:#B0160A;
	cursor:pointer;
}
.downloadebook{
	margin-left:8px;
	text-decoration:underline;
	color:#B0160A;
	cursor:pointer;
}
.rowOfCurrentPosition{
	margin:10px 0px;
	padding:4px 8px;
	background:#F1F1F1;
	color:black;     
	font-weight:bold;
}
.content{
	position:relative;
	border:1px solid silver;
	height:600px;
	padding-bottom:36px;
	padding-left:10px;
}
.content ul{
	margin-left:30px;
}
.content li{
	margin-top:8px;
	margin-right:5px;
	list-style-type:decimal;
}
.pageInfo{
	bottom:0px;
	left:0px;
	width:100%;
	height:30px;
	padding:4px;
	background:#F0F1F5;
	text-align:right;
}
.footer{
	margin-top:8px;
	height:30px;
	color:#515151;
	text-align:center;
}
.footer div{
	margin-top:4px;
	padding-top:4px;
}
.footerLine{
	border-top:6px solid #8E0404;
	border-bottom:1px solid #8E0404;
}

.rowInRecord{
	margin:4px 0px;
}

.recordTitle{
	font-size:14px;
	margin:5px 0px;
}
a.recordTitle:link,a.recordTitle:visited{
	color:#852620;
}
a.recordTitle:hover,a.recordTitle:active{
	color:blue;
}
.classInfoTitle{
	cursor:pointer;
}
a.classInfo:link,a.classInfo:visited{
	color:black;
}
a.classInfo:hover,a.classInfo:active{
	color:red;
}
.recordRelation{
	margin-top:3px;
}
.recordBottom{
	margin-bottom:3px;
	border-bottom:1px dotted #7B797A;
}

