/** Overview **/
.news {
	float: left;
	margin-bottom: 15px;
}
.news_title {
	float: left;
	margin-bottom: 10px;
}
.news_title .category_left {
	float: left;
}
.news_title .category {
	float: left;
	height: 16px;
	width: 100px;
	padding-top: 2px;
	padding-left: 2px;
	font-size: 10px;
	background-color: #CCCCCC;
	color: #FFFFFF;
}
.news_title .caption {
	float: left;
	height: 17px;
	width: 301px;
	font-weight: bold;
	font-size: 11px;
	color: #BBBBBB;
	padding-left: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.news_title .date {
	float: right;
	height: 17px;
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.news_text {
	float: left;
}
.news_text .photo {
	float: left;
	width: 100px;
	margin-left: 5px;
}
#content > .photo {
	margin-left: 10px;
}
.news_text .photoNewstitle {
	float: right;
	width: 355px;
	font-weight: bold;
	margin-bottom: 3px;
}
.news_text .photoSummary {
	float: right;
	width: 355px;
	text-align: justify;
}
.news_text .photoLink {
	float: right;
	width: 355px;
	margin-top: 5px;
}
.news_text .newstitle {
	float: right;
	width: 465px;
	font-weight: bold;
	margin-bottom: 3px;
}
.news_text .summary {
	float: right;
	width: 465px;
	text-align: justify;
}
.news_text .link {
	float: right;
	width: 465px;
	margin-top: 5px;
}

.index {
	float: left;
	width: 465px;
}
.index_left {
	float: left;
	width: 25%;
	text-align: left;
}
.index_middle {
	float: inherit;
	width: 50%;
	text-align: center;
}
.index_right {
	float: right;
	width: 25%;
	text-align: right;
}
.index_act {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
.index_other {
	color: #FF0000;
	text-decoration: none;	
	font-weight: bold;
	cursor: pointer;
}
.index_action {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.filter {
	width: 160px;
}
/** Detailview **/
.news_photo {
	float: left;
	width: 215px;
	margin-bottom: 10px;
	text-align: center;
}
.news_photo img {
	border: 1px solid #000000;
}
.news_formation {
	float: left;
	width: 460px;
	margin-left: 5px;
	margin-bottom: 15px;
	text-align: justify;
}
#content > .news_formation {
	margin-left: 10px;
}
.news_formation .subtitle {
	float: left;
	width: 100%;
	margin-bottom: 3px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
.news_telegram {
	float: left;
	width: 460px;
	margin-left: 5px;
	margin-bottom: 15px;
	text-align: justify;
}
#content > .news_telegram {
	margin-left: 10px;
}
.news_telegram .subtitle {
	float: left;
	width: 100%;
	margin-bottom: 3px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
.news_report {
	float: left;
	width: 460px;
	margin-left: 5px;
	margin-bottom: 15px;
	text-align: justify;
}
#content > .news_report {
	margin-left: 10px;
}

