/* news reader styles */
.news_close {
	background-image:url("/static/images/back.png") !important;
}
.grid_filter {
	background-image:url("/static/images/tb_filter.gif") !important;
}
.news_body {
	padding: 8px;
	border:1px solid gray;
	line-height: normal;
}
.x-grid-empty {
	text-align: center;
}
.no_news {
	color: black;
	font-size: 12pt;
}

/* news administrator styles */
.news_exit{
	background-image:url("/static/images/back.png") !important;
}
.news_add{
    background-image: url("/static/images/application_form_add.png") !important;
}
.news_edit{
	background-image: url(/static/images/libraryswitcher.png) !important; background-position: -352px -48px !important;
}
.news_copy{
    background-image: url("/static/images/copy.png") !important;
}
.news_delete{
    background-image: url("/static/images/tb_delete.png") !important;
}
.news_preview{
	background-image:url("/static/images/preview.png") !important;
}
.clear_grid_filter {
	background-image:url("/static/images/tb_clear_filter.png") !important;
}
.news_title_highlight {
	font-weight: bold;
}
.news_title_normal {
	font-weight: normal;
}

/* styles for the unread news call-out box */
.news_count {
	float: left;
	margin: 0;
	position: relative;
	margin: -14px -16px 0px 0px;
}
.news_count_mid {
	display: block;
	float: left;
	background: url(/static/images/news_count_mid.png) repeat-x;
	height: 16px;
	line-height: 12px;
	color: white;
}
.news_count_right {
	display: block;
	float: left;
	background: url(/static/images/news_count_right.png) no-repeat;
	width: 7px;
	height: 16px;
}
