/*----------------------------------------------------------------------- */
/* Download List */
/*----------------------------------------------------------------------- */
SECTION > #CONTENTGROUP > #LIST .header-section {
    clear: both;
	position: relative;
	width:100%;
	padding-bottom:10px;
    border-bottom:1px solid #ecedee;
}
SECTION > #CONTENTGROUP > #LIST .header-section .title {
	font-size:24px;
	font-weight: bold;
	color:#252a30;
}
SECTION > #CONTENTGROUP > #LIST .header-section .title .neoxTitle {
	color:#d3d3d5;
}

SECTION > #CONTENTGROUP > #LIST .search-section {
    clear: both;
	position: relative;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
	width:100%;
	height:50px;line-height:50px;
	background-color: #f3f3f3;	
	border-top: 1px solid #555555;	
	border-bottom: 1px solid #aeb2bb;	
}
SECTION > #CONTENTGROUP > #LIST .search-section .search-title {
	float:left;
	font-size:20px;
	font-weight: bold;
	color:#252a30;
}

SECTION > #CONTENTGROUP > #LIST .search-section .search-form {
	float:left;
	margin-top:9px;
	margin-left:10px;
}
SECTION > #CONTENTGROUP > #LIST .search-section .search-form input{
	width:300px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
}
SECTION > #CONTENTGROUP > #LIST .search-section .search-btn {
	float:left;
	margin-top:9px;
	margin-left:-1px;
}

SECTION > #CONTENTGROUP > #LIST .content-section {
    clear: both;
	position: relative;
	margin-top:20px;
}
SECTION > #CONTENTGROUP > #LIST .content-section .form-tb {
	width:100%;
	border-top: 1px solid #555555;	
}
SECTION > #CONTENTGROUP > #LIST .content-section .td-article {
    font-size:16px;
	font-weight: bold;
	text-align: center;
	height:35px;line-height:35px;
	border-bottom: 1px solid #d3d3d5;	
}
SECTION > #CONTENTGROUP > #LIST .content-section .td-conts {
    font-size:14px;
	height:35px;line-height:35px;
	text-align: left;
	border-bottom: 1px solid #d3d3d5;	
}

SECTION > #CONTENTGROUP > #LIST .content-section .td-conts a {
	color:#393333;
}
SECTION > #CONTENTGROUP > #LIST .content-section .td-conts.aling_center {    
	text-align: center;
}

SECTION > #CONTENTGROUP > #LIST .pagelink-section {
	width:100%;
	text-align: center;
}

.pagination>li>a,
.pagination>li>span {
	position:relative;
	float:left;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.42857143;
	color:#337ab7;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd;
	height:30px;
}


/*----------------------------------------------------------------------- */
/* Download View */
/*----------------------------------------------------------------------- */

SECTION > #CONTENTGROUP > #VIEW .header-section {
    clear: both;
	position: relative;
	width:100%;
	padding-bottom:10px;
    border-bottom:1px solid #ecedee;
}
SECTION > #CONTENTGROUP > #VIEW .header-section .title {
	font-size:24px;
	font-weight: bold;
	color:#252a30;
}
SECTION > #CONTENTGROUP > #VIEW .header-section .title .neoxTitle {
	color:#d3d3d5;
}
SECTION > #CONTENTGROUP > #VIEW .view-subject-section {
    clear: both;
	position: relative;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
	width:100%;
	height:50px;line-height:50px;
	font-size:18px;
	background-color: #f3f3f3;	
	border-top: 1px solid #555555;	
	border-bottom: 1px solid #aeb2bb;	
}

SECTION > #CONTENTGROUP > #VIEW .view-dowwn-section {
    clear: both;
	position: relative;
	margin-top:10px;	
}
SECTION > #CONTENTGROUP > #VIEW .view-dowwn-section .view-filedown {
	float:left;
	padding-left:20px;
}

SECTION > #CONTENTGROUP > #VIEW .view-dowwn-section .view-filedown a {
	color:#393333;
}
SECTION > #CONTENTGROUP > #VIEW .view-dowwn-section .view-date {
	float:right;
	padding-right:20px;
}

SECTION > #CONTENTGROUP > #VIEW .view-contents-section {
    clear: both;
	position: relative;
	margin-top:20px;	
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	width:100%;
	min-height:100px;
	border-bottom: 1px solid #aeb2bb;	
}

SECTION > #CONTENTGROUP > #VIEW .view-btn-section {
    clear: both;
	position: relative;
	margin-top:20px;	
	text-align: right;
}