@charset "utf-8";
/* CSS Document */
dl.next-list {
	overflow:hidden;
	width:100%;
	margin-top:10px;
	border-top:1px solid #c8c8c8;
}
dl.next-list dt {
	float:left;
	width:140px;
	padding:5px 0;
	border-right:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	background:#f5f5f5;
	color:#636363;
	line-height:16px;
	text-align:center;
	clear: both;
}
dl.next-list dd {
	float:left;
	width:492px;
	padding:5px 0 5px 6px;
	border-bottom:1px solid #c8c8c8;
	color:#6e6e6e;
	line-height:16px;
}

.defaultview {clear:both; width:635px; margin:10px 0 15px 0; padding-top:5px; background:url(table-images/boardview_bg.gif) no-repeat left top; }
.defaultview table { width:100%; border-collapse:collapse;font-size:12px} 
.defaultview table thead {color:#20607a; }
.defaultview table th{padding:5px;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;border-left:none; text-align:center}
.defaultview table thead th {background:#f2f8fa;}
.defaultview table thead th.line{background:#f2f8fa url(table-images/board_line.gif) repeat-y left;}
.defaultview table thead th.title {padding:6px 5px; background:#ffffff; text-align:left !important;}
.defaultview table tbody th {background:#f1f1f1;}
.defaultview table tbody td {padding:5px 5px;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;border-top:none;border-left:none;}
.defaultview table tbody th.line{background:#f1f1f1 url(table-images/board_line.gif) repeat-y left;}
.defaultview table tbody td.line{background:#fff url(table-images/board_line.gif) repeat-y left;}
.defaultview table ul{margin:0}
