﻿@charset "utf-8";
/*菜单文字
.head_td {
    background-image: url(../common/menu_back.jpg);
    background-repeat: repeat-x;
	border: solid 1px #000000;
	white-space:nowrap;
	text-align: center;
	font-size: 11pt;
	line-height: 20px;
	color: Purple;
}
.head_td a:link{text-decoration:none; color: DarkSlateGray}
.head_td a:visited{text-decoration:none; color: DarkSlateGray}
.head_td a:hover{text-decoration:none; color: red}
*/

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;
}

/*诗*/
.shici {
	line-height: 25pt;
	font-weight: lighter;
	font-size: 11pt;
	padding-left:4em;
	text-indent: 0;
	color: #003333;
}

/*---------------*/
/*经文*/
.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;
}