/* NEWS */

/* list */

img.image_list {
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	float: left;
}

div.image_list {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 3px;
	margin-top: 3px;
	color: #fff;
}

div.news-list-category {
	margin-top: -3px;
	color: #ccc;
}

.news-list-text  {
	text-align: left;
}	

.news-list-morelink {
	text-align: left;
	font-weight: bold; 
}	

.news-list-morelink a{
	font-weight: bold; 
}	

.news-list-container {
	background: url(../images/news_bg.gif) no-repeat left top;
	background-color: #006699;
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 30px;
}

.news-list-text p.bodytext {
	color: #fff;
}

.news-list-morelink a {
	color: #fff;
}

.news-list-title {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	
}

.news-single-timedata, .news-list-timedata {
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
}


/* LATEST */
/* list */

img.image_latest {
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	float: left;
}

div.image_latest {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 3px;
	margin-top: 3px;
	color: #fff;
}

div.news-latest-category {
	margin-top: -3px;
	color: #ccc;
}

.news-latest-text  {
	text-align: left;
}	

.news-latest-morelink {
	text-align: left;
	font-wight: bold; 
}	

.news-latest-morelink a{
	font-weight: bold; 
}	

.news-latest-container {
	background: url(../images/news_bg.gif) no-repeat left top;
	background-color: #006699;
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 30px;
}

.news-latest-text p.bodytext {
	color: #fff;
}

.news-latest-morelink a {
	color: #fff;
}

.news-latest-title {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	
}

 .news-latest-date {
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
}


/* SINGLE */
.news-single-title
{
	font-size: 17px;
	font-weight: bold;
	color: #000;
}

div.image_details {
	float: left;
	margin: 5px;
	height: 80px;
	margin-top: 5px;
}

img.image_details {
	border: 1px solid #ccc;
}



p.news-single-imgcaption 
{
	display: none;
}


div.news-single-category {
	margin: 0;
}
p.news-single-author {
	margin: 0;
}

div.clearer {
	clear: both;
	border-top: 1px solid #fff;
	margin-top: 10px;
	height: 10px;
}


.news-single-timedata, .news-list-timedate {
	font-size: 12px;
	font-weight: normal
}

/* SINGLE */








/* datein news */

dl.news-single-files dd{
	padding: 0;
	margin: 5px 0 0 0;
}

dl.news-single-files dd a{
	margin-left: 5px;
}

