﻿/* 背景页面 ▼*/
body {
    background:     DarkKhaki;
    font-wieght:    lighter;
    font-size:      9pt;
    margin-top:     0px;
    margin-bottom:  0px;
}

.channel {
	font-family:    华文新魏;
	font-weight:    500;
	font-size:      14pt;
	padding-left:   10px;
	padding-top:    3px;
	margin-top:     3px;
	margin-left:    7px;
	margin-right:   7px;
	height:         25px;
	background:     Linen;
    border:         1px solid #8FBC8F;
}

.logo_text {
	font-family:    隶书;
	font-size:      12pt;
	padding-left:   5px;
	height:         20px;
	overflow:       hidden;
}

caption {
	font-weight:    bold;
    font-size:      12pt;
    color:		blue;
}

/* 背景页面 ▲*/

/* 主文字区 inset  groove  ridge  outset ▼*/
.base_index {
    background:          #E6E6D2;
    width:               780px;
    margin-top:          3px;
    border-style:        solid;
    border-top-color:    LightGrey ;
    border-bottom-color: LightGrey ;
    border-left-color:   #AAA699 ;
    border-right-color:  #AAA699 ;
}
._base_index {
    background:          #E6E6D2;
    width:               780px;
    margin-top:          3px;
    border-style:        solid;
    border-top-color:    LightGrey ;
    border-bottom-color: LightGrey ;
    border-left-color:   #AAA699 ;
    border-right-color:  #AAA699 ;
}
/* 主文字区 ▲*/

/*以下是主页专用*/
/*专题框部分 ▼*/
.block_st {
	width:          365px;
    float:          left;
    border:         1px solid #8FBC8F;
    margin:         4px;
    padding:        6px;
}
/*专题框部分 ▲*/

/*标题按钮 ▼*/
.link {
    width:          50%;
    border-top:     1px solid #ccccff;
    border-left:    1px solid #ccccff;
    border-right:   2px solid #999966;
    border-bottom:  2px solid #999966;
    margin:         2px;
    padding-top:    3px;
    padding-bottom: 2px;
    padding-left:   3px;
    color:          white;
    background:     RoyalBlue;
    font-size:      11pt;

}
a.link:link{text-decoration:none; color: white}
a.link:visited{text-decoration:none; color: white}
/*标题按钮 ▲*/

p {
    font-style:     normal;
    font-variant:   normal;
    font-weight:    lighter;
    line-height:    14pt;
    text-indent:    2em;
    text-align:     left;
    margin-top:     6px;
    margin-bottom:  6px;
    font-size:      10pt;
}

/*索引主表table*/
.indextable {
    font-wieght:    lighter;
    font-size:      11pt;
    margin-top:     15px;
    margin-bottom:  15px;
}

/*索引主表td*/
.index_center_td {
    text-align:    center;
    height:        28px;
}
.index_left_td {
    text-align:    left;
    padding-left:  20px;
    height:        28px;
}

/*书名介绍*/
.indextdintr {
    text-align:    left;
	line-height:   22px;
	padding:       5px;
}

.foot{

	color:        #333333;
	line-height:  18px;
	font-size:		lighter;
}
