/*******************
News
*******************/
table.news {
	border-collapse: collapse;
	margin-bottom: 20px;
	background-color: #f0f0f0;
	color: #000;
}

table.news td {
	padding: 0px;
	margin: 0px;
}

table.news tr.heading td {
	height: 30px;
}

table.news tr.heading,
table.news tr.heading td.title {
	background: #fcc611 URL('../images/news-header-middle.png');
	background-repeat: repeat-x;
	color: #000; /*heading_color */
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

table.news tr.heading a {
	color: #000; /*heading_color */
	border-bottom: 0px;
}

table.news tr.heading a:hover {
	color: #00f; /*heading_link_color */
	background: transparent;
	border-bottom: 0px;
}

table.news tr.heading td.left {
	background: #fcc611 URL('../images/news-header-left.png') no-repeat;
	width: 16px;
}


table.news tr.heading td.right {
	background: #fcc611 URL('../images/news-header-right.png') no-repeat;
	width: 16px;
}

table.news tr.post td.post {
	padding: 10px 20px 10px 20px;
}

table.news tr.comments {
	background: #808080 URL('../images/news-bottom.png') repeat-x;
	height: 48px;
}

table.news tr td.comments div.comments {
	background: #fcc611 URL('../images/comment-count-box.png') no-repeat;
	width: 220px;
	height: 26px; /* 30 - padding-top */
	text-align: center;
	top: 9px;
	position: relative;
	font-weight: bold;
	padding-top: 4px;
	margin-right: 10px;
}

table.news .quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 125%;
	background-color: #cccccc;
	border: #333333;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px
}
