﻿@charset "utf-8";

/*---------------*/
/*经文*/
.jingwen {
	color:          #006600;
	background:     #FFFFEC;
    border:         1px solid #000000;
    padding:        5px;
	margin-left:    2em;
	margin-right:   2em;
}

/*译文*/
.yiwen {
	color:Teal;
}

/*解读 谷梁*/
.jiedu {
	color:DarkOliveGreen;
}

/*注释*/
.comment {
	color:DarkSlateGray;
}

/*引用 公羊*/
.yinyong {
	color: #0066FF;
}

/*评析 左传*/
.pingxi {
	color:SlateBlue;
}

.disp {
	display:        none;
}

/*按钮*/
.button {
    border-top:     1px solid #ccccff;
    border-left:    1px solid #ccccff;
    border-right:   2px solid #999966;
    border-bottom:  2px solid #999966;
    margin:         2px;
    padding-top:    4px;
    padding-bottom: 2px;
    color:          DarkSlateGray;
    background:     PaleGoldenrod;
    text-align:     center;
    font-size:      9pt;
    font-weight:    light;
	line-height:    10px;
}

.width6em {
    width:          9em;
}

.width4em {
    width:          4em;
    cursor:         hand;
}

p {
	line-height:38px;
	border-top: 1px  solid #C0DCC0;
	padding-top:10px;
	text-indent: 2em;
	font-size:19px;
	letter-spacing:1px;
}

pre {
	color: black;
	margin-bottom: 0px;
    font-size: 11pt;
    font-weight: light;
}

table {
	font-weight: lighter;
	line-height: 16pt;
	font-size: 14pt;
	color:#003333;
}

.b_center{
	text-align:		center;
	margin:				30px 0 5px 0;
}

.zhushi{
	font-family:"楷体";
	font-size: 14pt;
	line-height: 16pt;
}