@charset "utf-8";

.panel {
	margin-top: 10px;
	text-align: center;
	font-size: small;
}

.panel table {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: small;
}
.panel th {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: #d0d0d0;
	border-width: 1px;
	border-top-color: #e6e6e6;
	border-left-color: #e6e6e6;
	border-bottom-color: #666666;
	border-right-color: #666666;
	border-style: solid;
	font-size: small;
	text-align: center;
	white-space: nowrap;
}

.row_1 td {
	min-height: 16px;
	background-color: white;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.row_0 td {
	min-height: 16px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #e2ebe3;
}

.panel img {
	vertical-align: middle;
}

.pages {
	font-size: small;
	color: black;
}

.pages b {
	color: #b22222;
	font-size: medium;
}

.pages a {
	color: black;
}


