/* CSS Document */

body,td,th {
	font-size: 14px;
	width: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-size: xx-large;
	font-weight: bold;
	font-family: "华文黑体", "黑体",Hei;
}
div.bg{
	width:600px;
	height: 100%;
	background-image: url(image/live2009.png);
} 
b{display:block;} 
/*将所有B标签转成块级元素*/ 

div b.topb b,div b.bottomb b{height:1px;overflow:hidden;background:#FFF3D5;} 
/*div标签内类名为topb/bottomb的那个b标签的css属性值--高为1px，溢出部份隐藏,背景色同div.bg的背景色*/ 

div b.topb,div b.bottomb{ background-color:white} 
/*div标签内类名为topb/bottomb的背景色要与body背景色一致*/ 

b.t1{margin:0 5px} 
/*标签margin值将决定溢出的多少值被隐藏*/ 
b.t2{margin:0 3px} 
b.t3{margin:0 2px} 
b.t4{margin:0 1px;height:2px;} 
.main {
	float: left;
	width: 640px;
	margin-left: 10px;
	text-align: left;
	background-image: url(image/live2009.png);
	height: 740px;
	padding: 15px 20px 0px 20px;
	background-repeat: no-repeat;
}
.main2 {
	width: 200px;
	float: right;
	margin-left: 5px;
}
.chat {
	width: 800px;
	float: left;
}
.m1 {
	width: 1000px;
}
.text {
	margin-left: 15px;
	margin-right: 10px;
	line-height: 1.4;
}
.titi {
}
.titr {
	float: right;
	width: 100px;
}
#apDiv1 {
	position:absolute;
	left:10px;
	top:270px;
	width:600px;
	height:79px;
	z-index:1;
}
div#floatTips{
	position:absolute;
	border:solid 1px #777;
	padding:3px;
	top:334px;
	left:9px;
	width:300px;
	background:#cccccc;
	color:white;
}
#ToolBar {
	position:absolute;
	bottom:1px;
	right:17px;
	width:620px;
	height:150px;
	z-index:2;
	overflow:hidden;
	left: 10px;
}
.xFrame {
    margin-left: 15px;
	margin-right: 10px;
	overflow:auto;
	line-height: 1.5;
	font-family: "华文黑体", "黑体",Hei;
}
.xFrameSetting {
	display:none;
}	
.text {
	font-size: 12px;
}
