@charset "utf-8";


#maincontent{
	width: 940px;
	margin: 0 auto 0 auto;
	background: #ffffff;
}



#mainspace{
	width:690px;
	padding: 10px;
	float: right;
	text-align:left;
	margin: 0px;
	background: #FFFFFF;
}



#sidespace{
	width:210px;
	padding: 10px;
	float: left;
	text-align:left;
	margin: 0px;
	background: #FFFFFF;
}


.table-padding10-border{
	padding: 10px
	border-bottom: 1px solid #004284;
}


.thread-title{
	font-size: 16px;
	font-weight: bold;
}


.title-edit{
	font-size: 13px;
	font-weight: normal;
}


.border{
	margin-top: 10px;
	text-align: right;
	border-bottom: 1px solid #c0c0c0;
}


#accordion{
	width:640px;
	/*border-top: 1px solid #CCC;*/
	margin-top: 10px;
	text-align:left;
}


#accordion .accordion_toggle {
	width:630px;
	background: url(/images/icon_pen.gif) no-repeat 0px center;
	text-indent: 20px;
	/*color: #990000;
	font-weight: normal;*/
	font-size: 13px;
	height: 24px;
	cursor: pointer;
	/*border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;*/
	line-height: 25px;
	margin-top: 8px;
	float: right;
	text-align:left;
}



#accordion .accordion_content {
	width:630px;
	/*background:#F4F7FB;*/
	overflow:hidden;
	/*border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;*/
	padding: 10px;
	float: right;
	text-align:left;
}



.list-box{
	border-bottom: 1px solid #C0C0C0;
}



.title-font{
	font-size: 20px;
	color: #FFFFFF;
	background:#FF6699;
	padding: 3px 8px;
}


p{
	margin: 10px 0px;
}


.accordion_content2 {
	width:640px;
	overflow:hidden;
	padding: 10px;
	float: right;
	text-align:left;
}
