@charset "utf-8";
/* CSS Document */

.newsPicBg {
	background-color: #acacac;
	text-align: center;
	margin: 0px 5px 2px 0px;
	float: left;
	padding: 0px 4px;
	_width: 1%;
}
.newsClear {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px
}
.newsPic {
	display:-moz-inline-grid;
	display: inline-block;
}
* html .newsPic { display:inline; margin:0; }  /* for IE 6 */
* + html .newsPic { display:inline; margin:0; }  /* for IE 7 */
* html .newsPicImg { display:inline; margin:0; }  /* for IE 6 */
* + html .newsPicImg { display:inline; margin:0; }  /* for IE 7 */
.newsPicImg {
	background-color: white;
	padding: 1px;
	border: 1px solid #9a9a9a;
	display:-moz-inline-grid;
	display: inline-block;
}
.newsPicSpacer {
	height: 4px;
}
.newsPicShadow {
	background: url(../images/bg/sm_left_pic_shadow.gif) no-repeat top right;
	_background: url(../images/bg/sm_left_pic_shadow.gif) no-repeat top 98%;
}
.newsPicSpacer2 {
	background-color: #e8e8e8;
}
.newsPicSpacer3 {
	background-color: #e4e4e4;
	border-top: 1px solid #d6d6d6;
	height: 3px;
	_height: 4px;
}
.newsItem {
	background-color: #f6f6f6;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
}
.newsItemTitle {
	color: #729935;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	margin-bottom: 6px;
}
.newsItemContent {
	color: #5c5c5c;
	font-size: 11px;
	overflow: hidden;
}
.newsItemContent A {
	color: #3d6592;
	text-decoration: underline;
}
.newsItemLink {
	background-color: #ededed;
	margin: 1px 0px;
	padding: 7px 10px;
	text-align: right;
}
.newsItemLink A {
	color: #c80e00;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	background: url(../images/arrow_link_right2.gif) no-repeat right 5px;
	padding-right: 10px;
}
.newsPagelist {
	background: #ededed url(../images/bg/bg_border_grey.gif) repeat-x;
	/*padding: 8px 14px;*/
	margin-top: 17px;
	text-align: center;
}
.newsPagelist A {
	display:-moz-inline-grid;
	display: inline-block;
	color: #5c5c5c;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	padding: 8px 5px 9px 5px;
}
.newsPagelist A:HOVER {
	color: #729935;
	text-decoration: none;
	background-color: #f8f8f8;
}
* html .newsPagelist A { display:inline; margin:0; }  /* for IE 6 */
* + html .newsPagelist A { display:inline; margin:0; }  /* for IE 7 */
.newsPagelist A.newsPagelistOn {
	color: #c80e00;
	background-color: white;
}



table.newsText{
	width: 100%;
	border-collapse: collapse;
}
	
	table.newsText td.text{
		padding: 0px 15px 15px 15px;
	}
	



