﻿/* -- News Css -- */

#news_control
{
	background: url(bg_news.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 747px;
	margin-left: 0px;
	float: left;
}

#news_control .panel-audience
{
	padding-right: 20px;
	text-align: right;
}

#news_control .news-header
{
	padding-top: 27px;
	text-align: right;
	padding-right: 18px;
}

.news-form-search
{
	display: block;
	width: 345px;
	float: right;
	margin-right: 10px;
	padding: 20px 0px 10px 100px;
}

.news-form-search input
{
	position: relative;
	z-index: 999;
}

.news-form-search input.keyword
{
	width: 205px;
	border: 1px solid #a5acb2;
	height: 15px;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 3px;
	color: #999999;
}

.news-form-search input.date
{
	width: 50px;
	border: 1px solid #a5acb2;
	height: 15px;
	font-family: Tahoma;
	font-size: 10px;
	padding-left: 2px;
	padding-top: 3px;
	color: #999999;
}

.news-form-search input.invalid-date
{
	background-color: #EECCCC;
	width: 50px;
	border: 1px solid #a5acb2;
	height: 15px;
	font-family: Tahoma;
	font-size: 10px;
	padding-left: 2px;
	padding-top: 3px;
	color: #999999;
}

.news-body
{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	width: 747px;
	float: left;
}

.news-body-01
{
	background: url(bg_data02.png);
	width: 717px;
	padding-left: 30px;
	float: left;
}

.news-body-02
{
	background-color: #ffffff;
	width: 662px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 18px;
}

.news-picture
{
	background-image: url(bg_blockimg.png);
	background-repeat: no-repeat;
	padding: 6px 0px 0px 5px;
	display: block;
	width: 86px;
	height: 56px;
	float: left;
}

.news-text
{
	float: left;
	display: block;
	width: 550px;
	padding: 5px 0px 0px 15px;
}

.news-text a
{
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.news-text a:hover
{
	text-decoration: underline;
}

.clear-news
{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 10px;
}

.news-hilight
{
	background-image: url(bg_hillight_article_bg.png);
	background-repeat: repeat-y;
	width: 740px;
	float: left; /*	height: 144px; */
}

.news-hilight .news-hilight-pic
{
	background-image: url(bg_hillight_picture.png);
	background-repeat: no-repeat;
	float: left;
	padding: 16px 0px 10px 51px;
	width: 150px;
	height: 94px;
}

.news-hilight .news-hilight-txt
{
	float: left;
	width: 510px;
	padding: 13px 0px 10px 0px;
}

.news-hilight .news-hilight-txt p
{
	font-size: 14px;
	color: #006699;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
}

.news-hilight .news-hilight-txt p a
{
	font-size: 14px;
	color: #006699;
	text-decoration: none;
}

.news-hilight .news-hilight-txt p a:hover
{
	text-decoration: underline;
}

.news-hilight .news-hilight-txt ul
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.news-hilight .news-hilight-txt ul li
{
	margin: 0px;
	padding: 0px 20px 0px 0px;
	float: left;
}

.news-hilight .news-hilight-txt ul li a
{
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

.news-hilight .news-hilight-txt ul li a:hover
{
	text-decoration: underline;
}

.news-details-picture
{
	background: url(bg_pic_all.gif);
	width: 136px;
	height: 98px;
	padding-left: 5px;
	padding-top: 5px;
	float: left;
}

.news-details-text
{
	width: 499px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.news-details-text b
{
	font-size: 14px;
	font-weight: bold;
}

.news-details-comment
{
	background-color: #ffffff;
	width: 662px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 18px;
}

.news-details-comment table
{	
	margin-bottom: 10px;
}

.news-details-comment-01
{
	background-color: #2B75AC;
	height: 20px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 5px;
}

.news-details-comment-01 b
{
	color: #FFF799;
	font-weight: normal;
}

.news-details-comment-02
{
	background-color: #E2E5EA;
	width: 182px;
}

.news-details-comment-03
{
	border-bottom: 1px solid #E2E5EA;
	border-right: 1px solid #E2E5EA;
	padding: 15px;
}

.news-details-comment-pic
{
	background: url(pic_comment.jpg);
	background-repeat: no-repeat;
	padding-left: 51px;
	padding-top: 14px;
	width: 131px;
	height: 100px;
}

.news-details-comment-icon
{
	padding-left: 0px;
	padding-bottom: 15px;
	text-align: center;
}

.news-details-comment-icon img
{
	margin-right: 0px;
}

.clear-detail
{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #c0c0c0;
	clear: both;
	height: 10px;
}

.ajax__calendar_container
{
	z-index: 1000;
}

.panel-button
{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #c0c0c0;
	clear: both;
	text-align: right;
}

.panel-button ul
{
	padding: 10px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}

.panel-button ul li
{
	padding: 7px 0px 0px 0px;
	margin: 0px;
	float: right;
	height: 30px;
	font-weight: bold;
	color: #026698;
}

.panel-button ul li a
{
	font-weight: bold;
	color: #026698;
	text-decoration: none;
}

.panel-button ul li a:hover
{
	color: #026698;
	text-decoration: underline;
}

.panel-button ul li.link-line
{
	padding: 0px 7px 0px 7px;
}
