.table_date {
	font: normal 11px Tahoma;
}

.table_date THEAD TR {
	padding-bottom: 14px;
/*	background-image: url(/templates/img/lenta_item_th_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom; */
	font-size: 11px;
}
.table_date THEAD TD {
	font-weight: normal;
	text-align: left;
	padding-bottom: 8px;
	border-bottom: 1px solid #e2e2e2;
}
.table_date .mark#first {
	border-right: 1px solid white;
}

.table_date .mark {
	width: 100px;
}
.table_date .comments {
	width: 150px;
}
.table_date {
	width: 100%;
	margin: 10px 0;
}
.table_date .item {
/*	padding: 0px 0 6px; */
/*	background-image: url(/templates/img/lenta_item_td_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
*/	

}
.table_date .item TD {
	padding: 0px 0 6px;
	border-bottom: 1px solid #e2e2e2;
}
.table_date .hover {
	background-color: #f7f7f7;
}
.table_date .item .topic {
	padding: 5px 0 10px 0;
}
.table_date .item .topic .title {
	font: bold 14px Verdana;
	margin-bottom: 5px;
}
.table_date .item .topic .title A {
	text-decoration: none;
	color: #74aac6;
}
.table_date .item .topic .title A:HOVER {
	text-decoration: underline;
}
.table_date .unread .topic .title A {
	color: #006699;
}
.table_date .item .topic .details {
	font-size: 11px;
	color: #666666;
}
.table_date .item .topic .details A {
	color: #666666;
}
.table_date .item .mark {
	font-size: 11px;
	padding: 0 10px;
	background-color: #f7f7f7;
/*	background-image: url(/templates/img/lenta_item_td_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
*/
	border-top: 1px solid white;
	border-bottom: 1px solid #e2e2e2;
}
.table_date .item .mark .link {
	cursor: pointer;
}
.table_date .item .mouseover {
	background-color: #f7f7f7;
	cursor: pointer;
}
.table_date .item .comments {
	padding: 0 10px;
}
.table_date .item .comments .count {
	color: #1c7ca6;
	margin-bottom: 5px;
}
.table_date .item .comments .last {
	font-size: 11px;
	color: #666666;
}
.table_date .item .comments .last A {
	color: #666666;
}

.no_messages {
	text-align: center;
	margin: 20px 0px;
}