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



table {
    border-spacing: 0;
    border-collapse: collapse;
}
td {
    white-space: nowrap;
	padding:5px; 
}

#yearList {
	float:left;
	width:9%;
	margin-right:1%;
}
#yearList thead tr {
	width:100%; 
	font-size:16px;
	font-weight:bold;
	background-color: #e3e0e0;
	padding: 5px;
	margin: 0;
	box-sizing: border-box;
	text-align:center;
	cursor: auto;
	line-height: 25px;
}
#yearList tr:hover {
	background: none repeat scroll 0 0 #eee;
}
#yearList tr#header:hover {
	background-color: #e3e0e0;
}
#yearList tr {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #cccccc;
	color: #333;
	display: block;
	margin: -1px 0px;
	padding: 5px;
	display: table-row;
	text-align:center;
	cursor: pointer;
 
}

#artlist {
	float:left;
	width:100%;
	margin-top: 10px;
}

#artListHeaderHolder {
	float:left;
	width:100%;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	background-color: #e3e0e0;
	padding: 5px;
	border: 1px solid #ccc;
	box-sizing:border-box;
	cursor:auto; 
}
 
#artlist thead tr{
	width:100%; 
	font-size:16px; 
	font-weight:bold;
	background-color: #e3e0e0;
	padding: 5px;
	margin: 0;
	box-sizing: border-box;
	text-align:center;
	cursor: auto;
	line-height: 25px;
}
#artlist tr#header:hover {
	background-color: #e3e0e0;
}
#artlist tr {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #cccccc;
	color: #333;
	display: block;
	margin: -1px 0px;
	padding: 5px;
	display: table-row;
 
}
#artlist tr:hover {
	background: none repeat scroll 0 0 #eee;
}
.archiveTitle a {
	display: table;
	width: 100%;
}
.artNameHead {
	width:600px;
	text-align:left;
}
.artPublishedHead { 
	width:50px;
	text-align:center;
}
.artDateHead {
	width:150px;
	text-align:center;
}
.artEditHead {
	width:100px;
	text-align:center;
}
.artArkHead {
	width:150px;
	text-align:center;	
}
.artDelHead {
	width:100px;
	text-align: right;	
}
.editbut {
	width:100px;
	text-align:center; 
}
.artDel {
	width:100px;
	text-align: right;
	cursor:pointer; 
}
.artName {
	width:90%;
	text-align:left;
	cursor: pointer;
	padding: 0 5px;
}
.artPublished { 
	width:50px;
	text-align:center;
	cursor:pointer;
}
.artDate {
	width:10%;
	text-align:center;
}
.artArk {
	width:150px;
	text-align:center;
}
.artEdit {
	width:100px;
	text-align:center;
}
.arkArk {
	width:100px;
	text-align:center;	
}
.editbut {
	width:100px;
	text-align:center;
}
.artDel {
	width:100px;
	text-align: right;
	cursor:pointer; 
}





.cck-clrfix::before, .cck-clrfix::after {
	content: "";
	display: table;
}
.cck-clrfix::after {
	clear: both;
}
.cck-clrfix::before, .cck-clrfix::after {
	content: "";
	display: table;
}





















