@charset "utf-8";
/* CSS Document */

#board{
	clear:both;
	float:left;
	background:#fff;
	width:998px;
	margin:20px 0px 0px;
	border:1px solid #ddd;
	border-radius:5px;
	padding:20px 0px 30px;
}

.board_title{
	clear:both;
	float:left;
	height:30px;
	width:940px;
	padding:0px 29px;
	font-size:40px;
	color:#2279be;
}

.board_title a{
	color:#2279be !important;
}

.board_subtitle{
	clear:both;
	float:left;
	height:30px;
	width:940px;
	margin-top:20px;
	padding:0px 29px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	line-height:30px;
	color:#555;
}

.board_subtitle span{
	font-size:20px;
	color:#2279be;
}

.board_add{
	cursor:pointer;
	float:right;
	height:24px;
	padding:0px 5px;
	font-size:18px;
	line-height:30px;
	color:#555;
}

.board_add:hover{
	color:#2279be;
}

/* table */
.table{
	clear:both;
	float:left;
	width:980px;
	padding:0px 9px;
}

/* table_header */
.table_header{
	clear:both;
	float:left;
	background:url(../img/table_bg.png) center no-repeat;
	background-color:#62a1b9;
	height:40px;
	width:960px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding:0px 10px;
}

.table_header img{
	margin-top:-10px;
}

.table_icon,
.table_title,
.table_user,
.table_visit,
.table_answer,
.table_time{
	float:left;
	height:30px;
	padding-top:10px;
	font-size:24px;
	text-align:center;
	color:#fff;
	
	text-shadow: 1px 1px 2px #2e4147;
	filter: dropshadow(color=#2e4147, offx=1, offy=1);
}

.table_icon{ width:40px; }
.table_title{ width:440px; }
.table_user{ width:150px; }
.table_visit, .table_answer{ width:100px; }
.table_time{ width:130px; }

/* table_list */
.table ul li{
	clear:both;
	float:left;
	height:80px;
	width:960px;
	padding:0px 10px;
}

.table ul li:hover{
	background:#969;
}

.table_list_icon,
.table_list_user,
.table_list_visit,
.table_list_answer,
.table_list_null{
	float:left;
	font-size:24px;
	text-align:center;
	line-height:80px;
	color:#555;
}

.table_list_title{
	float:left;
	height:67px;
	padding:13px 0px 0px 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	line-height:28px;
	color:#555;
}

.table_list_time{
	float:left;
	height:60px;
	padding-top:20px;
	font-size:18px;
	text-align:center;
	line-height:20px;
	color:#555;
}

.table_list_title span{
	font-size:24px;
	color:#62a1b9;
}

.table_list_title a{
	color:#555;
}
	
.table_list_icon{ width:40px; }
.table_list_title{ width:430px; }
.table_list_user{ width:150px; }
.table_list_visit, .table_list_answer{ width:100px; }
.table_list_time{ width:130px; }
.table_list_null{ width:960px;}

.table_list_border{
	clear:both;
	float:left;
	background:#b6d1d9;
	height:2px;
	width:980px;
}

.table_name{
	clear:both;
	float:left;
	height:30px;
	width:960px;
	margin-top:30px;
	padding-left:20px;
	font-size:32px;
	line-height:30px;
	color:#2279be;
}

.table_list_separator{
	clear:both;
	float:left;
	height:20px;
	width:980px;
}