table {
	width: 100%;
}

	table caption, table caption * {
		padding-bottom: 10px;
		font-size: 77%;
		font-weight: bold;
		color: #424242;
		text-align: left;
	}
	
		table caption .pageSelect {
			font-size: 100%;
			float: right;
		}
		
	table thead tr th {
		font-size: 85%;
		font-weight: bold;
		color: #424242;
		text-align: left;
		padding: 8px 5px;
		vertical-align: bottom;
		border-bottom: 2px solid #434343;
	}

	table tbody tr td {
		font-size: 77%;
		position: relative;
		padding: 8px 5px;
		vertical-align: top;
		text-align: left;
	}

		table tbody tr td.image {
			width: 126px;
			text-align: center;
			padding: 8px 3px;
			border-bottom: 1px solid #c7c5c0;
		}

		table tbody tr td.number {
			text-align: right;
		}

		table tbody tr td.number_bottom {
			text-align: right;
			border-bottom: 1px solid #c7c5c0;
		}

		table tbody tr td.bottomline {
			border-bottom: 1px solid #c7c5c0;
		}

table tr td.pageDirection80 {
	width: 80px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

table.pageDirection {
	width: 0px;
}

table tr td.pageDirection20 {
	width: 20px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

.collection_comment {
	margin: 10px 0 0 0;
	border:solid 1px #C1C1BE;
	background-color:#F1F1EE;
}

.collection_comment p.comment {
	font-size: 85%;
	padding: 10px 10px 10px 10px;
}




