*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 12px;
	font-family: "宋体";
	background-color: #fff;
	padding-top: 40px;
}
.cle{
	clear: both;
}
/*更改UI主题对话框背景颜色*/
.ui-widget-header{
	background-color: #F6FCFB;
}
/*工具提示的文本颜色*/
.ui-tooltip{
	color: #666;
}
/*日历今天单元格样式*/
.ui-datepicker-today .ui-state-highlight{
	background:#DD25BD;
}
#header{
	min-width: 800px;
	width: 100%;
	height: 40px;
	background-color:rgb(241,241,241);
	position: absolute;
	top: 0; 
}
#header .header_main{
	width:800px;
	min-width: 800px;
	height: 40px;
	margin:0 auto;
}
#header .header_main h1{
	font-size: 20px;
	color: #666;
	line-height: 40px;
	float: left;
	padding: 0 10px;
}
#header .header_search{
	padding: 6px 0 0 0;
	float: left;
}
#header .header_search .search{
	width: 300px;
	height: 24px;
	border:1px solid #ccc;
	background-color: #fff;
	color: #666;
	font-size: 14px;
	text-indent: 5px;
}
#header .header_button{
	padding: 5px ;
	float: left;
}
#header .header_member{
	float: right;
	height: 40px;
	line-height: 40px;
	color: #555;
	font-size: 14px;
}
#header .header_member a{
	text-decoration: none;
	color: #555;
}
#reg,#login,#question{
	padding: 15px 0 0 15px;
	scroll:none;
	width: 320px;
}
#reg p,#login p,#question p{
	margin: 13px 0 ;
	height: 27px;
}
#reg p label,#login p label,#question p label{
	font-size: 14px;
	color: #666;
}
#reg .star,#login .star,#question .star{
	color: maroon;
	position: relative;
	top:3px;
}
#reg ol,#login ol ,#question ol{
	padding-left: 15px;
}
#reg li,#login li,#question li{
	color: maroon;
	height: 20x;
}
#reg .text,#login .text,#question .text{
	border-radius:4px;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 198px;
	height: 23px;
	line-height: 25px;
	color: #666;
	margin-left: 2px;
}
#loading,#error{
	line-height:14px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 60px;
}

#main{
	width:800px;
	margin: 10px auto;

}
#main .main_left{
	width: 580px;
	margin-right: 20px;
	float: left;
}
#main .main_right{
	width: 200px;
	float:left;
}
#tabs{
	border:none;
}
.ui-tabs .ui-tabs-panel{
	border: 1px solid #aaa;
	border-top: none;
	position: relative;
	top: -2px;
}
#accordion{
	
}
.content h4{
	color: #666;
	font-weight: normal;
	margin: 10px 0;
}
.content h3{
	color: #369;
	margin: 15px 0;
}
.content .editor{
	color: #333;
	line-height: 180%;
}
.content .bottom{
	padding: 5px 0 0 0;
}
.content hr{
	height: 1px;
	margin: 10px 0;

}
.content .comment{
	color: #369;
	cursor: pointer;

}
.content .up{
	float:right;
	color: #369;
	cursor: pointer;
}
.content .down{
	color: #369;
	cursor: pointer;
}
.content .comment_list{
	border:1px solid #ccc;
	border-radius: 4px;
	padding: 5px 10px;
	display: none;
}
.content .comment_list dl{
	padding: 3px 0 5px 0;

}

.content .comment_list dt{
	padding: 5px 0 0 0;
	color:#369;
}

.content .comment_list dd{
	line-height: 180%;
	color: #333;
}

.content .comment_add{
	text-align: right;
}
.content .comment_add input{
	cursor: pointer;
}
.content .comment_add textarea{
	width: 98%;
	border:1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	padding: 5px;
	font-size: 12px;
	color: #666;
	resize: none;
}
#footer{
	width: 100%;
	color:white;
	text-align: center;
	height: 80px;
	line-height: 80px;
	background-color: #414345;
}
