/* CSS Document */

/*****！！页面通用css样式定义开始******/
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
	margin:0 auto; /* 上下边距定义 */
	width: 778px;
	color: #666666; /*页面背景颜色定义 */
	font-family: Tahoma, Arial;
	background-color: #333333;
	font-size: 12px;
}

/* 网站超链接css通用设置 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #3399CC;} /* 未访问的链接 */
a:visited {color: #3399CC;} /* 已访问的链接 */
a:hover{color: #3399FF;	text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #3399CC;} /* 点击激活链接 */

/*输入框,文本区域输入,选择样式定义 */ 
input, textarea, select{
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	text-indent: 4px;}

checkbox{border: 0px;}/*选择框样式定义 */ 

/*文字按钮样式定义 */ 
.button{
	border: 1px solid #004661;
	background: #2A84A8;
	line-height: 12px;
	font-size: 12px;
	padding-top:3px;
	color:#FFF;}

div, ul, li, span, form{padding:0px; margin:0px; border:0px;}

img{border: 0;}
/*****页面通用css样式定义结束！！******/

#jabberhead{
	width: 778px;
	background-color: #FFF;
}
#jabbermain{
	width: 778px;
	background-color: #FFFFFF;
}

#jabbermain2{
	width: 778px;
	background-color: #FFFFFF;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#jabbermain3{
	width: 700px;
	color: #333333;
	text-align: justify;
	font-weight: 600;
	margin-left: 50px;
	border: 1px solid #FFFFFF;
}

#jabberleft{
	float: left;
	width: 270px;
	text-align: center;
}
#jabberright{
	margin-left:270px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 280px;
	}
	
	#jabberright2{
	text-align: justify;
	padding: 10px;
	width: 400px;
	border: 1px solid #999999;
	margin-left: 30px;
	font-size: 12px;
	color: #CC6600;
	height: 60px;
	background-color: #F9F9F9;
	font-weight: 600;
	}
	
#jabberfoot{
	clear: both;
}

.jabberyellow{
	color: #FF6600;
}

.jabberred{
	color: #CC0000;
}
