/*----------------------------------------------------
newsfile css for TFX

----------------------------------------------------*/

/* local_menu -----------------------------------------*/

td#ct-right ul.news li {
	width: 240px;
	vertical-align: top;
}


td#ct-right ul.news li a {
	display: block;
	width: 210px;
	padding-left: 30px;
	background: url(../newsfile/images/local_news_bg.gif) no-repeat;
	line-height: 40px;
}

* html td#ct-right ul.news li a {
	width: 240px;
}

td#ct-right ul.news li a:hover {
	background: url(../newsfile/images/local_news_bg_o.gif) no-repeat;
}

td#ct-right ul.news li a:link,
td#ct-right ul.news li a:visited,
td#ct-right ul.news li a:hover,
td#ct-right ul.news li a:active {
	color: #222222;
	text-decoration: none;
}

/* title -----------------------------------------*/

div.news-box h2 {
	margin-bottom: 26px;
	padding-left: 27px;
	border-top: 1px solid #CFCFCF;
	background: #E6E6E6;
	line-height: 39px;
	font-weight: bold;
}

div.news-box h3 {
	margin: 25px 0px 19px 25px;
}

div.news-box h3.top {
	margin: 0px 0px 19px 25px;
}

/* table -----------------------------------------*/

div.news-box table {
	width: 640px;
	margin: 0px 0px 0px 25px;
}

div.news-box table th {
	width: 130px;
	padding: 11px 0px 11px 20px;
	background: #F6F6F6;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
}

* html div.news-box table th {
	width: 150px;
}

div.news-box table td {
	padding: 11px 20px;
	background: #F6F6F6;
	line-height: 1.5em;
	vertical-align: top;
}

div.news-box table td img {
	margin: 0px 0px -4px 5px
}

div.news-box table tr.bg th,
div.news-box table tr.bg td {
	background: #EDEDED;
}

div.news-box table td.new {
	width: 58px;
	padding: 9px 0px 0px;
	text-align: center;
}

div.news-box table td.new img {
	margin: 0px;
}
