.news_title {
  background-color: #74b521;;
  color: #ffffff;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 12px;
}

.news_content {
  padding-left: 10px;
  margin-bottom: 12px;
  /*border: 1px solid black;*/
}

.td_date {
  text-align: right;
  margin-right: 10px;
  padding-right: 10px;
}

span.date {
  margin-left: 50px;
}

div#phantom {
  height: 150px;
  z-index: -2;
}


div#content_title {
	background-color: #DECEC4;
}

div.cms-tabs div.right {
    float: right;
    border-width: 0px;
    margin: 0px;
}

div.news-box {
    position: relative;
	left: 0px;
	top: 0px;
	width: 528px;
	height: auto;
	padding-left: 1px;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-bottom: 10px;
	background: url('block-news-bg.gif') bottom left;
	background-repeat: no-repeat;
}

div.news-caption {


	font-weight: bold;
	font-size: 9px;
	border: 1px solid #7ec916;

	color: #ffffff;

	position: relative;

	top: 0px;
	left: 0px;
	width: 526px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #c2c2c2;
	background-color: #132DBA;
}

div.news-caption h3 {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}


div.news-caption .title {
	position: absolute;
	left: 0px;
	top: 0px;
	left: 10px;
	top: 3px;
}

div.news-caption .date {
	position: absolute;
	right: 10px;
	top: 3px;
}

div.news-content {
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 10px;
	margin-left: 4px;
	margin-right: 4px;
	width: auto;
	height: auto;
}


