.item-title a, .item-file a {
	text-decoration: none;
}
.item-title a:hover, .item-file a:hover {
	text-decoration: underline;
}
.item-file {
	text-align: center;
}


.news {
	margin-bottom: 5em;
}
.news-title {
	margin-bottom: 1em;
}
.news .item {
	margin: 10px 10px 50px 10px;
}
.news .item-title {
	margin: 0px 0px 1em 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}
.news .item-title h3 {
	float: left;
	margin-top: 0;
	padding-top: 0;
}
.news .item-title .item-date {
	float: right;
	margin-top: 0;
	padding-top: 0;
}
.news .item-content {
	word-break: break-all;
}
.news .item-files {
	float: left;
	margin-right: 20px;
	text-align: center;
}
.news .item-file {
	margin-bottom: 5px;
}
.news .item-file img {
	margin-bottom: 5px;
}

.message {
}
.message h2 {
	text-align: center;
	margin-bottom: 10px;
}
.message .item {
	margin: 10px 10px 30px 10px;
}
.message .item-title {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-align: center;
}
.message .item-title h3 {
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0;
}
.message .item-title .item-date {
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0;
}
.message .item-files {
	margin-bottom: 10px;
	text-align: center;
}
.message .item-file {
	margin-bottom: 5px;
}
.message .item-file img {
	margin-bottom: 5px;
}
.message .item-content {
	word-break: break-all;
}
.message .link {
	margin: 5px;
	text-align: right;
	font-size: 85%;
}


.page_selector, .item_selector {
	text-align: right;
	font-size: 85%;
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 5px;
}
.page_selector select {
	font-size: 90%;
}

