/*
table header fixed
*/
.header-fixed {
	position: fixed;
	top: 0px;
}
.pagebody {
	/*width: 100%;*/
	background: #fff;
	padding: 10px 15px;
}
.pagebody>* {
	margin: 0;
	background: #fff;
}
.pagebody h1,
.pagebody h2,
.pagebody h3,
.pagebody h4,
.pagebody h5,
.pagebody h6 {
	font-size: 16px;
	padding: 4px 10px;
	padding-top: 15px;
}
.pagebody h1:first-child,
.pagebody h2:first-child,
.pagebody h3:first-child,
.pagebody h4:first-child,
.pagebody h5:first-child,
.pagebody h6:first-child {
	padding-top: 4px;
}
.pagebody p {
	padding: 7px 10px;
	text-align: justify;
	line-height: 150%;
}
.pagebody a {
	color: mediumblue;
	text-decoration: none;
	border-bottom: 1px dotted #1d4fab;
	border-bottom-style: dashed;
}
.pagebody a:hover {
	text-decoration: none;
	border-bottom: none;
}
.pagebody table {
	/*display: none;*/
	width: 100%;
	border-collapse: collapse;
}
.pagebody th {
	border-collapse: collapse;
	/*word-break: break-all;*/
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	border: 1px solid #fff;
}
.pagebody th,
.pagebody tr:nth-child(2n) {
	background: #e3e6e6;
	border: none;
}
.pagebody tr:hover {
	cursor: default;
	color: #fff;
	/* 	background: #0F316D; */
	background: #0a2047;
}
.pagebody tr:hover a {
	color: #fff;
	border-color: #fff;
}
/*
.pagebody thead tr:hover,
.pagebody tr:first-child:hover {
color: black;
background: #e3e6e6;
}*/
.pagebody thead th {
	color: #fff;
	background: #0a2047;
}
.pagebody th,
.pagebody td {
	padding: 15px 4px;
	text-align: center;
	width: auto;
}
.pagebody tr td:first-child {
	text-align: left;
	padding-left: 15px;
}
.pagebody th small {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
/*.pagebody table tr th:first-child,
.pagebody table tr td:first-child {
border-left: none;
}
.pagebody table tr th:last-child,
.pagebody table tr td:last-child {
border-right: none;
}*/
.pagebody h1,
.pagebody * h1 {
	/*color: red;*/
	font-size: 21px !important;
	padding: 15px 8px;
	padding-bottom: 0px;
}
.pagebody ul {
	list-style: square outside;
	color: #0a2047;
	width: 90%;
}
.pagebody ul li,
.pagebody ol li {
	padding: 6px 4px;
	color: darkblue;
}
.pagebody img {
	padding-right: 15px;
	padding-bottom: 6px;
}
.pagebody ul.tableHT {
	padding: 10px;
}
.pagebody ul.tableHT li {
	color: gray;
	padding: 0px 10px;
	list-style: none;
	display: inline-block;
}
.pagebody table.tableHT  {
	/*border-right: 1px dashed #132259;
	border-left: 1px dashed #132259;
	*/
}
@media only screen and (max-width: 460px) {
	.pagebody th,
	.pagebody td {
		padding: 6px 2px;
	}
	.pagebody tr td:first-child {
		padding-left: 4px;
	}
	.pagebody {
		padding: 10px 0px;
	}
}
/*
user style
*/	
.pagebody .span1 {
	padding: 0px 4px;
	background: #4682B4;
	color: #fff;
}
.pagebody .ifr1 {
	width: 100%;
	padding: 15px 0px;
}
/* page up 2021 */
.start_text_1, .start_text_1 * {
	line-height: 150%;
	font-size: 15px;
}
.start_news_title, .pagebody .maintop2 {
	font-size: 16px;
	padding: 4px 10px;
	padding-top: 10px;
	font-weight: bold;
}
.pagebody tr:hover {
	background: #d8dbe1 !important;
	color: black !important;
}
.pagebody tr:hover a {
	color: mediumblue !important;
	border-color: mediumblue !important;
}
.item_stati p {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.item_stati p:first-child {
	padding-bottom: 0;
}
.item_stati p:last-child {
	color: gray;
	font-style: italic;
}
iframe {
	width: 100% !important;
}
@media only screen and (max-width: 560px) {
	iframe {
		width: 100% !important;
	}
}