﻿.biankuang3{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	border-right-color: #cfcfcf;
	border-left-color: #cfcfcf;
	background-color: #f8f8f8;
	height:400px;
	overflow-y:scroll;
	width:900px;
}


.record{
	display:block;
	width:100%;
	padding:5px 0px;
	font-size:10.5pt;
	line-height: 22px;
}
.speaker{
	margin-left:4px;
	float:left;
	width:90px;
}
.posttime{
	float:right;
	width:144px;
	font-size:9pt;
	font-weight:bold;
	font-family:Georgia;
	border:1px solid gray;
	padding:5px 3px;
	color:black;
}
.content{
	float:left;
}
.odd{
	background-color:#FFF4D0;
	color: #0000CC;
}
.even{
	background-color:#D4EFFC;
	color: #0000CC;
}
.content span{
	display:block;
}
.content span:first-letter {
	float:left;
	font-size:2em;
	color:black;
	padding-top:0px;
	margin:0px;
}
.content span:first-line {
	font-weight: bold; 
	line-height:30px;
} 
