/*
 * NEWS LATEST
 */

div.news-latest-container {
	padding-bottom: 20px;
	background-image: url(../images/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
	width: 173px;
}

.news-latest-container h1 {
	display: block;
	height: 20px;
	background-image: url(../images/box_top.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	padding-left: 3px;

}

.news-latest-item {
	background-color: #F7F7F7;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.news-latest-item ul {
	font-size: 10px;
	color: #999999;
}


.news-latest-item p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #999999;
}

.news-latest-more {
	font-size: 10px;
	color: #999999;
}

.news-latest-date {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

.news-latest-item h1 {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	background-image: none;
	border: none;
	padding: 0px;
	height: auto;
}

.news-latest-item h2 {
	font-size: 14px;
	color: #666666;
}


.news-latest-item h3 {
	font-size: 13px;
	color: #666666;
}


.news-latest-image {
	float: right;
	
}

.news-latest-container a:link, .news-latest-container a:active, .news-latest-container a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}


/*
 * NEWS LIST
 */


.news-list-item {
	background-color: #F7F7F7;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	clear: both;
}

.news-list-item h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: none;
	border: none;
	padding: 0px;
	padding-bottom: 5px;
	height: auto;
}

.news-list-item p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #999999;
}

.news-list-morelink {
	font-size: 12px;
	color: #999999;
}

.news-list-more {
	font-size: 12px;
	color: #000000;
}

.news-list-date {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}


.news-latest-image {
	float: right;
	position: relative;
}

.news-list-container a:link, .news-list-container a:active, .news-listt-container a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}


/*
 * NEWS SEARCH FORM
 */

div.news-search-form {
	padding-bottom: 20px;
	background-image: url(../images/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
}
.news-search-form h1 {
	display: block;
	height: 20px;
	background-image: url(../images/box_top.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	padding-left: 3px;

}
.news-search-form form {
	background-color: #F7F7F7;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 10px;
	margin: 0px;
}

.news-search-form form input {
	font-size: 10px;
}
.news-search-emptyMsg {
	font-size: 10px;
	padding: 5px;
}

/*
 * NEWS SINGLE VIEW
 */
 
 .news-single-item h3 {
 	font-size: 12px;
	font-weight: bold;
 }
 
 .news-single-timedata {
 	font-size: 10px;
 }
 
  .news-single-img {
	width: 250px;
	float: right;
 	
 }
 p.news-single-imgcaption {
	font-size: 10px;
	line-height: 12px;
 }

